/* CSS Document */
h2 { color: #000099; font-size: 10pt; font-family: Arial; text-decoration: underline; font-weight: bold }
a:hover {color: #0000FF; font-family: Arial}
.hired {
	color: #800000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	padding-bottom: 10px;
	vertical-align: super;
}
.small {
	font-size: 10px;
}
.smallred {
	font-size: 10px;
	color: #800000;
}
.tblborder {
	border: 1px solid #000099;
}
.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.boldunderlinered {
	font-weight: bold;
	text-decoration: underline;
	color: #800000;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
.superscript {
	vertical-align: super;
	font-size: 9px;
}

