P {
	color : #333333;
	font-size : 10pt;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}



LI {
	font-size : 9pt;
	color : #093C84;
	padding-bottom : 6pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}



UL.indented {
	margin-top : 0;
	border-top-width : 0;
	padding-top : 0;
	margin-bottom : 0;
	border-bottom-width : 0;
	padding-bottom : 0;
	margin-left : 2em;
	padding-left : 0;
}

UL.noindented {
	margin-top : 0;
	border-top-width : 0;
	padding-top : 0;
	margin-bottom : 0;
	border-bottom-width : 0;
	padding-bottom : 0;
	margin-left : 1em;
	padding-left : 0;
}

H1 {
	font-size : 14pt;
	color : #26398C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2 {
	font-size : 14pt;
	color : #3F52A5;
	font-family : serif;
}

H3 {
	margin-top : 0;
	border-top-width : 0;
	padding-top : 0;
	margin-bottom : 0;
	border-bottom-width : 0;
	padding-bottom : 0;
	font-size : 13pt;
	color : #3F52A5;
	font-family : sans-serif;
}

H4 {
	margin-top : 0;
	border-top-width : 0;
	padding-top : 0;
	margin-bottom : 0;
	border-bottom-width : 0;
	padding-bottom : 0;
	font-size : 12pt;
	color : #666666;
	font-family : sans-serif;
}

A {
	color : #5A6BB4;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:HOVER {
	color : #26398C;
}

A.fnav{
	color : #585858;
	font-size : 9pt;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*
A:HOVER.fnav {
	color : #000000;
}
looks like this is incorrect
*/
A.fnav:HOVER {
	color : #000000;
}

A.resourcelinks{
	color : #666666;
	font-size : smaller;
	text-decoration : underline;
}

.indentedtext {
	margin-left : 4em;
	text-indent : -1.5em;
}

.turquoisetext {
	color : #6CA6AD;
	font-weight : bold;
}

LI.sidebar {
	color : #FFFFFF;
	font-size : 8pt;
	padding-bottom : 0pt;
}

TD.sidebar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.footer {
	color : #585858;
	font-size : 9pt;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.errortext {
	color : Red;
	font-weight : bold;
}

.defaultfont {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.required{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: Red;
}

.texta {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width : 150px;
}

.textc {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	
}