BODY {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#edf5fe;
	font-family:'Lucida Grande', Arial, sans-serif;
	background-image:url(../images/design/bodyBackground.jpg);
	background-repeat:repeat-x;
	font-size:12px;
}

DIV{
	margin:0px;
	padding:0px;
}

IMG{
	border:0px;
}

DIV.clearFloat{
	clear:both;
}

HR{
	clear:both;
	margin:0px 0px 0px 0px;
	border:0px;
	height:1px;
	color:#acacac;
	background-color:#acacac;
}
P,H1,H2,H3,H4,H5,H6,UL,OL{
	text-align:left;
}

P.textRight{
	text-align:right;
}

P.textCenter{
	text-align:center;
}


DIV.design{
	margin:0px;
	padding:0px 0px 20px 0px;
 	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/design/topLogo2.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

DIV.design DIV.main{
	margin:0px;
	padding:0px;
	width:951px;
 	margin-left:auto;
	margin-right:auto;
}

DIV.body {
	width:949px;
	border-color:#7f8082;
	border-bottom-color:#a8abaf;
	border-width:1px;
	border-top-width:0px;
	border-style:solid;
	background-color:#FFFFFF;
	padding-top:32px;
}

th {
	background-color: #ccccff;
	color:#02095a;
	font-size:12px;
	text-align:center;
	font-weight: bold;
	padding:3px 0px 3px 0px;
}
td {
	background-color:#07198e;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding:3px 0px 3px 0px;
}

.indent {
	margin-left:10px;
}

th.white,
td.white{
	background-color: #FFFFFF;
	color:#FFFFFF;
	text-align:center;
}

