BODY {
	background : url('../images/bg.jpg');
	background-position : top;
	background-repeat : repeat-x;
	background-color: #FCFCFC;
	color: #000000;
	margin: 0px;
}

A {
	color: #006F07;
	text-decoration: none;
}

A:HOVER {text-decoration : underline;}

TABLE {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.menu {
	font-size: 20px;
	color: #ffffff;
}

.sidetext {
	font-size: 14px;
}