
<STYLE>	 
P  {}

 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
body {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color : #000000;
	font-weight : Normal;
	}
 	 
/*A::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
	font-weight : bold;
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight :  bold;
	color : #ffffff;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #000000;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #ffffff;
} 
/*A.menu::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A.menu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #2C4E4D;
	font-size : 11px;
	font-weight : Normal;
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A.menu:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : Normal;
	color : #8F8F8F;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A.menu:visited {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #000000;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A.menu:visited:hover {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color : #8F8F8F;
} 






 /*frame::  Controls the  Color of the Store's Frame */		
.frame {
	background-color : #739AB7;
}

 /*menu-headers:: Controls the way the menu headers look*/ 
.menu-headers {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color: #838382;
	font-weight : bold;
	text-decoration : none;
	line-height : 20px;
}

 /*menu-text:: Controls the way the menu (mailing list) text look (Default Size is 12)*/ 
.menu-text {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : ffffff;
}

 /*category:: Controls the way the category menu links look*/ 
.category {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	text-decoration : underline;
	font-weight : normal;
}
 
/*titles:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #87857C;
} 

/*titles2:: Controls the Body Tiles such as (Specials, Feature Items, Items, Related Items)*/ 
.titles2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : White;
} 
 /*alternative:: Controls the form backgrounds and other areas that requred an alternative color Normally Gray (Default Color is EEEEEE)*/
.alternative {
	background-color : #ADAB9F;
}
   /*alternative2:: Controls the form backgrounds and other areas that requred an alternative color Normally Gray (Default Color is EEEEEE)*/
.alternative2 {
	background-color : #ADAB9F;
}
 /*store-name:: Store Name*/		 
.store-name {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 34px;
	color : #000000;
	text-decoration : none;
}

 /*store-slogan:: Store Slogan*/		 
.store-slogan {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #30495C;
	font-style : italic;
	text-decoration : none;
}





  
 /*footer:: Displays at the very bottom of your online store,  copyright and desgined by notices  (Default Size is 9)*/		
.footer {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : center;
	color : #C3C3C3;
}	


/*borders:: Controls the color of  the borders on forms*/ 
.borders {
		border : #000000;
		background-color : #000000;
 }
/*borders2:: Controls the color of  the borders on forms*/ 
.borders2 {
		border : #ffffff;
		background-color : #ffffff;
 }
 
/*item:: Controls the Item, Name, Description, Price, Savings, Cost,Font and Color  (Default Size is 12)*/ 
.item {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : Normal;
	color : #2F4F4F;
}


 /*data:: Controls body default fonts and colors  (Default Font Size is 12)*/
.data {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : White;
}

/*font1:: Primary  Screen Font size (Default Font Size is 10)*/ 
.font1 {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : Normal;
	color: #DAD9CF;
}
 
/*font2:: Secondary Screen Font (Default Font Size is 12)*/ 
.font2 {
	font-family : arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : bold;
	color: White;
}
 
 /*font3:: Secondary Screen Font (Default Font Size is 12)*/ 
.font3 {
	font-family : arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : bold;
	color: black;
}
/*font4:: Secondary Screen Font (Default Font Size is 12)*/ 
.font4 {
	font-family : arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : normal;
	color: black;
}
 
</STYLE>
