/* CSS Document */

a:active, visited, hover, link
{  
   font-family: Arial; 
   font-style: normal; 
   text-decoration: none;
}

body
{
	margin:0;
} 
 
.copyright 
{ 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt; 
   text-decoration: none; 
   color: #000000; 
   text-align: center;
}
 
p, li
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-decoration: none;
   padding-left:10px;
   padding-right:10px;
} 
td
{
   font-family: Arial, Helvetica, sans-serif;
   font-size:10pt;
   text-decoration:none;
   vertical-align:top;
}
h3{
	padding-left:10px;
}
.sub-heading 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: center;
}

.titles
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
}

a.menu:link
{
   font-family: Garamond; 
   font-size: 14pt; 
   font-weight: bold;
   text-decoration: none;
   color: #000000;
}   

a.menu:visited
{
   font-family: Garamond; 
   font-size: 14pt; 
   font-weight: bold;
   text-decoration : none;
    color: #000000;
}

 
a.menu:hover
{
   font-family: Garamond; 
   font-size: 14pt; 
   font-weight: bold;
   text-decoration : none;
   color: #669966;
} 
a.menu:active
{
   font-family: Garamond; 
   font-size: 14pt; 
   font-weight: bold;
   text-decoration : none;
   color: #000000;
}   

a.shop:link
{
   font-family: Garamond; 
   font-size: 15pt; 
   font-weight: bolder;
   text-decoration : none;
   color: #000000;
}   
a.shop:active
{
   font-family: Garamond; 
   font-size: 15pt; 
   font-weight: bolder;
   text-decoration : none;
   color: #000000;
}  
a.shop:visited
{
   font-family: Garamond; 
   font-size: 15pt; 
   font-weight: bolder;
   text-decoration : none;
   color: #000000;
}  
a.shop:hover
{
   font-family: Garamond; 
   font-size: 15pt; 
   font-weight: bolder;
   text-decoration : none;
   color: #669966;
}

.scroller
{
  font-size:15px;
  font-weight:bold;
  color:#009900;
}

