BODY {
	color: Black;
	background : White;
}


A {
	text-decoration: none;
	color: Red;
}

A:Hover {
	text-decoration: underline;
	color: Red;
}

.style2 {
	color: Fuchsia;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

.text {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; line-height: 15px}
.text_small {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-weight: normal}
.whitetext_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color : White;
}
.text_tiny {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px}
.text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color : Maroon;
}
.header_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 18px;
	color : Fuchsia;
}
.superheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28pt;
	line-height: 32pt;
}


