/* CSS Document */
body, td, p { 
	font-size: 8pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #000000;
	background-repeat: repeat;
}

.padded {
	padding-left: 10 px;
}

td.norepeat{ 
	background-repeat: no-repeat;
}

td.norepeatright {
	background-repeat: repeat-y;
	background-position: left;
}

td.norepeatleft {
	background-repeat: repeat-y;
	background-position: right
}

a {
	font-size: 8pt;
	color: #0d4b64;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 8pt;
	color: #60bb46;
	text-weight: bold;
	font-weight: bold;
}

p.topnav {
	font-size: 9pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #0d4b64;
}

a.topnav {
	font-size: 9pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #0d4b64;
}
a.topnav:hover {
	font-size: 9pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #FFFFFF;
}
a.topnavhover {
	font-size: 9pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #FFFFFF;
}
a.topnavhover:hover {
	font-size: 9pt;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	color: #FFFFFF;
}
h1 {
	font-size: 18pt;
	color: #0d4b64;
	font-family: "Garamond, times, serif";
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	color: #60bb46;
	font-family: "Verdana, Arial, sans";
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	color: #0d4b64;
	font-family: "Garamond, times, serif";
	font-weight: bold;
}
.h1 {
	font-size: 18pt;
	color: #0d4b64;
	font-family: "Garamond, times, serif";
	font-weight: bold;
}
.h2 {
	font-size: 12pt;
	color: #60bb46;
	font-family: "Verdana, Arial, sans";
	font-style: normal;
	font-weight: bold;
}
a.hlink {
	color: #666633;
	font-weight: bold;
}
a.hlink:hover {
	text-decoration: none;
}
.copy {
	font-size: 8pt;
	color: #000000;
}
.button 
{
	background-color:#0d4b64;
	border-color:#000000;
	border-width: 1px;
	color: #ffffff;
	font-weight: bold;
	font-size:10pt;
}

.button_hover
{
	background-color:#60bb46;
	border-color:#000000;
	color: #ffffff;
	border-width: 1px;
	font-weight: bold;
	cursor: hand; 
	font-size:10pt;    
}

.form-field
{
color:#0d4b64;
font-weight: bold;
}