body{
	font-family: arial;
	background-color: #C0C0C0;
}

table.contentContainer{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-size: 11;
}

p{
	padding: 0px, 20px, 4px, 10px;
	margin: 0px, 0px, 4px, 0px;
	text-align:justify;

	font-family: arial;
	color: #101010;
	font-size: 12;
}

p.errorField{
	color: #FF2222;
}

p.errorGeneral{
	color: #FF2222;
	text-align: center;
}

p.messageGeneral{
	color: #2222FF;
	text-align: center;
}

p.sideQuote{
	padding-left:5px;
	padding-right:15px;
	text-align:justify;
	font-size:90%;
}

p.sideQuoteAck{
	padding-left:5px;
	padding-right:15px;
	text-align:right;
	font-size:90%;
}

img.spaced{
	float: left;
	padding: 10px;
	margin: 10px;
}

td{
	font-family: arial;
	color: #101010;
	font-size: 12;
}

li{
	font-family: arial;
	color: #101010;
	font-size: 12;
}

.backgroundBlue{
	background-image: url('images/buttonSpacer.gif');
}

.backgroundBlueBar{
	background-image: url('images/headerBarSpacer.gif');
}

.hSpacer{
	height: 2px;
}

.backgroundBlueBarFooter{
	background-image: url('images/footerBarGradient.gif');
	height: 6px;
}

.backgroundTextFooter{
	font-family: arial;
	color: #101010;
	font-size: 12;
	text-align: center;
}

.disclaimer{
	font-family: arial;
	color: #101010;
	font-size: 11;
}

.contentBG{
	background-image: url('images/contentBG.jpg');
	background-repeat: no-repeat;
}

a.nav{
	font-size: 12;
	font-weight: bold;
}

a{
	font-size: 12;
	color: #070EA9;
	font-family: arial;
	text-decoration: none;
}

a:hover{
	font-size: 12;
	color: #101010;
	font-family: arial;
	text-decoration: none;
}

h4{
	font-size: 13;
	font-weight: bold;
	padding: 8px, 0px, 6px, 0px;
	margin: 8px, 0px, 6px, 0px;
	text-align: center;
}