body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003399;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #003399;
	text-decoration: none;


}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #003399;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}
.cv {
	overflow: auto;
	height: 300px;
	width: 100%;
	border: medium solid #003399;
	padding: 5px;
	position: relative;
	top: 30px;






}
.tablespacer {
	padding-right: 5px;
	padding-left: 5px;
}
