.style4 {font-size: 10px}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FF6600;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #F80300;
	background-color: #FFFFCC;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}


li {
	list-style-image: url(images/bullet.jpg);
}
.tblbrdr {
	border: 1px solid #FF6600;	
}

