.text {
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
body {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-image: url(../graphics/background.jpg);
}
.alignment {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagetitle {
	font-size: 24px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-style: normal;
	color: #FF0033;
}
.tabletitle {
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-style: normal;
	color: #FF0033;
}
.footertitle {
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-style: normal;
	color: #FF0033;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0033;
}
a:active {
	text-decoration: none;
	color: #FF0033;
}
.bold.link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.photo {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
tbody tr td.column
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FF0033;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FF0033;
}
tbody tr td.footertopline
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FF0033;
}
tbody tr td.footerbottomline
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF0033;
}
