body {
	background-color: #eef3fa;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bgtop.jpg);
	background-repeat:repeat-x;
}

.table_main {
	background-color: #ffffff;
	text-align: left;
	font-family : Verdana, Arial;
	font-size: 11px;
}

.content_main {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;	
	text-align: left;
	font-family : Verdana, Arial;
	font-size: 12px;
	vertical-align: top;
	color: #65778a;
}

.content_main a {
	color: #bf734f;
	text-decoration : underline;
}

.content_main a:hover {
	color: #bf734f;
	text-decoration : none;
}

.navigation_top {
	height: 29px;
	background-image: url(../images/navigation_top_bg.jpg);
	background-repeat:repeat-x;
	background-color: #99B4D1;
}

.navigation_whole {
	height: 60px;
	width: 5px;
	background-image: url(../images/navigation_whole_bg.jpg);
	background-color: #cccccc;
	background-repeat:no-repeat;
}


.shadow_bottom {
	height:5px;
	width:900px;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat:repeat-x;
}
.shadow_bottom_right {
	height:5px;
	width:7px;
	background-image: url(../images/shadow_bottom_right.gif);
	background-repeat:no-repeat;
}

.shadow_right {
	width:6px;
	background-image:url(../images/shadow_right.gif);
	background-repeat:repeat-y;
	background-color: #cccccc;
}

.form_input {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-family : Verdana, Arial;
	font-size: 11px;
}

.navigation_main {
	padding-left:20px;
	color: #373536;
	font-family : Verdana, Arial;
	font-size: 12px;
	font-weight: bold; 
	height: 31px;
	background-image: url(../images/navigation_bottom_bg.jpg);
	background-repeat:repeat-x;
}

.navigation_main a {
	color: #373536;
	text-decoration: none;
}

.navigation_main a:hover {
	color: #373536;
	text-decoration: underline;
}

.navigation_main_active a {
	color: #bf734f;
	text-decoration: none;
}

.navigation_main_active a:hover {
	color: #bf734f;
	text-decoration: underline;
}

.box_header {
	height: 20px;
	background-image: url(../images/box/box_header_bg.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #C8D8E8;
	border-left: 1px solid #C8D8E8;
	border-right: 1px solid #C8D8E8;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	vertical-align: middle;
	background-color: #DBE7F3;
	font-weight: bold;
	color: #373536;
}

.box_content {
	border: 1px solid #C8D8E8;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height:1.4em;
}

.box_location_left {
	float:left;
}

.box_location_right {
	float:right;
}

.box_two_cols {
	width:408px;
}

.submit_button {
	height: 19px;
	width: 72px;
	border: 0px;
  background-image: url("../images/btn_login.gif"); 
  background-repeat: no-repeat;
}

.submit_button:hover {
	height: 19px;
	width: 72px;
	border: 0px;
  	background-image: url("../images/btn_login.gif"); 
  	background-repeat: no-repeat;
  	cursor: pointer;
}

li {
	padding: 2px;
}

.footer {
	font-family : Verdana, Arial;
	color: #727272;
	padding: 7px 10px 0 10px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

.footer a {
	font-weight: normal;
	color: #727272;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.footer a:hover {
	font-weight: normal;
	color: #727272;
	text-decoration: underline;
}

.next_link {
	font-family : Verdana, Arial;
	color: #727272;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

.next_link a {
	font-weight: normal;
	color: #727272;
	text-decoration: none;
	font-weight: bold;
}

.next_link a:hover {
	font-weight: normal;
	color: #727272;
	text-decoration: underline;
	font-weight: bold;
}

.hr {
	background-image:url("../images/line.gif");
	height:3px;
	overflow:hidden;
	clear:both;
	margin:8px;
	padding:0px;
}

.forms_input {
	width: 200px;
	border: 1px solid #A5ACB2;
}

.forms_textarea {
	width: 404px;
	height:100px;
	border: 1px solid #A5ACB2;
}

.forms_input_active {
	width: 200px;
	background-color:#efefef;
	border: 1px solid #A5ACB2;
}

.forms_textarea_active {
	width: 404px;
	height:100px;
	background-color:#efefef;
	border: 1px solid #A5ACB2;
}

.forms_error {
	font-family : Verdana, Arial;
	font-size: 11px;
	color:#ff0000;
	font-weight:bold;
}

.font_gray {
	
	color:#727272;

}

.font_brown {
	color:#bf734f;
}
