@charset "utf-8";
/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 

.style1 {
	font-family: Verdana;
	font-size: 14px;
	color: #141C87;
}
.style2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.style3 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	font-family: Verdana;
	font-size: 12px;
}
.style5 {
	font-family: Verdana;
	font-size: 10px;
}
.style6 {
	font-family: Verdana;
	font-size: 10px;
	color: #141c87;
	font-weight: bold;
}
.style7 {
	background-color: #141C87;
}
.style8 {
	font-family: Verdana;
	font-size: 16px;
	color: #141c87;
	font-weight: bold;
}
.style9 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
}
.style10 {
	font-family: Verdana;
	font-size: 36px;
	color: #FF3333;
	font-weight: bold;
}
.style11 {
	font-family: Verdana;
	font-size: 12px;
	color: #141c87;
	font-weight: bold;
}
.style12 {
	font-family: Verdana;
	font-size: 14px;
	color: #141C87;
}
a {
	outline: none;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	
}
html>body .feature {height: auto;}

.feature h3{
	
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
}
