body {
	background : #FFFFFF;
	color: #3078c4;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#contenttable {
	background-color:#c0d6ed;
	padding: 10px 15px;
	width: 452px;
	vertical-align: top;
	text-align: left;
}

#footer {
	background-color:#c0d6ed;
	padding: 5px 0px 5px 15px;
	vertical-align: top;
	width: 467px;
}

#footer2 {
	background-color:#c0d6ed;
	padding: 5px 0px 0px 2px;
	vertical-align: top;
	border-left: #FFFFFF solid 7px;
	border-right: 0;
}

#contenttableindex {
	background-color:#3078c4;;
	padding: 10px 15px;
	width: 309px;
	vertical-align: top;
}

#center {
	position:absolute;
	top: -7px;
	left: 50%;
	width: 963px;
	margin-left: -481px /*set to a negative number 1/2 of your width*/;
	z-index: 3;
}

#block {
	text-align:justify;
	width: 180px;
	line-height: 120%;
	font-size: 11px;
}

a:link {
	color : #3078c4;
	text-decoration : underline;
}

a:hover, a:active {
	color : #9DC700;
	text-decoration : underline;
}

a:visited {
	color : #4c4c4c;
	text-decoration : underline;
}

.whitesmall {
	color: #ffffff;
	font-size: 10px;
}

.whitesmall a:link {
	color : #ffffff;
	text-decoration : underline;
}

.whitesmall a:hover, a:active {
	color : #9DC700;
	text-decoration : underline;
}

.whitesmall a:visited {
	color : #4c4c4c;
	text-decoration : underline;
}

.white {
	color: #ffffff;
	font-size: 12px;
}

.whitelarge {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.blue {
	color: #3078c4;
	font-size: 12px;
}

.bluesmall {
	color: #3078c4;
	font-size: 10px;
}

.bluelarge {
	color: #3078c4;
	font-weight: bold;
	font-size: 15px;
}

.strike {
	text-decoration: line-through;
}

.pagetitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.greenital {
	color: #9DC700;
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
}

.green {
	color: #9DC700;
	font-size: 12px;
}

.greensmall {
	color: #9DC700;
	font-size: 10px;
}

.redbold {
	color: #DD3211;
	font-weight: bold;
}

.quote {
	text-align: right;
	font-style: italic;
}
.heading {
 	color:#fff;
 	display:block;
	width:350px;
	background-color:#3078c4;
	font-size:14px;
	font-weight:bold;
	padding:4px 0px 4px 2px;
}