body {
	background-color: #FFFFFF;
	color : #0E3989;
	font-family : Tahoma, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 11px;
}
.buttons {
	color: #0E3989;
	font-size: 11px;
	font-weight : bold;
	background-color: #0E3989;
	border-width: 1px;
	height: 25px;
	width: 100px;
	background-image: url(back.jpg);
}
.table {
	width: 550;
	background-color: #7F99B2;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0E3989;
}
.header {
	font-size: 11px;
	font-weight : bold;
	height: 25px;
	background-image: url(back.jpg);
}
.content {
	font-size: 11px;
	font-weight : bold;
	height: 25px;
	background-color: #FFFFFF;
	align: center;
}
.highlighted {
	font-size: 11px;
	font-weight : bold;
	height: 25px;
	background-color: #E2E2E2;
	align: center;
}
a:link, a:visited { 
	color : #0E3989; 
	text-decoration : none; 
	font-size: 11px; 
	font-weight : bold; 
}
a:hover { 
	color : #0E3989; 
	text-decoration : underline; 
	font-size: 11px; 
	font-weight : bold; 
}