body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #336699;
} 

p, td {
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color:#000000;
}

a  { color: #336699;  }
a:link { color: #336699;  }
a:visited { color: #336699;  }
a:hover { color: #FFCC33;  text-decoration:none; }

a.nav 			{ color:#336699; font-size: 11px; font-weight: bold; text-decoration: none;}
a.nav:link 		{ color:#336699; font-weight: bold; text-decoration: none;}
a.nav:visited 	{ color:#336699; font-weight: bold; text-decoration: none;}
a.nav:hover 	{ color:#FFCC33; font-weight: bold; text-decoration: none;}

a.bnav 			{ color:white; font-size: 11px; text-decoration: underline;}
a.bnav:link 	{ color:white;  }
a.bnav:visited 	{ color:white;  }
a.bnav:hover 	{ color:#cccccc;  text-decoration: none;}

.wht  { color : #ffffff; }
.blue  {    	color : #336699;     	font-weight : bold;		   	}
.purple  {     	color : #663366;     	font-weight : bold;	}
.gold  { color : #FFCC33; font-weight : bold; }     
.green  { color : #669966; font-weight : bold; }

p.main  {
     	font-size : 12px;
     	font-weight : normal;
     	color : #336699;
     	top : auto;
	}
     
.text  {
  font-weight : bold;
  color : #80C000;
 }
  
 .extra  {
  font-size : 16px;
  font-weight : bold;
  color : #80C000;
 }

 DT{
  	font-size : 10pt;
  	font-weight : bold;
  	color : #333366;
 }
  
 DD{
	font-size : 10pt;
 	font-weight : normal;
  	color : #68855D;
 }
	
 h1 { font-size: 18px; color: #336699; font-weight: bold; }
 h2 { font-size: 14px; color: #000000; font-weight: bold; margin-bottom: 4px; }
 h3 { font-size: 12px; color: #663366; font-weight: bold; margin-bottom: 4px; }

.header { 	font-weight : bold; 	color : #000000; }
  
 ul { margin-top:0px; }
  
li {
 	font-weight : normal;
 	color : #000000;
 }
  
 .caption {
 	font-size : 10px;
 	font-weight : normal;
 	font-style : normal;
 	color : #999999;
 }
 
   #shops {
   	position: absolute;
   	left: 45px;
   	top: 60px;
   	width: 140px;
   	height: 91px;
   	border-color : red;
   	border : 2px;
   }
	
	 #services {
   	position: absolute;
   	left: 45px;
   	top: 102px;
   	width: 140px;
   	height: 91px;
   	border-color : red;
   	border : 2px;
   }
   
