@charset "utf-8";
/* CSS Document */

#letterhead {
	height: 70px;
	width: 650px;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
}
#close_window {
	height: 30px;
	width: 650px;
	font: 10pt Arial, Helvetica, sans-serif;
}
#address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	height: 50px;
	width: 650px;
}
#doc_title_top {
	color: #000000;
	height: 15px;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 16pt Arial, Helvetica, sans-serif;
}
#outer_container {
	height: auto;
	width: 650px;
}
#content {
	color: #000000;
	height: auto;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* Defines link, visited, hover & active for "close window" */
a:link {
	color: #CC0033;
	text-decoration: underline;
	font: 10pt Arial, Helvetica, sans-serif;
}
a:visited {
	color: #CC0033;
	text-decoration: underline;
	font: 10pt Arial, Helvetica, sans-serif;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	font: 10pt Arial, Helvetica, sans-serif;
}
a:active {
	color: #000000;
	text-decoration: none;
	font: 10pt Arial, Helvetica, sans-serif;
}
