body {
	background:#E1E1E1;
	font-family:arial;
}
h1,h2,h3 {
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:16px;
}

.text_10px {
	font-size: 10px;
}

.text_12px {
	font-size: 12px;
}

.text_14px {
	font-size: 14px;
}

.text_16px {
	font-size: 16px;
}

.text_18px {
	font-size: 18px;
}

.text_20px {
	font-size: 20px;
}
.text_24px {
	font-size: 24px;
}
.text_red {
	color:#FF0000;
}

.content_body {
	padding: 20px;
}


a {
	color:#003355;
}
a:hover {
	color:#81C645;
}

#Layer1 {
	position:absolute;
	width:838px;
	height:18px;
	z-index:1;
	background-color: #81C645;
	top: 285px;
}
.style1 {
	color: #003366;
	font-weight: bold;
}
#container {
	width:850px;
	margin:0 auto;
}
#header_left {
	width:424px;
	float:left;
}
#header_right {
	width:416px;
	float:left;	
}
#nav_container {
	padding:2px 0px 2px 0px;
}
#nav_container a {
	display:block;
	width:106px;
	font:bold 14px arial;
	color:#FFFFFF;
	background:url(../images/interface/nav_bg_tile.jpg) repeat-x;
	padding:6px 5px 5px 5px;
	margin:0px 2px 0px 0px;
	float:left;
	text-decoration:none;
	text-align:center;
	border: 1px solid #c6d0d2;
}

#nav_container a:hover {
	border:solid 1px #959ea0;
	color:#f0ff00;
	background:url(../images/interface/nav_bg_tile_over.jpg) repeat-x;
}
#content_area {
	background:#FFFFFF;
	padding:10px 0px 20px 0px;
	width:840px;
}
#green_bar {
	border:1px solid #81C645;
	background:#81C645;
	height:20px;
}
#clear {
	clear:both;
}
.confirm-box {
	padding: 10px;
	text-align: center;
	background-color: #6AA33A;
	margin: 20px 0px 20px 0px;
}
.white {color: #FFFFFF}
