body {
	margin: 0px;
	background-color: #F7F7F5;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646B73;
	;
}

.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #365566;
}
.bkg_top {
	background-image: url(common/bkg_top.jpg);
	height: 240px;
	background-repeat: no-repeat;
	background-position: center top;
}
.bkg_main {
	background-image: url(common/bkg_main.jpg);
	height: 250px;
	background-repeat: repeat-y;
	background-position: center;
}
.bkg_bot {
	background-image: url(common/bkg_bot.jpg);
	height: 25px;
	background-repeat: no-repeat;
	background-position: center top;
}
.top_corner {
	width: 250px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #435A80;
	height: 123px;
	vertical-align: bottom;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	height: 45px;
}
.menu a:link {
	text-decoration: none;
	color: #384206;
	outline: none;
}
.menu a:visited {
	color: #384206;
	text-decoration: none;
	outline: none;
}
.menu a:hover {
	text-decoration: none;
	color: #adb28f;
	outline: none;
}
.menu a:active {
	color: #900;
	text-decoration: none;
	outline: none;
}
.menu_separators {
	color: #BCC0AC;
	text-decoration: none;
	outline: none;
	padding: 0px 8px 0px 8px;
}
.header_bot {
	height: 72px;
	padding: 0px 0px 10px 108px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #435A80;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #21374C;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #435A80;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #435A80;
}

a:link {
	text-decoration: none;
	color: #3B66A6;
	outline: none;
}
a:visited {
	color: #3B66A6;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #21374C;
	outline: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
	outline: none;
}

.content_column {
	width: 203px;
	padding-top: 15px;
}
.content_column_doublewide {
	width: 436px;
	padding-top: 15px;
	padding-right: 15px;
}
.hilite_column {
	width: 210px;
}
.hilite_wh_top {
	background-image: url(common/hilite_wh_top.gif);
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
}
.hilite_wh_main {
	background-image: url(common/hilite_wh_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 5px 15px 10px 15px;
}
.hilite_wh_bot {
	background-image: url(common/hilite_wh_bot.gif);
	height: 9px;
	background-repeat: no-repeat;
	background-position: center top;
}

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9EA2A6;
	line-height: 12px;
	padding: 25px 0px 30px 0px;
	background-repeat: repeat-y;
	background-position: center;
}
.fineprint a:link {
	color: #9EA2A6;
	text-decoration: none;
}
.fineprint a:visited {
	color: #9EA2A6;
	text-decoration: none;
}
.fineprint a:hover {
	color: #677AA6;
	text-decoration: none;
}
.fineprint a:active {
	color: #900;
}
.gap_top {
	height: 75px;
}
.gap05 {
	height: 5px;
}
.gap10 {
	height: 10px;
}
.gap15 {
	height: 15px;
}
.gap20 {
	height: 20px;
}
.gap25 {
	height: 25px;
}
.gutter10 {
	width: 10px;
}
.gutter15 {
	width: 15px;
}
.gutter20 {
	width: 20px;
}
.gutter25 {
	width: 20px;
}
.gutter30 {
	width: 30px;
}
.gutter_35 {
	width: 35px;
}
.gutter_40 {
	width: 40px;
}
.gutter_l {
	width: 108px;
}
.gutter_r {
	width: 106px;
	height: 400px;
}

.img_l {
	float: left;
	padding: 4px 10px 4px 0px;
}
.img_r {
	float: right;
	padding: 4px 0px 4px 10px;
}

ul { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background: url(common/bullet.gif) left center no-repeat 
}

li {
	padding-left: 9px;
	margin-bottom: 10px;
	background-image: url(common/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.red {
	color: #900;
}

