/**
 * CSS Guide for Mambo 4.5 templates 
 * @author Wee Keat Chin
 * @url www.visualdensity.com
 * @email weekeat@visualdensity.com
 */


/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D565C;
}
.gray {
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
}
.bg_azzurro {
	background-color: #94b1cf;
}
.bg_panna {

	background-color: #e5e5e5;
}
.footer {
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	color: #2D565C;
	text-decoration: none;
}
a:visited {

	color: #2D565C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {


	color: #2D565C;
	text-decoration: none;
}
html,body{
	margin-top:0px;
	padding:0;
	height:100%;
	border:none;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ECECD2;
   }
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2D565C;
	font-weight: bold;
}
.mainbig {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D565C;
}
.mainbigCopia {
	margin: 0px;
	padding: 0px;
}
.mainbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D565C;
	font-weight: bold;
	background-color: #CCCCCC;
}
.mainblu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #31497F;
	font-weight: bold;
}
.mainblusmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2D565C;
	font-weight: bolder;
}
.mainblusmallbold {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2D565C;
	font-weight: bold;
}
.img .a:link {
	text-decoration: none;
}
.mainnero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mainnerobold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.mainneroboldbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.fontcarino {
	font-family: "Tempus Sans ITC";
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
