body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px; 
	border: 0px;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

.leftextender {
	background-image: url(images/left_ext.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	background-attachment: scroll;
}
.rightextender {
	background-image: url(images/right_ext.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}
.col1ext {
background-image: url(images/left_ext_bottom.jpg);
background-repeat: repeat;
}
.col2ext {
background-image: url(images/left_bottom.jpg);
background-repeat: repeat;
}
.col3ext {
background-image: none;
background-repeat: repeat;
}
.col4ext {
background-image: url(images/right_bottom.jpg);
background-repeat: repeat;
}
.col5ext {
background-image: url(images/right_ext_bottom.jpg);
background-repeat: repeat;
}

.news_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.news_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
}
.bottom_NAV_divide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	letter-spacing: 3pt;
}

.news_linked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #D47427;
}
.bottom_NAV_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	letter-spacing: normal;
}
.bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 16pt;
}
.normal_BODYtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16pt;
	color: #333333;
}
.Header_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.bottom_NAV_textOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #CF7A2A;
	letter-spacing: normal;
}
.regular_bodytext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}
.regular_bodytext_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #D47525;
	line-height: 10px;
}


input[type="text"] {
	height: 22px;
	border: #6699cc solid 1px;
	color: black;
	background-color: white;
}
textarea {
	border: #6699cc solid 1px;
	color: black;
	background-color: white;
}
.input_error {
	height: 22px;
	border: red solid 1px ! important;
	background-color: #ffff99 ! important;
}
.input_warning {
	height: 22px;
	border: #ff9933 solid 1px ! important;
}


