/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
background-color: #FFFFFF;
color:#000000;
scrollbar-arrow-color: #000000; 
scrollbar-face-color: #CC5240; 
scrollbar-3dlight-color: #A0B8C4; 
scrollbar-highlight-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #606477; 
]	
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	}
body,td,th {
	font-family: Tahoma; 
	font-size: 12px;
	color: #9CA0B0;
	line-height: 17px;
	letter-spacing: 1px;
}


a {
	font-size: 11px;
	color: #C96454;
}
a:visited {
	color: #C96454;
}
a:hover {
	color: #000000;
}
a:active {
	color: #C96454;
}

P, TD, LI, UL, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%;
}

HR {
color: #808080;
height: 1px;
width: 100%;
}

/* this sets an image to the left or to the right on a page */

.imageleft {
margin: 0px 10px 0px 0px;
float: left;
}

.imageright {
margin: 0px 0px 0px 10px;
float: right;
}

H1 {
font-size: 16px;
font-weight: bold;
text-align: left;
letter-spacing: 3;
color: #427694;
}

h2 {
color: #8BA4B3;
text-align: right;
font-size: 14px;
font-weight: bold;
letter-spacing: 2;
padding: 1px;
border-bottom: 1px dotted #8BA4B3;
}

h3, h4, h5 {
font-size : 14px;
font-weight : bold;
color : #8BA4B3;
}

h6 {
font-size : 14px;
font-weight : bold;
color: #427694;
text-align: right;
width: 100%;
border-bottom: 1px dotted #000000;
}

/* special classes */

.header {
background-color: #FFFFFF;
color: #000000;
text-align: left;
}


.main {
background-color: #FFFFFF;
color: #000000;
vertical-align: top;
text-align: justify;
padding: 10px 0px 20px 20px;
width: 550px;
}

/* form buttons */

.form {
background-color: #C5D4DB;
color: #000000;
font-weight: bold;
padding: 2px 10x 2px 10px;
border: 1px solid #000000;
}