@charset "UTF-8";
/* CSS Document */


/* COMMON STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin: 0px;
	padding: 0px;
	background-image:url(images/common/pagebg.png);
	background-repeat:repeat-x;
	background-color:#063342;
}
a IMG{
	border: none;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
a {
	color:#333333;
}
ul {
	padding-left: 40px;
	margin-left: -20px;
	margin-bottom: 20px;
}
li {
	margin-bottom:15px;
}
.hd1 {
	color: #FBB03B;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.hd2 {
	color: #333333;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.subnavtext {
	color: #FBB03B;
	font-size:12px;
	margin-top:0px;
	margin-bottom:15px;
	padding-bottom:4px;
	background-image:url(images/common/navtextunderline.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.subnavtext a{
	color: #FBB03B;
	text-decoration:none;
}