/* Default CSS Stylesheet for a new Web Application project */


BODY, td, div {
	FONT-FAMILY: arial;
	margin: 0;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
	COLOR: #003366;
}
H1 {
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H2 {
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H3 {
	font-family: Arial;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H4 {
	font-family: Arial;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H5, DT {
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
H6 {
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}
TFOOT, THEAD {
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
TH {
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
A:link {
	text-decoration: underline;
	COLOR: #0163ce;
}
A:visited {
	text-decoration: underline;
	COLOR: #0163ce;
}
A:active {
	text-decoration: underline;
	color: #0163ce;
}
A:hover {
	text-decoration: underline;
	color: #0163ce;
}

SMALL {
	font-size: .7em;
}
BIG {
	font-size: 1.17em;
}

.pageTitle	{font-size:1.5em; padding-bottom:10px;}
.content	{padding-bottom:50px;}

#header .logos, #header .topbar, .noprint {
	display: none;
}
