.text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: #ffffff;
}

.splash {
	font-size: 15pt;
	font-weight: bold;
	color: #cc3333;
	font-family: Arial, Helvetica, Sans-Serif;
}
.splash a {
	color: #003399;
}
.splash a:visited {
	color: #339999;
}
.splash a:hover {
	color: #cc0000;
}


.splashfoot {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}
.splashfoot a {
	color: #ffffff;
}

.foot {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	background-color: #ffffff;
}

.box {
	width: 175px;
	padding: 5px;
	border: 3px solid #003399;
	background-color: #ddeeff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
.boxTiny {
	width: 175px;
	padding: 5px;
	border: 3px solid #003399;
	background-color: #ddeeff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}
H1 {
	font-size: 18pt;
	font-weight: bold;
	color: #003399;
	margin: 0px;
}
H3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
H5 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #003399;
	margin: 0px;
}

HR {
	color: #003399;
	background-color: #003399;
	height: 1px;
	border: 0px;
	margin: 0px;
}
