/* CSS Document */
<!--

body {
	font-family: verdana, arial, helvetica; 
	font-size: 10pt; 
	color: #000000; 
	background-color: #FFFFFF;
	margin: 30px 40px;
	}

p,td,th,ul,ol,blockquote,pre,center {
	font-family: verdana, arial, helvetica; 
	font-size: 10pt; 
	color: #000000;
	}

ul {list-style:disc}

h1,h2,h3,h4,h5 {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	margin: 1em 0;
	color: #242424;
	}

/*h1 {font-size: 22pt;}

h2  {font-size: 19pt;}

h3  {font-size: 16pt;}

h4  {font-size: 13pt;}

h5  {font-size: 10pt;}*/

h1 {font-size: 1.4em;}

h2 {font-size: 1.3em;}

h3 {font-size: 1.2em;}

h4 {font-size: 1.1em;}

h5 {font-size: 1em;}

.large {font-size: 16pt;}

.small {font-size: 8pt;}

.footnote {font-size: 10pt;}

.top {font-size: 10pt;}

.topheader {font-size: 13pt;}

.header {font-size: 10pt; font-weight: bold;}

.navlink {font-size: 8pt; color: #9498C2; text-decoration: underline; font-weight: bold;}

a:link {color: #004080; text-decoration: none;}

a:visited {color: #004080; text-decoration: none;}

a:active {color: #004080; text-decoration: none;}

a:hover {color: #004080; text-decoration: underline;}

.bottomnav {border: 1px solid black; font-size:11px;} 

.content {
	margin-left:5%;
	margin-right:5%;
	margin-top:35px;
	margin-bottom:35px;
	display: block;
	text-align:left
}

.letter {
	border: 2px solid #ADADAD;
	padding:65px;
	margin-left:10%;
	margin-right:10%;
	margin-top:5px;
	margin-bottom:30px;
	display: block;
	text-align:left
}

.source {
	font-size: 8pt; 
	color: #272727;
	margin: 0 auto 0 5px;
	text-align: left;
	}

.date {
	font-size: .8em; 
	color: #666; 
	margin: -5px 0 -10px 0;
	}
	
hr {color: #BCBCBC;}	

/* ---[ main column ]----------------------------- 

/* 
#content {
	width: 90%;	
	display: inline-table;
	padding: 0 50px;
	background: #fff;
	}
-->