BODY {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	padding: 0px;
}

BODY, TD, INPUT, SELECT {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	color: #000000;
}

INPUT, SELECT {
	border: 1px solid #404040;
	padding: 2px;
}

A, A:Hover, A:Active, A:Visited {
	font-weight: bold;
	color: #662C91;
	text-decoration: none;
}

.Small { font-size: 12pt; }
.Medium { font-size: 16pt; font-weight: bold; }
.Large { font-size: 20pt; font-weight: bold; }

