html, body{
  margin: 0;
  padding: 0;
}

form {display:inline;

}
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

}
.text-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.text-medium-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #011E4E;
}

.text-medium-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #011E4E;
}

.text-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.text-xlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.text-times-medium {
	font-family: Times New Roman;
	font-size: 10pt;
}

.text-times-medium-bold {
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
}

.text-times-small {
	font-family: Times New Roman;
	font-size: 9pt;
}

.text-times-announcements {
	font-family: Times New Roman;
	font-size: 11pt;
}

.text-times-footer {
	font-family: Times New Roman;
	font-size: 12pt;
}

.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #001855;
}

a:link { color: #011E4E; text-decoration: none }
a:visited { color:#011E4E; text-decoration: none}
a:hover { color:#CC0000; text-decoration: underline; cursor: hand}
a:active { color:#011E4E; text-decoration: none}



