H1  {}
H2  {}
H3  {}
A  {
	text-decoration: none;
}

A:Visited  {
	color : #9999FF;
}

A:Active  {
	color : #FFFFFF;
}

A:Hover  {
	color : red;
	text-decoration: underline;
}

BODY  {
	font-size : 10pt;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	line-height: 2;
}

.article {
	padding-right: 4px;
	padding-left: 4px;
	color: black;
	font-family: Georgia, Times, serif;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	font-style : normal;
	line-height: 2;
	background-color: aliceblue;
	float: left;
}

.NavBar  {
	left: 0;
	width: 600px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: black;
}

.Banner  {
	position : absolute;
	width : 600px;
	height : 60px;
	z-index : 2;
	left : 24;
	top : 0;
}

.SpecialHead {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-style: italic; font-weight: bold; color: #FFFFFF}
.TableText {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; color: #000000}

