BODY { 	background-color: #FFFFFF; 
	color: #000000; }

A { 	text-decoration: underline;
	color: #004080; }

A:HOVER { 
	text-decoration: underline;
	color: #4060C0; }

A.help { 
	font-size: 8pt; }

A.light {
	color: #FFFFFF; }

A.light:HOVER {
	color: #6080D0; }

#bold { 
	font-weight: bold; }
#white { 
	color: #FFFFFF; }
#black {
	color: #000000; }
#gray {
	color: #999999; }
#blue { 
	color: #003366; }
#green {
	color: green }
#red { 
	color: #BD1310; }
#yellow {
	color: #FFFF00; }

#hilight {
        font-weight: bold; }

DIV.code {
	position: relative;
	left: 16px;
	font-family: courier;
	font-size: 10pt;
	font-weight: normal;
	color: #4060C0;
	padding-left: 8px;
	border-left: 1px solid #4060C0; }

FONT.normal { 
	font-family: arial,sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000; }

FONT.boldnormal { 
	font-family: arial,sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; }

FONT.bignormal { 
	font-family: arial,sans-serif; 
	font-size: 12pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000; }

FONT.heading { 
	font-family: arial,sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; }

FONT.main { 
	font-family: arial,sans-serif; 
	font-size: 24pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; }

FONT.title { 
	font-family: arial,sans-serif; 
	font-size: 20pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; }

FONT.smalltitle { 
	font-family: arial,sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; }

FONT.small { 
	font-family: arial, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none; }

FONT.error { 
	font-family: arial,sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: green; }

FONT.copyright { 
	font-family: arial,sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000; }

FONT.navbar { 
	font-family: arial,sans-serif; 
	font-size: 9pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000; }

FONT.smallnavbar { 
	font-family: arial,sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000; }

TD {	font-family: arial,sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;}

TD.white {
	font-family: arial,sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	border-right: 2px solid #3A6EA5;	
	border-left: 2px solid #3A6EA5;
	border-bottom: 2px solid #3A6EA5;
 	background-color: #FFFFFF; }

TD.background {
	font-family: arial,sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;	
	background-color: #E0E0E0; }

TD.header {
	font-family: arial,sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #003366; }

TD.subheader {
	font-family: arial,sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #4A7EB5; }

TD.filler {
	background-color: #A0A0A0; }

TR.white { 
	background-color: #FFFFFF; }

TR.background { 
	background-color: #F0F0F0; }

TR.header {
	background-color: #003366; }

TR.subheader {
	background-color: #3A6EA5; }

TR.filler {
	background-color: #A0A0A0; }

TABLE.white { 
	background-color: #FFFFFF; }

TABLE.background { 
	background-color: #E0E0E0; }

TABLE.header {
	background-color: green; }

TABLE.subheader {
	background-color: #3A6EA5; }

TABLE.filler {
	background-color: #A0A0A0; }

#separated {
	border-left: 2px solid #003366; }
#separated-light {
	border-left: 0px solid #003366;}
#separated-top {
	border-top: 8px solid #003366; }
