A:LINK, A:VISITED {
	color: #16325c;
	text-decoration: none;
	font-weight:bold;
}

A:HOVER { 
	color: #16325c;
	text-decoration: underline;
}

A:ACTIVE {
	color: #d33037;
	text-decoration: underline;
}  

HTML, BODY {
	margin: 0;
	padding: 0;
}

BODY { 
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	max-height:100%;
}

BODY, TD, TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

SELECT, INPUT, TEXTAREA, BUTTON, LABEL {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

IMG, TABLE, TD, TH {
	border: 0;
	line-height:13px;
	font-size: 9pt;
}

FORM {
	margin-top: 0;
	margin-bottom: 0;
}

P {
	margin: 0 0 10px 0;
	line-height:13px;
}

HR {
	color: white;
	background:white;
	height: 1px;
	border-top: solid 1px #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
	text-align: left;
}

INPUT, SELECT {
	margin: 0;
}

H1, H2, H3, H4 {
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	color:#16325c;
	font-weight:bold;
}

H1{
	font-size:18pt;
}

H2{
	font-size:16pt;
}

H3{
	font-size:14pt;
}

H4{
	font-size:12pt;
}

UL, OL {
	padding: 0;
	margin: 0;
}

OPTGROUP {
	font-style: normal;
}
