/* CSS definition file containing sitestyle stylesheets */
body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #00CC33; 
background-color: #004000; 
background-image: none;
scrollbar-arrow-color: #00CC33;
scrollbar-3dlight-color: #004000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #00CC33;
scrollbar-track-color: #004000;
scrollbar-shadow-color: #00CC33;
}
a:link,a:visited,a:active {
	color: #FFCC00;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	font-size: 12px;
	text-decoration: none;
}
p {
	font-size: 12px;
	color: #FFFFFF;
}
ul {
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #00CC00; text-transform:capitalize
}
h2 {
	font-size: 14px;
	color: #00CC33;
	font-weight: bolder
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	color: #00CC00;
}
li {
	line-height: 14px;
	list-style-type: circle;
	color: #FFFFFF;
}
ol{
	line-height: 14px;
}
.TextNavBar { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

td {
	font-size: 12px;
	color: #FFFFFF;
}
hr {
	line-height: 1px;
	color: #339900;
}

