body {
	background-color: #E1E1E1;
}

.box {
	height:550px;
	background-color: #DBDBDB;
}
.border {
	background-color: #FFFFFF;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
	line-height: 1.5em;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #555555;
}
.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999999;
	line-height: 1.2;
}

/************ menu styles **************/

#submenu a:link, #submenu a:visited {
	font-size: 11px;
	padding: 2px 4px 0px 4px;
	text-decoration: none;
	color:#666666;
	line-height: 30px;
}
#submenu a:hover {
	font-size: 11px;
	padding: 2px 4px 0px 4px;
	text-decoration: none;
	color: #999999;
	line-height: 30px;
}
#submenuselected a:link, #submenuselected a:visited {
	font-size: 11px;
	padding: 2px 4px 0px 4px;
	text-decoration: none;
	color: #D42624;
	line-height: 30px;
}

.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FF9900;
}

