body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0D5C71;
	background-position: center;
	background-image: url(images/background_main.png);
}
.nav a {
	background-color : #4E8794;
	border : 1px solid #000000;
	color : #000000;
	display : block;
	padding-bottom : 3px;
	padding-left : 6px;
	padding-top : 3px;
	text-decoration : none;
	width : 130px;
	font-size: 14px;
	padding-right: 2px;
	background-image: url(images/buttonbg.jpg);
	line-height: 1.8;
}
.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;

}
.standout {
	border-radius: 8px;
	-moz-border-radius: 8px
	-webkit-border-radius: 8px;
	-moz-box-shadow: 2px 3px 6px #333333;
     -webkit-box-shadow: 2px 3px 6px #333333;
     box-shadow: 2px 3px 6px #333333;
}
.borderbox {
	border: 1px groove #999999;
}
.titlebox {
     -moz-box-shadow: 2px 3px 6px #333333;
     -webkit-box-shadow: 2px 3px 6px #333333;
     box-shadow: 2px 3px 6px #333333;
     /* For IE 8 */
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
     /* For IE 5.5 - 7 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');  
	 border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
.radius {
	-moz-box-shadow: 2px 3px 6px #333333;
	-webkit-box-shadow: 2px 3px 6px #333333;
	box-shadow: 2px 3px 6px #333333;
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#666666')";
/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#666666');
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}