.Header {
	font-family: Times;
	font-size: 19pt;
	font-weight: bold;
	color: #0000000;
}

.MainTitle {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #339900;
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #ff0000;
}

.GeneralText {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 10pt;
	color: #000000;
	
}


.SmallText {
	FONT-FAMILY: Arial, sans-serif, Helvetica, Arial;
	FONT-SIZE: 9pt;
	color: #000000;
}

.LinkText {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	font-weight: bold;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

A:link {
	TEXT-DECORATION: none; color: #ffff99;
}
A:visited {
	TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline; color: #fe0000;
}









