﻿body { 
font-family: Tahoma, 'PT Sans', sans-serif;
/*background-color:  #fdfdfd;*/
background: #fdfdfd ;
 }
div {
display: block;
}
A {
	text-decoration: none;
}
a img {
    border: none;
   }
.header, .content, .footer{
width: 1020px;
margin: 0 auto;
}
.header{
	background: #ffffff url('../src/img/me_logo.png?ver=2') 0px 25px no-repeat;
	height: 135px;
	font-size: 13px;
	line-height: 26px;
	margin-top: 20px;
}	
.content{
	background: #ffffff url('../src/img/bg.png') 600px 260px no-repeat;
	height: auto;
	font-size: 30px;
	margin-top: 30px;
	font-weight: 600;
	color: #083f88;
	text-align: left;
}
.footer{
	height: 100px;
	font-size: 20px;
	margin-top: 40px;
	font-weight: 600;
	color: #083f88;
	text-align: left;
}
.content_part_1{
	width: 754px;
	color: black;
	font-size: 20px;
	margin-top: 25px;
	font-weight: normal;
	}
.content_part_11{
	color: black;
	font-size: 20px;
	margin-top: 25px;
	font-weight: normal;
}
.content_part_2{
	font-size: 20px;
	margin-top: 25px;
}
ul{
	position: relative;
	padding: 0px;
	margin: 0px;
}

.list1{
	list-style: none; 
    background-image: url(../src/img/list1.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left: 24px;
	font-weight: normal;
	color: #000000;
}

.lastlist1{
	list-style: none; 
    background: url(../src/img/list1.jpg) 0px 0px no-repeat ; 
	padding-left: 24px;
	font-weight: 600;
	color: #083f88;
}

.content_part_3{
	font-size: 20px;
	margin-top: 25px;
}
a.button1 {
	display: block;
	margin-top: 20px;
	background: url(../src/img/button.png) 0px 0px no-repeat ; 
	width: 245px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	padding-top: 10px;
}