a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a.no_change{
color: #000000;
}

a.no_change:hover{
color: #000000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant:normal;
	font-weight:normal;
	color: #000000;
	border: thin solid #CC0033;
}

black {
	color: #000000;
}
.button_cell {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(images/button_box.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 2px 4px 14px;	
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width:105px;
}

.content_big_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0033;
	padding-top: 5px;
	padding-bottom: 15px;
}

.content_bottom_text_redtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC0033;
}

.content_cell_red {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
}

.content_front_table_cell {
	width: 577px;
	padding: 10px;
	vertical-align:top;
}

.content_table_cell {
	width: 577px;
	padding: 10px 10px 10px 20px;
	background-color: #FFFFFF;
	vertical-align:top;
}

.content_table_cell_bright_green {
	width: 577px;
	padding: 10px 10px 10px 20px;
	background-color: #ABDA4D;
	vertical-align:top;
}

.content_table_cell_green {
	width: 577px;
	padding: 10px 10px 10px 20px;
	background-color: #96CDBB;
	vertical-align:top;
}

.content_table_cell_orange {
	width: 577px;
	padding: 10px 10px 10px 20px;
	background-color: #FFAA56;
	vertical-align:top;
}

.content_table_cell_pink {
	width: 577px;
	padding: 10px 10px 10px 20px;
	background-color: #E8B2BC;
	vertical-align:top;
}

.content_table_cell_white {
	width: 577px;
	padding: 10px 10px 10px 20px;
	background-color: #FFFFFF;
	vertical-align:top;
}

.content_table {
	width: 537px;
}

.content_text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content_text_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0033;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content_top_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.content_top_subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.copyright_cell {
	background-color: #C7C7C7;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0033;
	text-transform: none;
	font-variant: normal;
}

.front_news_cell {
	height: 200px;
	width: 152px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 4px 40px 4px 14px;
	background-image: url(images/front_news_box.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.front_link_cell {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 12px;
	background-image: url(images/link_box.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 160px;
}

.front_link_cell_hover {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 12px;
	background-image: url(images/link_box_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 160px;
}

.front_link_cell_active {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 12px;
	background-image: url(images/link_box_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 160px;
}

.front_news_cell_green {
	height: 200px;
	width: 152px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 4px 40px 4px 14px;
	background-image: url(images/front_news_box_green.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.front_splash {
	background-color: #FFFFFF;
	height: 83px;
	width: 242px;
	padding: 10px;
	line-height: 18px;
}

.front_splash_off {
	height: 83px;
	width: 242px;
	padding: 10px;
	line-height: 18px;
}

.green_cell {
	padding: 10px;
	background-color: #96CDBB;
	vertical-align:top;
}

.green_cell_dark {

	padding: 10px;
	background-color: #44A486;
	vertical-align:top;
}

h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style:  inherit;
	line-height: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
}

.link_cell {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 12px;
	background-image: url(images/link_box.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 160px;
}

.link_cell_hover {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 12px;
	background-image: url(images/link_box_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 160px;
}

.link_cell_active {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 12px;
	background-image: url(images/link_box_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 160px;
}

.link_cell_red {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 12px;
	background-image: url(images/link_box_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 160px;
}

.link_cell_red_hover {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	padding: 4px 12px;
	background-image: url(images/link_box_red_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	width: 160px;
}

.listing_cell_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 4px;
}

.listing_cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.listing_cell_pad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px;
}

.listing_cell_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
	padding-top: 9px;
	padding-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
}

.listing_cell_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.listing_cell_right_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:right;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.listing_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;	
}

.login_cell {
	font-size: 11px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.login_input {
	font-size: 11px;
	color: #000000;
}

.login_submit {
	font-size: 14px;
	color: #CC0033;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintable {
	width: 757px;
	border: 1px solid #CC0033;
}

.menu_cell {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px 4px 4px 12px;
	background-image: url(images/menu_box.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.menu_cell_logo {
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

.menu_cell_login {
	height: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding: 12px 4px 4px 12px;
	background-image: url(images/menu_login_box.gif);
	background-repeat: no-repeat;
	background-position: CENTER center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;	
}

.menu_table_cell {
	width: 160px;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 0px 10px;
	background-color: #44A486;
	border-right-color: #CC0033;
	vertical-align:top;
}

.menu_table {
	width: 160px;
}

.menu_cell_active {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px 4px 4px 12px;
	background-image: url(images/menu_box_active.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.menu_cell_hover {
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	padding: 4px 4px 4px 12px;
	background-image: url(images/menu_box.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

.news_cell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.news_cell_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 6px;
}

.news_cell_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
	padding-top: 2px;
	padding-bottom: 6px;
}

.orange_cell {

	padding: 10px;
	background-color: #FFAA56;
	vertical-align:top;	
}

.profile_table{
	/*border: 3px solid #FFFFFF; */
	width: 230px;
	/*background:#CD0F33;*/
}

.profile_cell{
	width: 230px;
	height:100px;
	padding: 0px 0px 0px 12px;
	background-image: url(images/profile_box.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
}

.red {
	color: #CC0033;
}

.splash_small_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0033;
	padding-bottom: 5px;
}

.splash_large_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding-bottom: 5px;
}

.top_page_cell {
	background-color: #C7C7C7;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant:small-caps;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
	text-transform: none;
	font-variant: normal;
}
