@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(a/bkg.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #161616;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	line-height: 15px;
	font-size: 11px;
	text-align: justify;
}
em {
	color: #9DB9E0;
	font-weight: bold;
}
.titles {
	color: #94b4dd;
	text-transform: uppercase;
	font-size: 12px;
}.scrollable {
	height: 371px;
	width: 711px;
	overflow: auto;
}
.headerText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 17px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFFFFF;
}
a {
	color: #94b4dd;
}
.subheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #94b4dd;
}
.date {
	color: #94b4dd;
	text-transform: uppercase;
	font-size: 10px;
}
.signed {
	color: #9DB9E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-left: 50px;
}
input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #4C4B4C;
}
.accented, .accented a {
	color: #9DB9E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}
.accented a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}