/* CSS Document */
body, td, ul, li { 
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #777777;
}

p {
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #777777;
	text-align: justify;
}

p.nojustify {
	font-size: 10pt;
	font-family: Verdana, Arial;
	color: #777777;
	text-align: left
}

a {
	color: 3385b4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: 023a55;
	text-decoration: none;
	font-weight: bold;
}

a.subnav {
	font-size: 8pt;
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.subnav:hover {
	font-size: 8pt;
	font-family: Verdana;
	color: #A1CADF;
	font-weight: bold;
	text-decoration: underline;
}
a.subnavhover {
	font-size: 8pt;
	font-family: Verdana;
	color: #A1CADF;
	font-weight: bold;
	text-decoration: underline;
}

a.subnavhover:hover {
	font-size: 8pt;
	font-family: Verdana;
	color: #A1CADF;
	font-weight: bold;
	text-decoration: underline;
}

a.bottomnav {
	font-size: 8pt;
	font-family: Verdana;
	color: #384d4f;
	text-decoration: none;
}
a.bottomnav:hover {
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
	text-decoration: underline;
}
a.bottomnavhover {
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 20pt;
	color: 023a55;
	font-family: Verdana, Arial;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	color: 26739c;
	font-family: Verdana, Arial;
	font-weight: normal;
	margin-bottom: 4px;
}

h3 {
	font-size: 11pt;
	color: 023a55;
	font-family: Verdana, Arial;
	font-wieght: normal;
	margin-top: 4px;

}

h4 {
	font-size: 12pt;
	color: FFFFFF;
	font-family: Verdana, Arial;
	font-wieght: bold;

}

table-text {
	font-size: 10pt;
	color: #777777;
	font-family: Verdana, Arial;
	font-weight: normal;
}

a.hlink {
	color: #1B3A14;
	font-weight: bold;
}
a.hlink:hover {
	text-decoration: none;
	color: #C78C00;
}
a.hlinkhover {
	color: #C78C00;
	font-weight: bold;
	text-decoration: none;
}
.bodytable {
	text-align: justify;
}
.copy {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}
.norepeat {
	background-repeat: no-repeat;
}
.altitem0 {
	background-color: #90C77A;
}
.altitem1 {
}
.superscript {
	font-size: xx-small;
	vertical-align: super;
}
.iframe {
	border-left: 1px solid #3385b4;
	border-top: 1px solid #3385b4;
	border-right: 1px solid #3385b4;
}

.button 
{
	background: 023a55;
	border-color: 26739c;
	color: FFFFFF;
	font-weight: bold;
}
.button_hover
{
	background: 77bce1;
	border-color: ffffff;
	color: 023a55;
	font-weight: bold;
}
.table_data_item
{
	background: c1e0f0;
}
.table_data_altitem
{
	background: FFFFFF;
}