﻿body{
	margin-top:0px;
	font-family:Trebuchet MS, Verdana;
}
.body_container{
	margin-right:auto;
	margin-left:auto;
	width:750px;
	/*border-left:3px solid #3367cd;
	border-right:3px solid #3367cd;
	border-bottom:3px solid #3367cd;*/
}
.header{
	border-bottom:5px solid #fff;
}
.head_img{
	border-top:5px solid #3367cd;
	border-bottom:5px solid #3367cd;
}
.nav_current{
	width:125px;
	background-color:#3367cd;
	color:fff;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
}
.nav_current a{
	text-decoration:none;
	color:fff;
	font-weight:bold;
}
.nav_hover{
	width:125px;
	background-color:#e2e2e2;
	color:#3367cd;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
}
.nav_hover a{
	text-decoration:none;
	color:#3367cd;
	font-weight:bold;
}			
.nav_other{
	width:125px;
	background-color:#fff;
	color:#3367cd;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
}
.nav_other a{
	text-decoration:none;
	color:#3367cd;
	font-weight:bold;
}
.handcursor{
	font-size:12px;
	cursor:hand;
	cursor:pointer;
}
.alert_container{
	background-color:red;
	border:1px solid red;
	width:150px;
}
.alert_header{
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.alert_content{
	background-color:#fff;
}
.head1 {
	font-size:larger;
	font-weight:bold;
	color: #3399FF;
}
.head2 {
	font-weight:bold;
	color: #3300FF;
}
.head3 {
	color: #3300FF;	
}
.body_img {
	border:4px solid #3367cd;
}
.faq_header{
	padding-top:10px;
	color:#3399FF;	
}
.faq_content{
	padding-left:10px;
	text-align:justify;
}
.faq_footer{
	font-size:x-small;
	text-align:right;
	border-bottom:4px solid #3367cd;
}
	