body {
	margin: 0;
	background-image: url(images/bg.gif);
}
.menutext {
	font-family: arial;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-align: center;
}
.menutext a {
	color: #FFFF00;
	/*font-weight: bold;*/
	text-decoration: none;
}
.menutext a:hover {
	color: #ff8400;
	text-decoration: underline;
}
.bodytext {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
}
.bodytextbold {
	font-family: verdana;
	color: #006699;
	font-weight: bold;
}
.moretext {
	font-family: verdana;
	font-size: 12px;
	color: #ff003a;
}
.moretext a {
	color: #A40025;
	text-decoration: none;
}
.moretext a:hover {
	color: #ff003a;
	text-decoration: underline;
}
.footertext {
	font-family: verdana;
	font-size:11px;
	color: #c0c0c0;
	text-align:center;
}
.yellowtext {
	font-family: verdana;
	font-size: 12px;
	color:#ffd200;
}