body {
	background-color: #990000;
	margin: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

td {
	vertical-align: top;
	font-size: 12px;
}

.middleAlign {
	vertical-align: middle;
}

.bottomAlign {
	vertical-align: bottom;
}

p {
	font-size: 12px;
}

div {
	font-size: 12px;
}

hr {
	color: #999966;
}

#red {
	background-color: #990000;
}

#black {
	background-color: #000000;
}

#logoBack {
	background-image: url(images/background.gif);
}

.rightBuffer {
	padding-right: 10px;
}

.rightBufferLarge {
	padding-right: 50px;
}

.leftBuffer {
	padding-left: 30px;
}

.white {
	color: #ffffff;
}

.yellow {
	color: #ffcc00;
}

.red {
	color: #990000;
}

.large {
	font-size: 14px;
}

.small {
	font-size: 10px;
}
