﻿body {
   background-image: url(../Images/Site/main_bg.jpg);
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
}

.mainTable {
	margin: 0px auto; 
	width: 900px;	
}

.navBckGrnd {
background-image: url(../Images/Site/NavigationBckGrnd.gif);
}

.content{
   font-size: 12px;
   color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.navigation{
   font-size: 14px;
   font-weight: bold;
   color: #214f92;
   text-decoration: none;
}
a.navigation:hover {color:#15335e;}

.footerfont {
   font-size: 11px;
   color: #214f92;
   font-weight: bold;
   text-decoration: none;
   line-height: 13px;
}

a.footerfont:hover {text-decoration:underline; color:#15335e;}

.required {
	color: #ff0000;
	font-size: 10px;	
}

.FormTitle {
	font-size: 19px;
	font-weight:500;
	text-decoration: none;
}
.FormSubTitle {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #cccccc;
	margin-top: 15px;
	margin-bottom: 7px;
}
.SubTitleRow {
	padding-left: 0px;
	padding-right: 0px;
}

.SmallPrintItalic {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.SmallFormNote {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #ff0000;
}
.SmallPrint {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.VerifyBoldPrint {
	font-size: 12px;
	font-weight: Bold;
	text-decoration: none;
	font-style: normal;
}
.VerifyPrint {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.CartTable {
	width:870px;
	border-collapse:collapse;
}

.CartTable1 {
	width:870px;
	border-collapse:collapse;
}

.CartHeaderRow {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0723b0;
	line-height: 12pt;
}
.CartHeaderCell {
	border-width:1px;
	border-style:solid;
	border-color:#0723b0;
}
.CartDataCell {
	border-width:1px;
	border-style:solid;
	border-color:#0723b0;
}
.CartTotalCell {
	border-width:1px;
	border-style:solid;
	font-weight: bold;
	font-size: 11px;
	line-height: 12pt;
	border-color:#0723b0;
}
.CartGrandTotalCell {
	border-width:1px;
	border-style:solid;
	font-weight: bold;
	font-size: 12px;
	line-height: 12pt;
	border-color:#0723b0;
}
