a {
	color: #990000;
	text-decoration: none
}

a:hover {
    text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.light_outline {
	border: thin dotted #999999;
}

.indented_list {
	position:static;
	margin-left: -20px;
}

.odd_row {
	background-color: #EEEEEE;
}

.even_row {
	background-color: #FFFFFF;
}

.outline {
	border: thin solid #000000;
}

.footnote {
	font-size: 9px;
	margin-top: 15px;
	display: block;
}

.footer {
	border: thin solid #000000;
	padding: 0;
}

.slight_padding {
	padding: 5px;
}