/* CSS created by Charles Moulton of Graveshow Studios www.eyeadept.com exclusively for With A Twist */

/* Sitewide Styles */
body 			{ margin: 0px; padding: 0px; background-image:url(images/logo_back.jpg); background-color: #b0e86a; }
h1 				{}
h2 				{}
h3 				{}
h4 				{}

/* background colors */
.DKGreen 	{ background-color: #8DC138; }
.MDGreen	{ background-color: #B7DD63; }
.LTGreen	{ background-color: #D7E9BA; }
.GrayGreen	{ background-color: #A3C558; }
.White	 	{ background-color: #FFFFFF; }

/* table styles */
TD	 			{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px;}

/* Navigation, header and footer styles */
.nav 		 { border: 1px solid #A3C558; padding: 2px 0 2px 4px; color: #3E6F00; }
.nav a:hover { background-color: #8DC138; color: #ffffff; margin: 0; display: block;}

/* Text uniherited styles. All text styles inherit the sizing and font from the default set in the TD above. The styles below are named size (if applicable)  + color + optional attribute  */
.white14		{ color: #FFFFFF; font-size: 14px; }
.footer			{ color: #000000; font-size: 11px; }
.reqText			{ color: #000000; font-size: 10px; }
.bodyLink			{ color: #3E6F00; }
.navLink			{ color: #000000; text-decoration: none; font-size: 14px;}
.14GreenBold		{ color: #8DC138; font-size: 14px; font-weight: Bold; }
.12GreenBold		{ color: #8DC138; font-size: 13px; font-weight: Bold; }
.comingSoon			{ color: #3E6F00; font-weight: Bold; font-size: 9px;}

 /* form styles */

