a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	background-color: #000000;
}
div {
	width: 940px;
	margin: 10px auto;
	padding-top: 4px;
}
p {
	margin-left: 10px;
	margin-right: 10px;
}
p.indent {
	text-indent: 20px;
}
h1 {
	font-weight: normal;
	font-size: small;
}
h1.marginthick {
	font-weight: normal;
	font-size: small;
	margin-left: 50px;
}
ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
}
li {
	margin-right: 40px;
}
table.border {
	background-color: #FFFFFF;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.thickleftmargin {
	margin-left: 50px;
	padding-right: 20px;
}
.larger {
	font-size: larger;
}
.bolder {
	font-weight: bolder;
}
.bolderunderlined {
	font-weight: bolder;
	text-decoration: underline;
}
.locations {
	font-size: x-small;
	color: #666666;
}
.headings {
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.copyright {
	font-size: x-small;
	color: #999999;
}
.redunderline {
	color: #FF0000;
	text-decoration: underline;
}
.justifyright {
	float: right;
	display: inline; /*fixes IE float bug*/
	text-align: right;
}
.smaller {
	font-size: smaller;
}
.tablebackground {
	background-color: #FFFFFF;
}
.red {
	color: #FF0000;
}
