
	
<STYLE>	 
P  {}

 /*body::Controls Page Background Color and any other fonts not defined below*/ 	
body {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;

}


	 
/*A::Links::  Controls the way the  Links look before a user clicks  or mouse overs on them*/ 	 
A {

	color : #9E1914;
	text-decoration:none;
	margin-bottom: 50px;
}
	
/*A:hover:: Controls the way the  Links look when a user passes  their mouse over a them*/ 	 	
A:hover {
	color : #D20000;
}

/*A:visited:: Controls the way the  Links look after a user has visited that section*/ 
A:visited {

		color : #9E1914;
}
	
/*A:visited:hover:: Controls the way the  Links look when a user hovers over a section they have visited*/ 	 
A:visited:hover {
		color : #D20000;
}

.menu-text {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	color : ffffff;
} 

 /*frame::  Controls the  Color of the Store's Frame */

.texto {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt
}
.texto_small {  
	font-size: 10pt
}

.texto_ssmall {  
	font-size: 7pt;
	font-style: italic;
}
.texto_mark {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color : #E0591D;
	font-weight: bold;
}
.texto_big {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color : #008449;
	font-weight: bold;
	font-style: italic;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #E0591D;
}
 
 
</STYLE>
