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

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.BodyText {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-left:35px;
}

.SubHeaderText {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;

}

.HeaderText {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.div{
	height:310px;
	width: 350px;
	overflow-y: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 25px;
}

.RolloverHand{
cursor: pointer;
}