body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #0047BA;
	scrollbar-3dlight-color: #0047BA;
	scrollbar-darkshadow-color: #0047BA;
	scrollbar-shadow-color: #0047BA;
	scrollbar-arrow-color: #0047BA;
	scrollbar-track-color: #0047BA;
	background-color: #0047BA;
	background-image: url(../images/BG.gif);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
HTML {
	font-size: 100%;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top: 2px;
}
html>body input.text, html>body input.button html>body select {
	height: 1em;
}
*:root input.text, *:root input.button, *:root select {
	height: auto;
}
input.text, input.button, input.required, textarea, select.button {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button, input.required, textarea, select.button {
	font-family: Arial, Helvetica, sans-serif;
	padding: .1em .1em;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #FFFFFF;
}
input[type="submit"]:active {
	background-color: #FFFFFF;
}
input[type="submit"][disabled] {
	border-color: #000000;
	color: #000000;
	background-color: #FFFFFF;
}
input.text, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	padding: .1em .1em;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color: #FFFFFF;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #FFFFFF;
}

.TextTitleLarge {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.TextTitleMedium {
	font-size: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.TextTitleSmall {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.TextRed {
	color: #FF0000;
}
.TextRed A {
	color: #FF0000;
}
.TextRed A:visited {
	color: #FF0000;
}
.TextRed A:hover {
	color: #FF0000;
}

.TextSmall {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Footer {
	color:#FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
.Footer A {
	color: #FFFFFF;
}
.Footer A:visited {
	color: #FFFFFF;
}
.Footer A:hover {
	color: #FFFFFF;
}
#Padding {
	padding: 15px;
}
#Padding2 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.nav	{
	position:relative;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;/* for ie to hide extra height*/
	background-image: url(../images/Nav_BG_ON.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #FFFFFF;
}
.nav a:link {
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.nav a:hover {
	display: block;
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.nav a:visited {
	text-decoration: none;
}
.nav a:active {
	text-decoration: none;
}

.nav img {border: 0; }
* html a:hover {visibility:visible}
.nav a:hover img{visibility:hidden}

.nav span {
	position: absolute;
	RIGHT: 2px;top: 5px;
	text-align: center;
	cursor: pointer;   
}


.navquote	{
	position:relative;
	color:#0047ba;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;/* for ie to hide extra height*/
	background-image: url(../images/Nav2_BG_ON.gif);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
}
.navquote a:link {
	display: block;
	color: #0047ba;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.navquote a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navquote a:visited {
	color: #0047ba;
	text-decoration: none;
}
.navquote a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.navquote img {border: 0; }
* html a:hover {visibility:visible}
.navquote a:hover img{visibility:hidden}

.navquote span {
	position: absolute;
	RIGHT: 5px;top: 5px;
	text-align: center;
	cursor: pointer;   
}
#SpecialsBG {
	background-image:url(../images/SpecialsBG.gif);
	width:200px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
}
#SpecialsFooter {
	background-image:url(../images/SpecialsFooterBG.gif);
	width:200px;
	height:75px;
	color:0047ba;
	font-size:18px;
	padding-top:5px;
	background-repeat:no-repeat;
}
.TextBlue {
	color: #0047BA;
}
.TextPrices {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	color: #0047BA;
}

label{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	display: -moz-inline-box;
	width:20em;
	float:left;
}

input.error { border: 1px dotted red; }
textarea.error { border: 1px dotted red; }