BODY {
	background-color: #4A4E50;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

BODY, INPUT, SELECT, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

A, A:Hover, A:Visited, A:Active {
	color: #0071BC
	font-weight: bold;
	text-decoration: none;
}

.White { color: #FFFFFF; }

.Small { font-size: 8pt; }
.Medium { font-size: 11pt; font-weight: bold; }
.Large { font-size: 14pt; font-weight: bold; }

.Border_Bottom { border-bottom: 1px solid #CCCCCC; }
.Border_Right { border-right: 1px solid #CCCCCC; }

.Shaded { background-color: #8c4040; }

.CrossedOut { text-decoration: line-through; }

.Red { color: #ED1C24; }
.White { color: #FFFFFF; }