body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.logo {
	background-image: url(../images/logo_bg.gif);
	width: 401px;
	text-align: left;
	background-repeat: repeat-y;
}
.topNav {
	background-image: url(../images/top_nav_bg.gif);
	vertical-align:bottom;
	width: 374px;
	background-position: bottom;
}
.sideBar {
	background-image: url(../images/side_bg.gif);
	width: 24px;
}
.navBar {
	background-image: url(../images/nav_bar_bg.gif);
	width: 163px;
	vertical-align: top;	
}
.navCellOn {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding: 6px;
}
.navCellOff {
	background-image: url(../images/nav_bg_off.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding: 6px;
}
.navCellOff a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.navCellOff a:hover{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.navSep {
	height:1px;
	background-color:#FFFDF7;
}
.content {
	background-color: #F7F7F7;
	padding: 10px 12px 10px 15px;
	vertical-align: top;
	text-align: left;
}
.footer {
	color:#FFFFFF;
	font-size: 9px;
	background-image: url(../images/footer_bg.gif);
	height: 27px;
	vertical-align: middle;
	padding-left:5px;
	padding-right: 5px;
}
a.topLink:link {
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a.topLink:hover {
	font-size:10px;
	color: #000000;
	text-decoration: underline;
}
a.topLink:visited {
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
.mainLink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.mainLink:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.sub {
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a.sub:hover {
	font-size:10px;
	color: #000000;
	text-decoration: underline;
}
.navSubCellOn {
	font-size:10px;
	text-align: left;
	background-color: #F0F0F0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	height:20px;
}
.navCellOn a{
	color: #000000;
	text-decoration: none;
	display: block;
}
.navCellOn a:hover{
	color: #666;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.copy {
	font-size: 9px;
	color:#FFFFFF;
	text-decoration: none;
}
a.copy:hover {
	color:#FFFFFF;
	font-size: 9px;
	text-decoration:underline;
}
.pageHdr {
	font-size: 14px;
	font-weight: bold;
	color: #B25631;
	letter-spacing: 4px;
	text-decoration: none;
}
.bread {
	font-size: 12px;
	color: #000;
	letter-spacing: 4px;
	font-weight: bold;
}
.subhdr {
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
input.txtField {
	height: 15px;
	border: 1px solid #ccc;
	font-size:9px;
}
input.button {
	height: 20px;
	border: 1px solid #B8B8B8;
	font-size:9px;
	color: #666666;
	background-color: #B8B8B8;
	background-image: url(../images/bt_bg.gif);
	padding-right: 5px;
	padding-left: 5px;
}
.star {
	color: #B25631;
	font-weight: bold;
}
.celHdr {
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCC;
	background-color: #CCC;
}
.celleft {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	vertical-align: top;
}
.celrite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	vertical-align: top;
}
.super {
	font-size: 8px;
	vertical-align: super;
}
.red {
	font-size:11px;
	color: #B90000;
	font-weight: bold;
	text-decoration: none;
}
a.red:hover {
	font-size:11px;
	color: #B90000;
	font-weight: bold;
	text-decoration: underline;
}
.buttonStyle {
	color: #333333;
	background-color: #B10E0E;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #858585;
	border-right-color: #858585;
	border-bottom-color: #ADADAD;
	border-left-color: #ADADAD;
	padding: 5px;
}
.linkButton {
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.linkButton:hover {
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.cell {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
	border: 1px solid #DDDDDD;
}
.linkBody {
	font-size: 11px;
	color: #093095;
	text-decoration: underline;
}
a:hover.linkBody {
	font-size: 11px;
	color: #6C0E14;
	text-decoration: underline;
}
.toll {
	font-size: 13px;
	font-weight: bold;
	color: #B25631;
	background-color: #E9E9E9;
	text-align: center;
}
.topBg {
	background-image: url(../images/top_bg.gif);
	height: 42px;
	color:#FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align:right;
}
.topBg a{
	color: #FFFFFF;
	text-decoration: none;
	font-size:10px;
}
.topBg a:hover{
	color: #E9E9E9;
	text-decoration: none;
	font-size:10px;
}
.redtxt {
	color: #000000;
}
.content1 {

	background-color: #F7F7F7;
	padding: 10px 12px 10px 15px;
	vertical-align: top;
	text-align: justify;
	font-size:12px;
}

