@charset "utf-8";
/* CSS Document */

h1 {
font-size: 16px;
}
h2 {
font-size: 15px;
}
h3 {
font-size: 14px;
}
h4 {
font-size: 13px;
}
body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#0066CC;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
p, a, .p{ font-size:12px;}
#body{
	width:964px;
	overflow:hidden;
}
#menuBar{
	width:100%;
	display:inline-block;
	background-image:url(images/header3.gif);
	background-repeat:no-repeat;
	height:39px;
	text-align:left;
	padding-left:30px;
}
#menuBar a{
	font-weight:bold;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	padding:10px 10px;
	display:block;
	float:left;
	border-right:#FF9900 1px solid;
	border-left:#FFF100 1px solid;
	margin-top:2px;
}
#menuBar a:hover{
	background-image:url(images/top_menu_hover.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#content_min_height{
	float:left;
	height:450px;
	width:30px;
	overflow:hidden;
	display:block;
}
#mid_area_wraper{
	background-image:url(images/body1_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	float:left;
	display:block;
	width:100%;
}
#mid_area_wraper #mid_area{
	background-image:url(images/body1.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	display:block;
	width:100%;
	overflow:hidden;
}
#mid_area_wraper #mid_area #contents{
	width:930px;
	display:inline-block;
	float:left;
}
#footer{ margin:10px; }
#footer, #footer a{ color:#FFFFFF; }
#footer a:hover{ text-decoration:none; }
form{ margin:0px; padding:0px; }
.field{
	background-image:url(images/field_1_2.gif);
	background-repeat:repeat-x;
	height:30px;
	overflow:hidden;
	display:inline-block;
}
.field img{ margin:0; padding:0; }
.field img, .field input, .field select{
	font-size:18px;
	background-color:#FFFFFF;
	border:none;
	float:left;
}
.field input, .field select{
	margin-top:3px;
}
.field #border_left{
	background-image:url(images/field_1_1.gif);
}
.field #border_right{
	background-image:url(images/field_1_3.gif);
}
.field #border_left, .field #border_right{
	height:30px; width:6px; display:inline-block; float:left;
	background-color:#FFFFFF;
}

#hr{ width:100%; clear:both; height:1px; display:block; }
.main_title
{
	font-family:Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:30px;
   font-weight: bold;
   text-shadow: white 5px 5px, red -5px -5px;
}
.res_head
{
   font-family: century gothic;
   color:000000;
   font-size:11px;
}
.res_page
{
   font-family: century gothic;
   color:000000;
   font-size:10px;
}
.small
{
   font-family: century gothic;
   color:000000;
   font-size:10px;
}
.demo
{
	color:#000000;
	background-color:#ffffff;
	z-index:99;
	visibility:hidden;
}

