
body, table, p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	line-height: 17px;
}


form {
	margin: 0px;
}

body { background: #FFFFFF; }


/****** standard size fonts *****/

.bold {
	font-weight:bold; 
}

.black {
	color: #000000;
}

.white {
	color: #FFFFFF;
}

.error {
	color: #FF0404;
	font-weight:bold; 
}

.italic {
	font-style : italic; 
}

.no_underline {
	text-decoration : none; 
}

.red {
	color: #E90000;
}

.light {
	color: #888888;
}

.footer {
	color: #888888;
	font-size: 10px;
}



/****** links fonts *****/




/****** small fonts *****/

.small {
	font-size: 11px;
}


/****** large fonts *****/

.large {
	font-size: 28px;
	line-height: 22px;
}

h1 {
	line-height: 22px;
}



/****** Tables *****/



.lined_table  {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
}

.lined_table td 
{
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

.normal_table td 
{
	border-left: 0px solid #999999;
	border-top: 0px solid #999999;
}



