body
{
background-color: #ffffff;
background-repeat: repeat;
}

div,body
{font-size: 11px;
color:#1d1d1d;
font-family: Verdana;
text-align: justify;}

strong
{ font-weight:bold; color:#1d1d1d;}

A:link{COLOR: #ff7200; text-decoration: underline; } 
A:visited{COLOR: #ff7200; text-decoration: underline; } 
A:active{COLOR: #ff7200; text-decoration: underline; } 
A:hover{COLOR: #1d1d1d; text-decoration: none; }

h1
{ font-size:25px; font-family: "Georgia"; color:#1d1d1d; padding-bottom:0px; border-bottom:1px dashed #000000; height:27px; text-align:left; }

h2
{ font-size:17px; font-family: "Georgia"; color:#1d1d1d; padding-bottom:0px; border-bottom:1px dotted; height:17px; text-align:left; }

h3
{ font-size:13px; font-family: "Georgia"; color:#1d1d1d; padding-bottom:0px; border-bottom:0px dotted; height:15px; text-align:center; }


#navigation {
margin: 0;
padding: 0;
list-style: none;
}

#navigation li {
margin: 0;
float: left;
list-style-type: none;
}

#navigation li a {
background: #ffffff;
color: #1d1d1d;
display: block;
width: 170px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
} 

#navigation li a:hover {
background: #ff7200;
color: #1d1d1d;
text-decoration: none;
} 

input {
	font-family:"Verdana";
	color:#1d1d1d;
	font-size: 8pt;
	border-style:solid;
	border-color:#1d1d1d;
	border-width:1px;
	background-color:#ffffff; }

textarea {
	font-family:"Verdana";
	color:#1d1d1d;
	font-size: 8pt;
        height: 150px;
	width: 300px;
	border-style:solid;
	border-color:#1d1d1d;
	border-width:1px;
	background-color:#ffffff; }


td
{ font-family: Verdana;
font-size: 11px;
color: #1d1d1d;
padding-left: 2;
padding-top: 2;
padding-bottom: 2; }


