.tgreyline {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: CC0000;
	line-height: 20px;
}
.biggrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: 999999;
	line-height: 20px;
   } 	
.smlgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
	vertical-align: bottom;
	}
.bigblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: 000000;
	line-height: 18px;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1%;
}
.charttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
a:link {
	color : #000000;
	background : transparent;
	text-decoration: none;
	}
a:visited {
	color : #000000;
	background : transparent;
	text-decoration : none;
	}
a:hover {
	color : #CC0000;
	background : transparent;
	text-decoration : none;
	font-weight: bold;
	}
a:active {
	color : #CC0000;
	background : transparent;
	text-decoration : none;
	}
.menu_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: CC0000;
}
.rednav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: CC0000;
	line-height: 17px;
	text-indent: 10px;
	padding-left: 20px;
}
a.rednav:link {
	color : CC0000;
	background : transparent;
	text-decoration: none;
	}
a.rednav:visited {
	color : CC0000;
	background : transparent;
	text-decoration : none;
	}
a.rednav:hover {
	color : #000;
	background : transparent;
	text-decoration : underline;
	}
a.rednav:active {
	color : #000;
	background : transparent;
	text-decoration : underline;
	}
.rednav_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: CC0000;
}
.rednav_current {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000;
	line-height: 17px;
	text-indent: 10px;
	padding-left: 20px;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	text-align: left;
}
.subtextcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	font-weight: normal;
}
/* ---------------------- form styles ------------------*/
#formWrap {
    background: #999
	padding: 1em 9;
	width: 600px;
	text-align: left;
	background-color: #FFFFFF;
	}
form#frmContact {
	width: 508px;
	margin: 0 auto;
	text-align: left;
	}
#formWrap p {
   font-family: Georgia
   color: #602E0C
   font-size: 0.85em;
   line-height: 1.2;
   marigin: 1.4em 0;
   }
fieldset {
	border: none;
	margin: 1em 0;
	padding-bottom:  .5em;
	}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #602E0C;
	line-heght: 1.4;
	background: D8D5C5;
	padding: 0.2em .5em;
	margin-left: 0.5em;
	}
 input.text:focus, text area:focus {
	color: #000000;
	background-color: #C8D3CB;
}
