BODY { /* WS: Body of the site */
	font-family : "Arial", sans-serif;
	font-size: 12px;
/*	color:#000000; */
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #cecece;
}

TD { /* WS: Table cell */
	font-family : "Arial", sans-serif;
	font-size: 12px;
	color:#000000;
}

A{ /* WS: Anchor style */
	color: #62971C;
}

.InformationCell{ /* FibreZone custom style for template info */
	/*border: solid 1px #F68C1E;*/
	/*background-color: #FDDEBF;*/
	/*padding:5px;*/
	font-family: "Times New Roman", serif;
	font-size: 15px;
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
	font-family: "Times New Roman", serif;
	background-color: #62971C;
	font-size: 15px;
	color:#FFFFFF;
	text-decoration: none;
}

.MenuMain { /* WS: HTML and JS Menu table style */
	background-color: #62971C;
	width: 141px;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	font-family: "Times New Roman", serif;
	width: 141px;
	font-size: 15px;
	color:#FFFFFF;
	text-align: right; 
	border-bottom: solid 0px #FFFFFF;
	padding-right:6px;
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	font-family: "Times New Roman", serif;
	width: 141px;
	font-size: 15px;
	color:#FFFFFF;
	text-align: right; 
	border-bottom: solid 0px #FFFFFF;
	padding-right:6px;
}

TD.MainContent{ /* WS: The Style on the main body content (applied on the td cell the supports page content) */
	width: 682px;
	background-color: #FFFFFF;
	font-family : "Arial", sans-serif;
	font-size: 12px;
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:20px;
}

.IndexContent{ /* WS: The Style on the main body content for the index page, only applies if turned on in setup */
	width: 682px;
	background-color: #FFFFFF;
	font-family : "Arial", sans-serif;
	font-size: 12px;
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:20px;
}

H1 {
	font-family: "Times New Roman", serif;
	font-size: 24px; 
	color:#62971C; 
	font-style: italic;
	font-weight: normal;
}

H2 {
	font-family: "Times New Roman", serif;
	font-size: 15px; 
	font-weight: normal;
	color:#62971C; 
	font-style: italic;
}

.SiteLinks{ /* WS: HTML main page links */
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.InputBox { /* WS: Contact form input boxes */
	font-family : "Arial", sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #62971C;
}

.InputButton {  /* WS: Contact form buttons */
	font-family : "Arial", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #62971C;
	background-color: #81AC49; 
}

