/* CSS Document */


body {
margin: 0px;
text-align:left;
background: #ffffff;
cursor: default; 
font-family: Tahoma; 
font-size:11px; 
font-weight: normal;
color:#8e746f;
background: url('images/background.jpg') repeat-y;
background-color: #ffffff;
background-position: 170px 100%;
} 

div, table, p {
font-family: Tahoma; 
font-size:11px; 
font-weight: normal;
color:#8e746f;
vertical-align: top;
}


h1 {
color: #8e746f;
background-color:#ffffff;
border-bottom: 2px solid #bdcbd3;
font: bold 12px Tahoma; 
letter-spacing: -1px;
text-transform: uppercase;
padding: 2px;
padding-left: 2px;
text-align: left;
margin-top: 10px;
margin-bottom: -10px;
}

td.navigation1 {
color: #bdcbd3;
background-color: #8e746f;
}

td.navigation2 {
color: #8e746f;
background-color: #bdcbd3;
}

a {cursor: default; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#8e746f; border-bottom: 1px dotted #e1f4e0;}
a:hover{ color:#e1f4e0; border-bottom: 1px dotted #8e746f;}
a:active { color:#8e746f; border-bottom: 1px dotted #e1f4e0;}


textarea, input, select, button, submit {
	background-color: #bdcbd3;
	border: 0px;
	font-family: Tahoma;
	font-size: 10px;
	color: #8e746f;
	margin-top: 0px;
	margin-bottom: 1px;}

hr {
	TEXT-ALIGN: center; 
	WIDTH: 70%;	
	COLOR: #bdcbd3;
}

img {border: 0px;}

a img {border: 1px solid #bdcbd3;}

a:hover img {border: 1px solid #e1f4e0;}

b { color: #8e746f;}

i { color: #bdcbd3; }

u { color: #bdcbd3; border-bottom: 1px dotted #8e746f;}

UL {PADDING-LEFT: 30px; MARGIN-LEFT: 0px;}
