BODY {
	background-image	: url(PCBbackground.jpg);
	font-family		: "Lucida Sans",Tahoma,Arial;
	margin-left		: 50px;
	margin-top		: 50px;
}

A {
	color			: #AA7700;
	cursor			: hand;
	text-decoration		: none;	
	font-weight		: bold;
}

A:hover {
	color			: #995500;
	cursor			: hand;
	text-decoration		: UNDERLINE;	
}

.Card {
	border-top		: 0px #101010 solid;
	border-left		: 0px #101010 solid;
	border-right		: 0px #070707 solid;
	border-bottom		: 0px #070707 solid;
}

.MooreHeader {
	background-color	: #FFCC00;
	color			: #000000;
	font-size		: 12px;
}

.MooreHeaderEmail {
	background-color	: #FFFFFF;
	color			: #000000;
	font-size		: 12px;
	
}

.MooreUnder {
	background-color	: #EEEEEE;
}

.MooreMenu {
	color			: #EEEEEE;
	font-size		: 12px;
}

.MenuItem {
	color			: #FFFFFF;
	font-weight		: normal;
	font-size		: 12px;
}

.MooreHeaderSep {
	background-color	: #EEEEEE;
}

.MooreContent {
	Xbackground-image	: url(CD.jpg);
	Xbackground-color	: #101010;
	background-color	: #F0E0C0;
	color			: #EEEEEE;
	font-family		: "Lucida Sans";
	font-size		: 12px;
}

.MooreContentBody {
	color			: #500000;
	font-size		: 12px;
}

.ContentHeader {
	font-weight		: bold;
	font-size		: 12px;	
}

.ContentText {
	font-weight		: normal;
	font-size		: 12px;	
	}

.LightText {
	color			: #FFFFFF;
}

.MooreFooter {
	background-color	: #FFCC00;
	color			: #101010;
	font-size		: 12px;
}

.BVtopButton
{
	background-color	: goldenrod;
	color			: white;
	font-family		: Arial;
	font-size		: 9px;
	width			: 100px;
}

.BVBody
{
	margin-left	: 0px;
	margin-top	: 0px;
	margin-right	: 0px;
	margin-bottom	: 0px;
}

