* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: "Arial";
	font-size: 11px;
}

.bodyblack {
	
	font-size: 12px;
	line-height: 13px;
	font-family: "Arial";
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.bodywhite {
	
	font-size: 12px;
	line-height: 13px;
	font-family: "Arial";
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.bodyWhiteBig {
	
	font-size: 14px;
	line-height: 16px;
	font-family: "Verdana";
	font-weight: normal;
	color: #ffffff;
	
	
}
.bodysmblack {
	
	font-size: 11px;
	font-family: "Arial";
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.bodyblue {
	
	font-size: 12px;
	font-family: "Arial";
	line-height: 13px;
	font-weight: normal;
	color: #006f87;
	text-decoration: none;
}

.bodysm {
	
	font-size: 11px;
	font-family: "Arial";
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}


.bodysmblue {
	
	font-size: 11px;
	font-family: "Arial";
	line-height: 12px;
	font-weight: normal;
	color: #3b8fe6;
	text-decoration: none;
}

.Heading {
	
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 16px;
	font-family: "Verdana";
	padding: 10px 20px 20px 80px;
	color:#ffffff;
}






p, ul, ol {
	margin-top: 1.0em;
	line-height: 100%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #3b8fe6;
		text-decoration: bold;
}

a:hover {
text-decoration:underline;
	
	
}

hr {
	display: none;
}
