@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/grad_pagetop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
}

.greyBox TD {
	border: 1px solid #CCCCCC;
}

.greyBorder {
	border: 1px solid #CCCCCC;
}

.deepYellowBorder, INPUT, TEXTAREA {
	border: 1px solid #ffcc00;
	font-size: 9pt;
}

H5 {
	color: #c74744;
	font-size: 15px;
}

.normalText {
	font-size: 12px;
}

.offerText {
	font-size: 12px;
	font-weight:bold;
}

.footerText {
	font-size: 11px;
	color:#666666;
	text-align:center;
}

A, A:Link, A:Active, A:Visited {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

A:Hover {
	text-decoration:underline;
	font-size: 12px;
}

.headline1 {
	color: #cb8f00;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

.headline2 {
	color: #107423;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
}

.menuTbl TD A:Link, TD A:Hover, TD A:Active, TD A:Visited, TD A {
	font-size: 12px;
	color:#bd3736;
	text-decoration:none;
}
.orange2px {
	border: 2px solid #ffba00;
}

.lightOrangeBG {
	background-color: #ffd800;
}

.secondaryMenu
{
	border: 2px solid #ffba00;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	background-color: #FFFF99;
}

.borderOverride {
	border: none;
}