.fonts {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.greyfont {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.innerfont {
	font-family: tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	list-style-type: square;

}

.text-big {
	font-family: tahoma;
	font-size: 20px;
	line-height: 15px; line-height:25px;
	color: #338bb7;
	list-style-type: square; text-decoration:none;
}

a.text-big:hover{text-decoration:underline;}

.text-bigred {
	font-family: tahoma;
	font-size: 20px;
	line-height: 15px; line-height:25px;
	color:#990000; font-weight:bold;
	list-style-type: square; text-decoration:none; 
}
a.text-bigred:hover{text-decoration:underline;}
.link{font-family:Verdana, Arial, Helvetica, sans-serif; color:#996600; font-size:11px; font-weight:bold; text-decoration:none;}
a.link:hover{text-decoration:underline;}

.p{padding:1px; border:1px #999999 solid;}
