/* Global Styles */

body {
	margin:0px;
	background-color:#000000;	
	font:14px arial;
	line-height:24px;
	color: #333333;
	font-weight: bold;
	}
	
a {
	color: #cc3300;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
h1 {
	font:20px georgia;
	color: #993399;
	letter-spacing:.1em;
	line-height:26px;
}

h3 {
	color: #993399;
	font: georgia;
}
	
	
.justLikeh1 {
	font:20px georgia;
	color: #993399;
	letter-spacing:.1em;
	line-height:26px;
}

/* Class Styles */

.bodyText {
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
}
	
.redMenuText {
	color: #FF3333;
	font-weight: bold;
}

.tinyMenuPrint {
	font-size: 11px;
	font-weight: bolder;
}

.menuBox {
	border: outset 2pt;
	padding-right: 2px;
	padding-left: 2px;
}