BODY {
	/* WS: Body of the site */
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffe9;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

TD { /* WS: Table cell */
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px; 
/*	color:#000000;*/
}

A {
	color: #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
	font-size: 14px;
	color:#ffffff;
	text-decoration: none;
}

.MenuMain { /* WS: HTML and JS Menu table style */
	background-color: D40D1B;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	color: #FFFFFF;
	text-align: center; 
	height:30px;
	font-size: 14px;
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	color: #FFFFFF;
	text-align: center; 
	font-size: 14px;
	border-top: 1px solid #FFFFFF;
}

.SiteLinks{ /* WS: HTML main page links */
	font-size: 11px;
	color: #808080;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	color: #999999;
}
.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	color: #999999;
}

.InputBox { /* WS: Contact form input boxes */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-color: #999999;
	border-style: solid;
	border-width: 1;
}
.InputButton {  /* WS: Contact form buttons */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #333333;
	background-color: #eeeeee; 
	border-color: #999999; 
	border-style: solid; 
	border-width: 1;
}

H1 {
	font-size: 18px; 
	font-weight: bold;
}

H2 {
	color: #D40D1B;
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
}

H3 {
	font-size: 11px; 
	font-weight: bold;
}

.SurefireWebsites{
	font-size: 10px;
	color: #777777;
}

.SmallRedText{
	font-size: 12px;
	color: #9A1730;
}

.ActivitiesCell {
	border: 2px solid #FFFFFF; 
	background-color: #ffffff
}

.ActivitiesLink {
	color: #000000; 
	text-decoration: none;
}
