

.textsmall { 
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : normal;
	text-decoration : none;
}

.text { /* Text Normal */
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
}

.textlarge { /* Text Large */
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : normal;
	text-decoration : none;
}

.textbold { /* Text Bold Normal */
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}

.textboldlarge { /* Text Bold Large */
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

.textitalic{ /* Text Italic Normal */
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight : none;
	text-decoration : none;
	font-style : italic;
}

.textitaliclarge { /* Text Italic Large */
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : none;
	text-decoration : none;
	font-style : italic;
}

.textitalicboldnormal{ /* Text Italic Bold Normal */
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}

.textitalicboldlarge { /* Text Italic Bold Large */
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	font-style : italic;
}

.textsmallbold {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}
