body {
	
}

#mainheadline {
	font-family: "Arial", "Garamond", sans serif; 
	color: #000000;
	font-weight: bold;
	font-size: 18pt;
	text-align: "center";
}

#smallheadline {
	font-family: "Arial", "Garamond", sans serif; 
	color: #000000;
	font-weight: bold;
	font-size: 14pt;
	text-align: "center";
}

#regulartext  {
	font-family: "Arial", "Garamond", sans serif;
	color: #000000;
	font-weight: "normal";
	font-size: 12pt;
	text-align: "left";
}

#indenttext  {
	font-family: "Arial", "Garamond", sans serif;
	color: #000000;
	font-weight: "normal";
	font-size: 12pt;
	text-align: "left";
	text-indent: 20px;
}

#footertext  {
	font-family: "Arial", "Garamond", sans serif;
	color: #ffffff;
	font-weight: "normal";
	font-size: 12pt;
	text-align: "left";
	float: "left";
}

a:link {
	font-family: "Arial", "Garamond", sans serif;
	color: #ffcc00;
	font-weight: "normal";
	font-size: 12pt;
	text-align: "center";
}

a:hover {
	font-family: "Arial", "Garamond", sans serif;
	color: #ff0000;	
	font-weight: "normal";
	font-size: 12pt;
	text-align: "center";
}

a:active {
	font-family: "Arial", "Garamond", sans serif;
	color: #ff0000;	
	font-weight: "normal";
	font-size: 12pt;
	text-align: "center";
}

a:visited {
	font-family: "Arial", "Garamond", sans serif;
	color: #ffffff;	
	font-weight: "normal";
	font-size: 12px;
	font-align: "left";
}