/* CSS Document */

BODY 
{
	background-color:#ffffff;
	background-position:top;
	background-repeat:repeat-x;
	padding:0;
	border:0;
	margin:0;
	text-align:center;
}

TD
{
FONT-SIZE: 12px;
font-family:arial;
}

/*
A:link{COLOR: #333333;TEXT-DECORATION: none}
A:visited{COLOR:#333333;TEXT-DECORATION: none}
A:active{COLOR:#333333;TEXT-DECORATION: none}
A:hover{COLOR: #0000ff;TEXT-DECORATION: none}
A.white:link{COLOR: #ffffff;TEXT-DECORATION: none}
*/

.leftlist1{
padding-left:15px; 
color:#666666; 
font-weight:600; 
font-size:12px; 
letter-spacing:1px;
vertical-align:middle;
background-color:#DAF17D;
cursor:hand;
}

.leftlist2{
padding-left:15px; 
color:#666666; 
font-weight:600; 
font-size:12px; 
letter-spacing:1px;
vertical-align:middle;
background-color:#ffffff;
cursor:hand;
}

a:link{
	color:black;
	text-decoration: none;
}
a:visited{
	color:#333333;
	text-decoration: none;
}   
a:active{
	color:#2e61b3;
	text-decoration: none;
}
a:hover{
	color:#000099;
	text-decoration: none;
}