/* CSS Document */

a:link    {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active  {
	color: #000000;
	text-decoration: underline;
}
a:hover   {
	color: #003300;
	text-decoration: underline;
}


tr, td {
		color: #000000; 
		font-size: xx-small; 
		font-family: Arial, Tahoma, sans-serif; 
		text-align: left;
		}
h6 {
		color: #000000; 
		font-size: xx-small; 
		font-family: Arial, Tahoma, sans-serif; 
		text-align: center;
}

body {
		font-size: xx-small; 
		font-family: Arial, Tahoma, sans-serif; 
		text-align: left;
		scrollbar-face-color: #000000; 
		scrollbar-shadow-color: #444444;
		scrollbar-highlight-color: #CACACA; 
		scrollbar-3dlight-color: #999999;
		scrollbar-darkshadow-color: #444444; 
		scrollbar-track-color: #000000;
		scrollbar-arrow-color: #BBBBBB;
		}


textarea, input {
		font-family: Arial, Tahoma, sans-serif; 
		font-size: xx-small; 
		color: #000000;
		background: #FFFFFF;
		}
li {
	line-height: 25px;
	color: #FFCC00;
}
