html, body {
	color: #629cf9;
	font-family: Arial, Trebuchet MS;
	font-size: 12px;
	background-color: #275db3;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	scrollbar-face-color: #054ec2;
	scrollbar-highlight-color: #316dcc;
	scrollbar-shadow-color: #105edc;
	scrollbar-3dlight-color: #105edc;
	scrollbar-arrow-color: #5895f7;
	scrollbar-track-color: #064ab6;
	scrollbar-darkshadow-color: #124eae;
}

a:link {  
	color: #629af4;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}

a:visited {  
	color: #629af4;
	font-weight: bold;
	letter-spacing: 0px;	
	text-decoration: none;
}

a:hover {  
	color: #6fa3f5;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 0px;
}

.header {
	font-family: Trebuchet MS; 
	font-size: 16px; 
	font-weight: bold;
	color: #8bb7fc; 
}
.style1 {
	font-family: arial, trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #78aafa;
}

.style2 {
	font-family: arial, trebuchet ms;
	font-size: 10px;
	font-weight: bold;
	color: #78aafa;
}
 
select, input, textarea	{
	border: solid #000000; 1pt;
	font-family: Verdana; 
	font-size: 10px; 
	color: #000000;
	background-color: #3C6CA2;
}

#navlist {
	font-family: Arial, Trebuchet MS;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px 40px;
	border-bottom: 1px solid #79aaf8;
}

#navlist ul, #navlist li {
	font-family: Arial, Trebuchet MS;
	font-size: 14px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	font-family: Arial, Trebuchet MS;
	font-size: 14px;
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #87b0f2;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	font-family: Arial, Trebuchet MS;
	font-size: 14px;
	border-bottom: 2px solid #87b0f2;
	padding-bottom: 2px;
	background: transparent;
	color: #87b0f2;
}

#navlist a:hover {
	font-family: Arial, Trebuchet MS;
	font-size: 14px;
	color: #87b0f2;
}


.codesort h2
{ background-color: #000000;
border-color: #3C6CA2; 
border-style: dotted; 
border-bottom-width: 1px;
border-top-width: 1px; 	
border-right-width: 0px; 
border-left-width: 0px;
font-family: Georgia; 
font-size: 13px; 
font-weight: bold;
color: #3C6CA2; 
letter-spacing: 0pt;
text-align: center;
padding: 1px;
height: 15;
}

.codesort h3
{ background-color: #000000;
border-color: #3C6CA2; 
border-style: dotted; 
border-bottom-width: 1px;
border-top-width: 1px; ; 	
border-right-width: 0px; 
border-left-width: 0px;
font-family: Georgia; 
font-size: 13px; 
font-weight: bold;
color: #3C6CA2; 
letter-spacing: 0pt;
text-align: center;
padding: 1px;
height: 15;
}

.stats tbody tr td.leftr {  
color: #4c91fd;
font-family: "Trebuchet MS", arial;
font-size: 14px;
font-weight: bold;
font-style: normal;
padding-right: 2px; 
text-align: right; 
text-transform: none; 
}

.stats tbody tr td.rightl { 
color: #8ab5f9;  
font-family: arial, Verdana, sans-serif;
font-size: 13px;
padding-left: 2px; 
text-align: left;
text-transform: none; 
}