body { background: url('images/back_02.jpg'); }

#sideBanner    { position: absolute; left: 5; top: 5 }

.HeadLine
{
	font-family: "Book Antiqua";
	font-weight: bold;
	font-style: italic;
	font-size: 24pt;
	color: #006666;
}


.SubHeadLine
{
	font-family: "Book Antiqua";
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
	color: #CC3300;
}

.bottomMenu
{
	font-family: "Verdana";
	font-weight: normal;
	font-size: 10pt;
	color: #004A4A;
}



.mainText
{
	font-family: "Garamond";
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	color: #000066;
}

a:link
{
	color: #2E8B57; 
}
a:visited
{
	color: #808000; 
} 
a:active 
{
	color: #FF0000;
}

a:hover 
{
	color: #00CC66;
}