/* main_style.css */

/* GENERAL PURPOSE */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text
{
	font-size: 10px;
	color: #353535;	
	padding: 4px;
	vertical-align: top;
}

.header
{
	font-size: 11px;
	color: #524BA5;
	font-weight: bold;	
}
