body {
	background-color: #002b55;
	margin-top: 10px;
}
.body{
}
.body a:link {
	color: #0202D3;
	text-decoration: none;
}
.body a:visited {
	text-decoration: none;
	color: #6D0000;
}
.body a:hover {
	text-decoration: none;
	color: #010172;
}
.body a:active {
	text-decoration: none;
	color: #010172;
}

.bgTile {
	background-attachment: fixed;
	background-image: url(../images/bgTile.jpg);
	background-repeat: repeat-x;
}
.tableBorder {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}
.tableBorderBrown {
	border: 1px solid #ccb99c;
}
.tileNavPix {
	background-image: url(../images/creamPix.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.yellow18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f5b418;
}
.greyText12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
}
.darkGreyText12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	font-weight: normal;
}
.yellow14B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F5B418;
}
.white14B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}.navTopGrad {
	background-image: url(../images/blueTopGrad.gif);
	background-repeat: repeat-x;
}
.white12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.font10Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.featureHBG {
	background-image: url(../images/featureHBG.gif);
	background-repeat: no-repeat;
}
.blackPix {
	background-image: url(../images/blackPix.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
.blackPixV {
	background-image: url(../images/blackPix.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.blackPixVL {
	background-image: url(../images/blackPix.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.redText {color: #6D0000}
.featureHBlueText12 {
	color: #001d39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.featureHGreen12B {
	color: #018e2c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.h3 { /* really large header */
		font-size: 40px;
		font-style: italic;
		font-weight: normal;
		position: relative;
		z-index: 10;
		margin: 0;
		padding: 0;
		top: 0px;
		left: 0px;
		color: #ffffff;
		}

.h3.shadow { /* header's dropshadow */
		z-index: 1;
		margin: 0;
		padding: 0;
		color: #000000;
		top: -48px;
		left: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002b55;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}.dashedBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #002B55;
	border-right-color: #002B55;
	border-bottom-color: #002B55;
	border-left-color: #002B55;
}
a:link {

	text-decoration: none;
}
a:visited {

	text-decoration: none;
}
a:hover {

	text-decoration: underline;
}
a:active {

	text-decoration: none;
}
.pad10LR {
	padding-left:10px; 
	padding-right:10px;
}