@charset "utf-8";
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #3366CC;
	background-image: url(Images/BG_Main.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cursor {
	cursor: pointer; 
	cursor: hand;
}
.Footer_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 17px;
}
.footer-links, .footer-links a, .footer-links a:visited { 
	color:#999999;
	line-height: 14px;
}
.footer-links {
	padding: 0 10px;
}
.Header_Tabs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
}
.Left_Nav_Subs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Body_Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
 }.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.Invalid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.Vol_Discount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#0000FF;
}