.header
{
	background-image: url('../images/header.gif');
	width: 764px;
	height: 157px;
	
	color: #A9A900;
	font-family: Arial;
	font-size: 12px;	
	font-weight: bold;	
}

.content
{
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	width: 764px;
	
	color: #818080;
	font-family: Arial;
	font-size: 11px;	
}

.footer
{
	background-image: url('../images/footer.gif');
	width: 764px;
	height: 118px;	
	
	color: #A9A900;
	font-family: Arial;
	font-size: 9px;	
	font-weight: bold;
	text-align: right;
}

.home_cell
{
	background-image: url('../images/home_cell_bg.gif');
	width: 330px;
	height: 155px;
}

.home_cell_title
{
	position: relative;
	top: -5px;
	left: 26px;
	
	color: #A9A900;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
}


.home_cell_table
{
	position: relative;
	top: 7px;
	left: 10px;
}

.home_cell_text
{
	margin-left: 5px;
	margin-right: 20px;
	
	color: #818080;
	font-family: Arial;
	font-size: 11px;	
}


.header_spacer
{
	margin-left: 30px;
	margin-right: 30px;
	color: #818080;
}


.table_text
{
	color: #818080;
	font-family: Arial;
	font-size: 11px;	
}

.table_text_large
{
	color: #818080;
	font-family: Arial;
	font-size: 14px;	
}

.table_title
{
	color: #AFAC01;
	font-size: 14px;
	font-weight: bold;
}

.header a:link, a:visited, a:active
{
	color: #818080;
	text-decoration: none;
}

.header a:hover
{
	color: #A9A900;
	text-decoration: none;	
}


.footer_spacer
{
	margin-left: 10px;
	margin-right: 10px;
	color: #818080;
}

.footer a:link, a:visited, a:active
{
	color: #818080;
	text-decoration: none;
}

.footer a:hover
{
	color: #A9A900;
	text-decoration: none;	
}


.content a:hover
{
	color: #A9A900;
	text-decoration: none;	
}

.table_text a:link, a:visited, a:active
{
	color: #818080;
	text-decoration: none;
}

.table_text a:hover
{
	color: #A9A900;
	text-decoration: none;	
}
