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

body {
	background-color: #ffffff;
	margin-top:0px;
}

h1{
	border:none;
	padding:0px;
	margin:0px;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color:#093b88;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#1240ba;
	font-weight:bold;
	padding:0;
	margin:0;
}

p, label, textarea, input, checkbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#101010;
	line-height:16px;
}

.check {
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	font-size:11px;
	color:#101010;
}

li{
	list-style:circle;
/*	list-style-image:url(images/bullet.jpg);
	.list-style-image:url(images/bullet_ie.jpg);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#101010;
	line-height:20px;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}

.bg {
	background:url(../images/bg.jpg) repeat-x top;
}

.box_top {
	background:url(../images/box_top.png) bottom no-repeat;
}

.box_bottom {
	background:url(../images/box_bottom.png) top no-repeat;
}

.box_splicing {
	background:url(../images/box_splicing.png) no-repeat;
}

.box_middle {
	background:url(../images/box_middle.png) repeat-y;
	padding-right:10px;
}

.logo{
	margin-top:30px;
	margin-bottom:30px;
}

.box {
	margin-left:25px;
}

.footer {
	background:url(../images/footer.jpg) repeat-x;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
}

.footer a:link, .footer a:visited {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

.footer a:hover {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: underline;
}

.buttoms {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:#999999;
}

.buttoms a:link, .buttoms a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-shadow:#999999;
	margin-left:6px;
	margin-right:6px;
	float:left;
	margin-top:30px;
}

.buttoms a:hover, .selected {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #FFCC33!important;
	text-decoration:none;
	text-shadow:#999999;
}

.img_buttoms {
	float:left;
}

.content {
	padding:20px;
	padding-top:10;
	padding-right:0;
}

.image_content {
	margin-right:5px;
	float:left;
	margin-top:14px;
	.margin-top:22px;
}

.line {
	border-bottom:1px solid #999999;
	margin-bottom:20px;
	width:100%;
}

.line_top {
	border-top:1px solid #999999;
}

.form_aligned_left {
	float:left;
	margin-right:30px;
}