/****************************************************************************************************/	
/* main txt formatting */

A:link		{ color: #407F7F; text-decoration: none;font-weight:bold; }
A:visited 	{ color: #407F7F; text-decoration: none;font-weight:bold; }
A:hover 	{ color: #C2C2C2; text-decoration: none;font-weight:bold; }

A.menu:link		{ color: #C2C2C2; text-decoration: none;font-weight:bold; }
A.menu:visited 	{ color: #C2C2C2; text-decoration: none;font-weight:bold; }
A.menu:hover 	{ color: #407F7F; text-decoration: none;font-weight:bold; }

.column_header {font-weight: bold;}
.table_data {font-size: 10pt;}
/****************************************************************************************************/	


/** Banner stuff **/
#topBanner {
	background-image:url(../public_html/system/images/logo.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	height: 100px;
	position: relative;
	}
#topBannerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	position: relative;
	left: 100px;
	top: 35px;
	font-style: italic;
	}
.center {
	position: relative;
	left: 50%;
	right: 50px;
}
