body,p,b,a,h1,ul,li,em{
font-family:  Times New Roman, Geneva, Times New Roman, sans-serif;
}

td, th, p{
	font-size: 13px;
}

th{
	background-color : #02296A;
	color : #ffffff;
}


a:link,a:active,a:visited{
	color: #386DA7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

li{
	list-style-type : square;
	list-style-image : url(images/bullet.gif);
	margin-left : 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	margin-left: 0px;
}

.sel{
	background-color : #f1f1f1;
}

.unsel{
	background-color : #ffffff;
}