/* Mobile Phone Boxes */

body { color: #FFF; background: #003; margin: 0 0 0 0; font-family: Arial, Helvetica, sans-serif;}

/* H3 = Sub Head | H4 = Footer | H2 = Menu */


 h1,h2,h3,h4 {color: #fff;}
 h1 { font-size: 130%; margin-bottom: 0em;}
 h3 { font-size: 110%; margin-top:0em; margin-bottom: 0em;}
 h4 { font-size: 100%; margin-top:0em; margin-bottom: 0em;}
 p { font-size: 80%; margin-top:0em;} 
 h4 { font-family: Times New Roman, Times, serif; }
 li {font-size: 80%; margin-top:0em; margin-bottom:0em; } 

h2 { font-weight:bold; font-size: 75%; margin-top:0em; margin-bottom: 0em;}
h2 A:link { color:#FFF; font-weight:bold;  text-decoration:none   }
h2 A:visited { color:#FFF; font-weight:bold;  text-decoration:none  }
h2 A:hover { color:#CC3300; font-weight:bold; text-decoration:underline; background:none;}


img {border-color:"fff";} 
#pic_right {float:right; margin: 2 10 0 5; }
#pic_left {float:left; margin: 2 5 0 0; }
.picborder {border:1px solid #C30;}

a:link, a:visited { color:#09f; }  
a:hover { color:#c30; }  



/* copied from the Admin design */

form.websiteForm input.btn {
	background: #bd3f00 url(images-design/btn-bg.gif) left top repeat-x;
	color: #fff;
	border: 1px solid #d78c66;
	margin: 0 0 0 0;
	cursor: hand;
}

select.options {
	width: 550px; 		/* width of selection box */
}







