/* CSS Document */

body {
	background-image: url(media/bg_main.jpg);
	background-repeat: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: block;
	color: #666;
}
a:link {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #212430;
}
a:hover {
	color: #ff9900;
}
a:active {
	text-decoration: underline;
	color: #ff9900;
}
.mainheader{
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	font-family:Georgia, Helvetica, sans-serif;
	text-align: center;
	color: #044DB6;
}
.baseline{
	font-size:10px;
}
.important{
	font-weight: bold;
	color: #40464A;
	text-align: center;
}
.header2{
	font-family:"Verdana", Times, serif;
	font-size:20px;
	font-weight: bold;
	text-align: left;
}
.header2 .header2 {
	font-family: Verdana, Geneva, sans-serif;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("media/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("media/right.png") no-repeat right top;
	margin-right:2px;
	color:#FFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 6px;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

</style>
