@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #283b73;
	text-align: justify;
	line-height: 16px;
}
a:link {
	color: #00ced1;
	text-decoration: none;
	border: none;
}
a.test {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
img {
	border-color:#FFF
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	display:inline;
}
h1 {
	font-size: 27px;
	line-height: 36px;
	color: #283b73;
	text-align: left;
	top: 0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.small-body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #8a8c8e;
}
.red-body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
}
.blue-body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #0055a4;
}
.small-white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
a:visited {
	color: #00ced1;
	text-decoration: none;
}
a.test:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.collapsable {
	padding: 1em;
    border: 0px;   
}
 .cssnav
{
position: relative;
font-family: Verdana, Geneva, sans-serif;
font-weight: 400;
background: url(images/navbuttonson.gif) no-repeat;
white-space: nowrap;
display: block;
width: 124px;
height: 30px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 124px;
height: 30px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 124px;
height: 30px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 12px;
top: 6px;
margin: 0px;
padding: 0px;
cursor: pointer;
}