body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0D5C71;
}
.nav a {
	background-color : #4E8794;
	border : 1px solid #000000;
	color : #000000;
	display : block;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-top : 2px;
	text-decoration : none;
	width : 130px;
	font-size: 14px;
	line-height: 15px;
	padding-right: 2px;
	background-image: url(images/buttonbg.jpg);
}
.nav a:hover {
	background-color : #1DA7CB;
	border : 1px solid #333333;
	color : #FFFFFF;
	text-decoration : none;
	font-style: normal;
	background-image: url(images/buttonbg1.jpg);
}
a {
	font-weight: bolder;
	text-decoration: none;
}
.tablesmall {
	background-color: #FDFDFD;
}
.titles {
	font-family: "Hoefler Text";
	font-size: 16px;
	font-weight: 900;
	font-variant: normal;
	margin: 0px;
	background-color: #E3E3E3;
}
.dbtable {
	font-size: 11px;
	color: #000033;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;

}
