body {
	background-image: url(../graphics/BackgroundPattern.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	}
	
/* Main Table Properties */
.Main{ 
	width: 897; 
	margin: 0 auto 0 auto; 
	text-align: center;
	padding: 0; 
	border-style: none; 
	border-collapse:collapse/* IE FIX, GRRRR! */
	}
	
/* Main Menu Properties */
.Menu{
	width: 897; 
	height: 21;
	background: #000000;
}
	
/* Grey Text */	
.style1{ 
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* Orange Text */	
p.style2{ 
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* Grey Table Border */
.greyborder {
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}

/* Grey Links */
a.style99 {text-decoration: none}
a.style99:link {color: #CCCCCC}
a.style99:visited {color: #CCCCCC}
a.style99:hover {color: #FFBF00}
a.style99:active {color: #CCCCCC}

/* Orange Links */
a.style98 {text-decoration: none}
a.style98 {font-size="larger"}
a.style98:link {color: #FFBF00}
a.style98:visited {color: #FFBF00 }
a.style98:hover {color: #CCCCCC}
a.style98:active {color: #CCCCCC}
