body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
body.Tiled {
	background-image: url(/images/bg_tile.gif);
	background-position: 0px 50px;
	background-repeat: repeat;
}

.BigWhite {
	font-size: 35px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}

.MenuBlack {
	font-size: 20px;
	font-weight: bold;

}

a.MenuBlack, a.MenuBlack:link, a.MenuBlack:visited {
	color: #000000;
	text-decoration: none;
}

a.MenuBlack:hover {
	color: #CC0000;
	text_decoration: underline;
}

.MenuWhite {
	font-size: 20px;
	font-weight: bold;
	text_decoration: none;
	color: #FFFFFF;
}

a.MenuWhite, a.MenuWhite:link, a.MenuWhite:visited {
	color: #FFFFFF;
	text-decoration: none;
}
