body {
	background-color: #9bdeff;
	color : #000080;
	font-family : Tahoma, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 11px;
}
.buttons {
	color: #004080;
	font-size: 11px;
	font-weight : bold;
	background-color: #004080;
	border-width: 1px;
	height: 25px;
	width: 100px;
	background-image: url(back.jpg);
}
.table {
	width: 500;
	background-color: #004080;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004080;
}
.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: #CCCCCC;
	align: center;
}
a:link, a:visited { 
	color : #000080; 
	text-decoration : none; 
	font-size: 11px; 
	font-weight : bold; 
}
a:hover { 
	color : #000080; 
	text-decoration : underline; 
	font-size: 11px; 
	font-weight : bold; 
}