@charset "utf-8";
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
.gradient {
/*	background-image: url(top_gradient.jpg);*/
	background-repeat: repeat-x;
	background-position: left top;
	height: 66px;
}
.curve_img {
	background-image: url(curve.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 74px;
	width: 220px;
}
.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: green;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #038EB5;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
	margin: 0px;
	padding: 0px;
}
.dots {
	background-image: url(dots.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menulinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #038EB5;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
	margin: 0px;
	padding: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.bdrhor {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED0D2;
}
.bdrver {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CED0D2;
}
.subullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.footerbdr {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B1B1B1;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	color: #0099BB;
	text-decoration: none;
}
