body {
	text-align: left;
	background-color: #DCD4C8;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.blue {
	font-color: #0A3A6A;
}

.floatright {
	float: right;
	text-align: right;
	margin-left: 10px;
}

.floatleft {
	float: left;
	text-align: left;
	margin-right: 10px;
}

.middle {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

.indent {
	margin-left: 50px;
}

.center {
	text-align: center;
}

div.bg1 {
	clear: both;
	background-color: #CEC1B0;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
}

div.bg3 {
	clear: both;
	background-color: #0A3A6A;
	line-height: 10px;
}

div.line {
	clear: both;
	background-color: #CEC1B0;
	padding-top: 0px;
	padding-bottom: 7px;
	border-top: thin dashed #666666;
}

div.top {
	padding-bottom: 10px;
	margin: 0px;
	font-size: 12px;
	background-color: #333333;
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
}

div.banner {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background-color: #000000;
}

div.main {
	padding-left: 20px;
	position: relative;
}

p {
	text-indent: 0em;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
	font-style: italic;
	margin: 5px;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #0A3A6A;
	font-weight: bold;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
	border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img.logo {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
}

td {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: top;
}

td.bg1 {
	background-color: #CEC1B0;
}

td.bg2 {
	background-color: #C2BCB4;
}

td.bk {
	line-height: 20%;
}

div.banner td {
	vertical-align: middle;
	text-align: center;
}

div.top td {
	vertical-align: bottom;
	text-align: center;
}

a.link:link, a.link:visited { 
	color: #0A3A6A;
	text-decoration: none;
	font-weight: bold;
}

div.top a:link, div.top a:visited {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}


a.link:hover {
	color: #191970;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

div.top a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a img.logo:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

td.def span {
	display: none;
}

td.def a:hover span {
	display: block;
	position: absolute;
	top: 10px;
	left: 310px;
	width: 360px;
	height: 340px;
	padding: 10px; 
	margin: 10px; 
	z-index: 100;
	background: #CEC1B0;
	text-decoration: none;
	color: #000000;
}