body{ 
	margin:0; 
	padding:0; 
	background: #ffffff url('../images/main_bg.jpg') no-repeat;
}

img{ border:0; }

a{ text-decoration:none; }

#top{
	width:733px;
	height:87px;
	background:url('../images/top_bg.png') no-repeat;
	behavior: url('js/iepngfix.htc'); 
}
.left{
	width:25px;
	background:url('../images/left_bg.png') repeat-y;
	behavior: url('js/iepngfix.htc'); 
}
#right{
	width:28px;
	background:url('../images/right_bg.png') repeat-y;
	behavior: url('js/iepngfix.htc'); 
}
#bottom_left{
	width:25px;
	height:36px;
	background:url('../images/bottom_left_bg.png') no-repeat;
	behavior: url('js/iepngfix.htc'); 
}
#bottom_right{
	width:28px;
	height:36px;
	background:url('../images/bottom_right_bg.png') no-repeat;
	behavior: url('js/iepngfix.htc'); 
}
#bottom{
	height:36px;
	background:url('../images/bottom_bg.png') repeat-x;
	behavior: url('js/iepngfix.htc');
	text-align:center;
}
#content{
	background:#ffffff url('../images/content_bg.gif') no-repeat bottom left;
}
#logo{
	margin:10px 0 0 30px;
}

.footer{
	font:10px Tahoma;
	color:#FFFFFF;
}

.green_10_bold{
	font:11px Tahoma;
	color:#05af4b;
	font-weight:bold;
	line-height:120%;
}
.green_11{
	font:11px Tahoma;
	color:#05af4b;
	line-height:120%;
}
.green_12_bold{
	font:12px Tahoma;
	color:#05af4b;
	font-weight:bold;
	line-height:120%;
}

.blue_10{
	font:10px Tahoma;
	color:#19204f;
	line-height:120%;
}
.blue_11{
	font:11px Tahoma;
	color:#19204f;
	line-height:120%;
}
.blue_11_bold{
	font:11px Tahoma;
	color:#19204f;
	font-weight:bold;
	line-height:120%;
}
.blue_12_bold{
	font:12px Tahoma;
	color:#19204f;
	font-weight:bold;
	line-height:120%;
}

.blue2_11{
	font:11px Tahoma;
	color:#6f7ab4;
}

.title{
	background-color:#f0f1f7;
	width:360px;
	height:30px;
	margin:0 0 10px 0;
}
.img_title{
	margin:7px 0 0 7px;
}
.full_width_content{
	width:660px;
	padding:0 10px 10px 10px;
}

input{
	width:200px;
	height:14px;
	border:1px #181e4e solid;
	font:11px Tahoma;
	color:#181e4e;
}
textarea{
	width:290px;
	height:130px;
	border:1px #181e4e solid;
	font:11px Tahoma;
	color:#6f7ab4;
}
.img_question{
	float:left;
	position:relative;
	top:-5px;
}
.td_line_height{
	line-height:150%;
}
.green_separator{
	height:1px;
	background:url('../images/green_dot.gif') repeat-x;
	margin:10px;
}