body, div, p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #336699;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}



/* default link styles*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #66CCFF;
	text-decoration: underline;
}


/* content - small - links*/
#maincontent a:link, #leftpanel a:link, #content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#maincontent a:visited, #leftpanel a:visited, #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}
#maincontent a:hover, #leftpanel a:hover, #content a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#maincontent a:active, #leftpanel a:active, #content a:active {
	color: #66CCFF;
	text-decoration: underline;
}

/* footer - small - links*/
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666699;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#footer a:active {
	color: #66CCFF;
	text-decoration: underline;
}



/* text formatting*/

.blacktextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.blacktextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.blacktextlargebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.blacktextlargeboldblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 3px;
}


.bluetextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.bluetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	font-weight: bold;
}
.bluetextlargebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
	font-weight: bold;
}


.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.greytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}
.greytextlargebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
}


.midbluetext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336699;
}
.midbluetextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #336699;
	font-weight: bold;
}
.midbluetextlargebold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #336699;
	font-weight: bold;
}
.midbluetexthugebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #336699;
}

