
/* Stylesheet */


body, th, td {
	background: #fff;
	font-family: TimesNR, Times, Georgia, "New Century Schoolbook", serif;
	/* font-family: Arial, Helvetica, Geneva, Swiss, san-serif; */
	font-size: 90%;
}


a {
	color:#bcb058 
}

a:visited {
	color:#1e4289  
}

a:hover {
	color:#1e4289
}

ul {
	list-style-image: url(../images/img-bullet.gif);
	list-style-position: outside;
}