BODY { /* WS: Body of the site */
	font-family : "Verdana", sans-serif;
	font-size: 12px;
/*	color:#000000; */
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #D7D7D7;
}

TD { /* WS: Table cell */
	font-family : "Verdana", sans-serif;
	font-size: 12px;
}

.ShakerCell { /* WS: Custom field for the Shaker cell column - e.g. Mumu */
	background: url(site_images/menu_bground.jpg) no-repeat; 
	background-color:#95A8C6;
}

.FooterContent { /* WS: Custom field for the Footer Content Line - e.g. Mumu */
	height:31px;
	width:555px;
	border-left:1px solid #8AB61E;
	border-top:1px solid #8AB61E;
	font-size: 12px;
	color:#FFFFFF;
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
}

.MenuMain { /* WS: HTML and JS Menu table style */
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-weight: bold;
	width: 140px;
	height: 28px;
	font-size: 14px;
	color:#3F5483;
	text-align: right; 
	border-bottom: solid 1px #ffffff;
	padding-right:8px;
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-weight: bold;
	width: 140px;
	height: 28px;
	font-size: 14px;
	color:#3F5483;
	text-align: right; 
	border-bottom: solid 1px #ffffff;
	padding-right:8px;
}

TD.MainContent{ /* WS: The Style on the main body content (applied on the td cell the supports page content) */
	font-family : "Verdana", sans-serif;
	font-size: 13px;
	width: 555px;
	background: url(site_images/mumu-accessories.jpg) no-repeat; 
	padding-left:40px; 
	padding-top: 25px; 
	padding-right:40px;
	padding-bottom:20px; 
	background-color:#FFFFFF; 
	color:#000000;
}

TD.IndexContent{ /* WS: The Style on the main body content for the index page, only applies if turned on in setup */
	font-family : "Verdana", sans-serif;
	font-size: 13px;
	width: 555px;
	background: url(site_images/mumu-index.jpg) no-repeat; 
	padding-left:40px; 
	padding-top:25px; 
	padding-right:40px;
	padding-bottom:20px; 
	background-color:#ffffff; 
	color:#000000;
}

H1 {
	font-size: 16px; 
	color:#3F5483; 
}
H2 {
	color:#3F5483; 
}
H3 {
	
	color:#3F5483; 
}

.MumuImg img {
	border: 2px solid #8AB61E;
}

.SiteLinks{ /* WS: HTML main page links */
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #000000;
	
}

.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #666666;
}

.InputBox { /* WS: Contact form input boxes */
	font-family : "Verdana", sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #C0C9DA;
}

.InputButton {  /* WS: Contact form buttons */
	font-family : "Verdana", sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #C0C9DA; 
}


