body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#000000;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

/* *********PRINCIPAL MENU************ */
.menu:hover{
	/*background-color:#0099FF;*/
}
.menu{
	color: #000000;
	font-weight: normal;
	font-size:14px;
}
a.menu:link  {color: #000000 ; text-decoration: none; font-size:14px}
a.menu:visited  {color: #000000; text-decoration: none; }
a.menu:hover  {color: #FFFFFF; text-decoration: underline; }
a.menu:active  {color: #000000; text-decoration: none; }
/* ************END OF PRINCIPAL MENU ************* */

.title{
	font-size:20px;
	font-weight:normal;
}

.subtitle{
	font-size:16px;
	font-weight:normal;
}

.redSubtitle{
	font-size:16px;
	font-weight:normal;
	color:#FF0000;
}

.whiteFont{
	color:#FFFFFF;
}

.priceFont{
	color:#FF0000;
}

a.whiteLink:link  {color: #FFFFFF; text-decoration: none;}
a.whiteLink:visited  {color: #FFFFFF; text-decoration: none; }
a.whiteLink:hover  {color: #CCCCCC; text-decoration: underline; }
a.whiteLink:active  {color: #FFFFFF; text-decoration: none; }