a, a:link {
	color: #3B7EBB;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #405C7F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  	color: #64407F;
	font-weight: bold;
	text-decoration: none;	
}

body {
	background: url(images/body.gif) #84AEDE repeat-y top center;
	color: #082543;
	font: medium "Arial, Helvetica, sans-serif";
}

table.contenttable {
	border: 1px dotted #000000;
}

table.maintable {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
	vertical-align: top;
	width: 800px;
}

table.navtable {
	border: 3px dotted #175AAB;
}

td.navtable {
	border: 3px dotted #175AAB;
}

.navheader {
	background: #175AAB;
	color: #FFFFFF;
	font: normal bold medium "Arial, Helvetica, sans-serif";
	text-align: center;
}

.maintitle {
	color: #175AAB;
	font: bold xx-large "Arial Helvetica sans-serif";
	text-align: center;
	text-decoration: none;
}

