/* --------------- Clear Defaults ------------------ */

H1, H2, H3 , H4, H5, H6, H7, FORM, P {
	margin: 0;
	padding: 0;
}

A {
	text-decoration: none;
}

/* --------------- Global Defaults ------------------ */

BODY, TD, TH, INPUT, SELECT, TEXTAREA {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

BODY, TD, TH {
	line-height: 1.3em;
}

.invisible {
	text-indent: -5000px;
	overflow: hidden;
	line-height: 0;
	font-size: 0px;
	padding: 0;
	margin: 0;
}

DIV.clearleft {
	clear: left;
}

DIV.clearboth {
	clear: both;
}

H1, H2, H3 , H4, H5 {
	color: #009EE0;
}

H2 { color: #009EE0; font-size: 2.0em; }
H3 { color: #009EE0; font-size: 1.6em; }
H4 { color: #009EE0; font-size: 1.4em; }
H5 { color: #004161; font-size: 1.2em; }
H6 { color: #004161; font-size: 1.0em; }

BLOCKQUOTE {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 16px;
	margin: 0 16px;
	line-height: 130%;
}

BLOCKQUOTE > STRONG {
	font-weight: normal;
}

.replacetext {
	text-indent: -5000px;
	overflow: hidden;
	line-height: 0;
	font-size: 0px;	
}

IMG {
	border: none;
}

UL.clearstyles,
UL.clearstyles LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

