body{
	font-family: Arial,sans-serif;
	color: black;	
	margin: 0px;
	padding: 0px;
	font-size: 14px;
        background: snow url(""); 
        background-attachment:fixed;
}

td{
	font-family:verdana;
	color:black
}
a{
color:green;
text-decoration:none;
}
a:hover{
	background-image: url(../graphics/redlight.jpg);
	background-position: 5px;
	color:blue
}

#greena {
padding: 0px 0px 0px 0px;
}

#greena a {
	color:white;
	font-size:20px;
}
#greena a:visited {
	color:white;
	font-size:20px;
}
#greena a:hover {
	color:green;
	font-size:20px;
}

#g{
font-size:12px;
color:#E7E1E1;
font-weight:500;
}

#g:hover{
color:#1B09CD;
}

.list2{
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style-position:outside;
font-size: 13px;
margin-bottom: 2px;
margin-top: 2px;
margin-left: 14px;
padding-left: 4px;
}


label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/********** search styles **********/
#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
	background-color: #F8FBFB;
}

#search form{
 margin: 0px;
 padding: 0px;
}
/************* #globalNav styles **************/

#globalNav{
padding: 5px 0px 5px 10px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color:#006600;
	TEXT-DECORATION:None;
}
#globalNav a:visited {
	color:#006600;
}
#globalNav a:hover{
	font-weight: 500;
	background-image:url(../graphics/redlight.jpg);
	color:#006600;
}
#search label{
	display: block;
}

/************* #right style ********************/

#rightCol{
border: 1px solid #006600;
}

/************* #otherLinks styles **************/

#otherLinks{
padding: 0px 0px 5px 10px;
}

#otherLinks a {
	font-size: 75%;
	padding: 0px 0px 0px 10px;
	color:#007fff;
	TEXT-DECORATION:underline;
}
#otherLinks a:visited {
	color:#38b0de;
}
#otherLinks a:hover{
	font-weight: 500;
	background-position: right;
	color: #006600;
	TEXT-DECORATION:none;
}

/************* #other links  ******************/

#otherlinks a {
	font-size: 80%;
	color: #333333;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px;
	font-size: 80%;
	color: #888787;
	padding: 10px 10px 10px 10px;
}
#siteInfo a {
	font-size: 80%;
	padding: 0px 10px 0px 10px;
	color: #888787;
	TEXT-DECORATION:underline;
}
#siteInfo a:visited {
	color: #888787;
}
#siteInfo a:hover{
	font-weight: 500;
	background-position: right;
	color:#006600;
	TEXT-DECORATION:none;
}
#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#2ndClass{
	color: #004a01;
	font-size:15px;
	font-weight: 900
}
.trdclass{
	font-weight:500;
}
.scndclass{
	color:red;
	font-weight:500;
	font-size:10px
}
   
ul
{
list-style: circle outside;
color:#ffffff;
padding: 0;
margin: 0;
}

li
{
padding-left: .6em;
}            