/* CSS Document */

P.letternav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: ##153B8A;
}

P.letter {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
}

UL.letter {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
}

OL.letter {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
}

Table.letter {
	border: 2px solid #153B8A;
}

Table.letter td.nav {
  	align: left;
	vertical-align: top; 
	width: 160px; 
	border-right: 2px solid #153B8A;
}

H1.letter {
	font-family: Times New Roman, Times, serif;
	color:  #153B8A;
}

H3.letter {
	font-family: Times New Roman, Times, serif;
	color: #153B8A;
}

H2.letter {
	font-family: Times New Roman, Times, serif;
	color: #153B8A;
}

h4.letter {
color: #153B8A;
}

H5.letter {
	font-family: Times New Roman, Times, serif;
	color: #153B8A;
}

td.copyright {
text-align: center;
font-style: italic;
color: #000000; 
font-size: 10pt;
}

/* This section deals with the links on the page */
a { color: #153B8A; text-decoration:underline }        /* unvisited link */
a:visited { color:#800080; text-decoration:underline }          /* visited links */
a:active { color:#4B99B9; text-decoration:underline }   /* active links */
a:hover { color: #FF3333; text-decoration:underline }   /* hover links */