body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #c56825;
	color: #2D2E29;
	margin: 0px;
	line-height: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height:30px;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #34285c;
}
#wrapper {
	background-color: #f4f1ec;
	width: 750px;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#front { 
	background-image:url();
	width: 700px;
}
.lipad {
   padding:9px 0px 0px;
}
img { filter:expression(addPngImage(this)); }

/*LINKS*/
a {
	color: #ffffff;
	background-color:#c56825;
	font-weight: bold;
	border: 5px solid #c56825;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #B88A73;
	background-color: #ffffff;
	border:1px, solid, #c56825;
}
a:active {
	text-decoration: none;
}

a.body {
	color: #CC0000;
	font-weight: bold;
}
a.body:link {
	text-decoration: none;
}
a.body:visited {
	text-decoration: none;
}
a.body:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #cc0000;

}
a.body:active {
	text-decoration: none;
}
