body {
	background-color: #000000;
	background-image: url(images/pg_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.textContent {
	padding: 0px 15px 5px;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 16px;
}
#pageFooter {
	width: 780px;
	text-align: center;
	padding: 10px 0px 15px 0px;
}
.textDropCap {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.textFooter {
	font-size: 10px;
	color: #999999;
}
a.textFooter:link {
	color: #999999;
	text-decoration: none;
}
a.textFooter:visited {
	color: #999999;
	text-decoration: none;
}
a.textFooter:hover {
	color: #b1c8ef;
	text-decoration: underline;
}
.textPageTitle {
	padding: 0px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
}
.textPageSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.textSmall {
	font-size: 10px;
}
.textTiny {
	font-size: 9px;
}
.textMedium {
	font-size: 11px;
}
.textLarge {
	font-size: 14px;
}
.textBio {
	font-size: 10px;
	text-align: justify;
	padding: 0px 10px 10px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.textRequired {
	color: #CC0000;
}
.textInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cellBorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
