.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.body_text_homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_bg {
	background-color: #000000;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

:link.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
:visited.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
:hover.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
:active.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.bars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.page_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.body_text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.list_item_boxes {
	background-image: url(images/list_item_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
:link.sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
:visited.sub2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
:hover.sub2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
:active.sub2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}


/*  Forms styles begin here - replicates popular table tricks, 	with labels on the left (right-aligned), input field on the right (left-aligned) */

	div.coolform
	{position: relative;
	width: 98%;
	padding: 5px;
	margin: 0px auto;}


	div.row, div.rowshort 
	{clear: both;}


	div.row span.label 

	{float: left;
	width: 37%;
	margin: 2px;
	text-align: right;
	font-weight: bold;}

div.row span.formw  

	{float: right;
	width: 60%;
	margin: 2px;
	text-align: left;}

	div.rowshort span.label 
	{float: left;
	width: 25%;
	margin: 2px;
	text-align: right;
	font-weight: bold;}

	div.rowshort span.formw 
	{float: right;
	width: 73%;
	margin: 2px;
	text-align: left;}

div.row select, div.rowshort select 
	{}

label        
	{
		font-size: 8pt;
		color: black;
		font-weight: normal;
	}

	legend
	{text-align: left;
	color: #990000;
	background-color: transparent;
	font-weight: bold;}

	fieldset {}
	input, select, textarea {}
	button {}
	input:focus, select:focus, textarea:focus, button:focus  {}

/*  END forms styles */
.red_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}