/* CSS Document */
body, td {
	font-size: 9pt;
	font-family: verdana, arial, sans;
}

.white {
	font-size: 9pt;
	font-family: verdana, arial, sans;
	color:#ffffff;
}

h1 {
	color: #00367a; 
	font-family: times, garamond, serif;
	font-size: 18pt; 
	font-weight: bold;
}

h2 {
	color: #ef802f; 
	font-family: times, garamond, serif;
	font-size: 14pt; 
	font-weight: bold;
}

a {
	color: #00367a; 
	font-size: 9pt; font-weight: bold;
}
a:hover { 
	color: #ef802f;
	text-decoration: none; font-weight: bold;
}

a.hover { color: #ef802f;	text-decoration: none; }

a.bhlink { color: #5A93CB; }
a.bhlink:hover { color: #9E9C9D; text-decoration: none; }
a.bhlinkhover { color: #9E9C9D; text-decoration: none; }

a.shlink { color: #13087E; font-weight: bold; }
a.shlink:hover { color: #000000; text-decoration: none; font-weight: bold; }
a.shlinkhover { color: #000000; text-decoration: none; font-weight: bold; }

a.fhlink{font-size: 8pt; text-decoration: none; color: #5A93CB; font-weight: normal; }

a.fhlink:hover {color: #FFFFFF; text-decoration: none; font-weight: normal; }

a.fhlinkhover {font-size: 8pt;  color: #9E9C9D; text-decoration: none; font-weight: normal; }

a.chlink{
	font-size: 8pt; 
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: none; 
	}
	
a.chlink:hover {
	color: #ef802f; 
	text-decoration: none; 
	font-weight: normal; 
	}
	
a.chlinkhover {
	font-size: 8pt;  
	color: #ef802f; 
	text-decoration: none; 
	font-weight: normal; 
	}

.copy { 
	font-size: 8pt;
	color: #8A8788; font-weight: bold;
}
.header {
	font-size: 10pt;
	font-weight: bold;
}
.cheader {
	color: #993333;
	font-size: 10pt;
	font-weight: bold;
}
.row1 {
	background-color: #95353F;
	color: #EEE07E;
	font-weight: bold;
}
.row0 {
	background-color: #EEE07E;
	color: #95353F;
	font-weight: bold;
}
.textbox {
	color: #13087E;
}
.button {
	background-color: #00367a;
	color: #FFFFFF;
	font-weight: bold;
}
.body-head {
	color: #13087E;
	font-size: 14pt;
}
.body-text {
	color: #13087E;
}
.required {
	color: #13087E;
}
.quote { color: #FFFFFF; font-weight: bold; }