/**************** CSS Document ****************/

/* ---------- Navigation menus ---------- */
.navmenu {
	LEFT: 4px;
	TOP: 5px;
	POSITION: absolute;
	Z-INDEX: 3;
	VISIBILITY: visible;
}
.navmenu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 12pt;
	color: white;
	text-decoration: none;
}
.navmenu_text:hover {
	color: #FFD201;
}
.navmenushadow {
	LEFT: 5px;
	TOP: 7px;
	POSITION: absolute;
	Z-INDEX: 2;
	VISIBILITY: visible;
}
.navmenushadow_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 12pt;
	color: #000000;
	text-decoration: none;
}

/* ---------- Main Content ---------- */
body {
	font-family: "Times New Roman", Times, serif;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.content {
	LEFT: 250px;
	TOP: 260px;
	POSITION: absolute;
	width: 450px;
	Z-INDEX: 1;
	VISIBILITY: visible;
}
.left_column {
	LEFT: 0px;
	TOP: 950px;
	POSITION: absolute;
	Z-INDEX: 3;
	VISIBILITY: visible;
	text-align: left;
	border: none;
	padding: 10px;
}
#page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16pt;
	text-align: center;
	text-transform: uppercase;
}
#paragraph_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#page_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	color: #0000FF;
	text-decoration: none;
}
.signature {
	font-style: italic;
	text-align: right;
}
.letter {
	text-indent: 2em;
}
