html, body, div, span, applet, object, iframe, /*table, caption, tbody, tfoot, thead, tr, th, td, */
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, /*strong,*/ sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus { outline: 0; }

h1 {
	font-weight:bold;
	font-size:18px;
	color:#e97215;
	margin-bottom:10px;
}

h2 {
	font-weight:bold;
	font-size:13px;
	color:#003b78;
	line-height:20px;
	margin-top:10px;
		margin-bottom:10px;
}

p {
	font-size:12px!important;
	color: #333;
	line-height:20px;
}

.contentWrap ul {
	font-size:12px!important;
	padding-left:0px;
	margin-left:40px;
	margin-top:10px;
	line-height:16px;
		color: #333;
}

.contentWrap a{
		color:#003b78;
		font-size:12px;
		line-height:20px;
		text-decoration:none;
}

.contentWrap a:hover{
		color:#003b78;
		font-size:12px;
		line-height:20px;
		text-decoration:underline;
}


body .content {
	background: white;
	line-height: 1;
	color: black;
	}
	
ol, ul {
	margin:0;
	padding:0;
	}
	
	li {margin:0; padding:0;}
	
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
	
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {clear:both;}
