.error
{
	font-family : Tahoma, Verdana;
	font-size : 8pt;
	color : #ff0000;
}

/* Common Body Style , Background */
.c_body
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	border:0;
	margin: 0 0 0 0;
	width:100%;
	height:100%;
	background-color : #FFFFFF;	
}

/* Common Normal Style */
.c_n
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	color : #000000;
}

/* Common Normal Style, Bold */
.c_nb
{
	font-family : Verdana, Tahoma;
	font-size : 8pt;
	font-weight:bold;
	color : #000000;
}