body {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	scrollbar-face-color: #757c93;
	scrollbar-shadow-color: #663399;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #EBEDE7;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #EBEDE7;
	scrollbar-arrow-color: #ffffff;
	
}

p, div, td, span {  
	font-family: tahoma, 'Lucida Sans', 'MS Sans Serif', sans-serif;  
	letter-spacing: 0.08em; line-height: 140%;
	font-size: 12px;
	color: #333333;
	
	font-weight: normal;
}

a {  
	color: #5b5b6f; 
	text-decoration: underline; 
}

a:hover { 
	color: #663399; 
	text-decoration: none; 
}

TH {
	font-family: tahoma, 'Lucida Sans', 'MS Sans Serif', sans-serif;  
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	background: #757c93;
	line-height: 130%;
}

H1 {
	font-family: arial, helvetica, sans-serif;  
	color: #5b5b6f;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: normal; 
}

.smalltext {
	font-family: tahoma, 'Lucida Sans', 'MS Sans Serif', sans-serif;  
	color: #000000;
	font-size: 11px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal; 
	
}
UL {
	list-style-position: outside;
	list-style-type: square;


}


 #navlist
{
padding: 0 0px 0px;
margin-left: 0;
font: bold 11px arial, sans-serif;
background: white;
width: 12em;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.25em 0.25em 0.65em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #993300;
color: #FFF;
background: #c0c0c0;
}