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


.main-area{
		-webkit-border-radius: 10px;
		-moz-border-radius:10px;
		border-radius:10px;
		border: solid #fdfeff;
		background-color:#fdfeff;
		-webkit-box-shadow: #A0A0A0 1px 1px 1px;
		-moz-box-shadow: #A0A0A0 1px 1px 1px; 
		box-shadow: #A0A0A0 1px 1px 1px;
		
		}
	.main-area-bg {
		background-image:url(/stylesheets/images/mainarea-bg.gif);
		background-repeat:repeat-x;
		
}
.trust-text-bg {
		background-image:url(/stylesheets/images/trust-text-bg.png);
		width:951px;
		text-align:left;
}
.trust-right {
		width:272px;
		float:right;
}
.trust-left {
		margin-right:272px;
}
.trust-left-txt {
	padding-left:10px;
	padding-right:6px;
	font-family:arial;
	font-size:12px;
	color:#504f4f;
	line-height:22px;
	text-align:justify;
}
h1 {
	margin:0px;
	font-family: "Century Gothic";
	font-size:25px;
	color:#007db3;
	margin-bottom:15px;
	margin-top:8px;
	font-weight:bold;
}
h1 b {
	color:#b70000;
	font-size:26px;
	font-style:italic;
}
h2 {
	margin:0px;
	font-family:verdana;
	font-size:18px;
	color:#383838;
	
	font-weight:bold;
}