html, body {
	font-family: Tahoma;
	font-size:9pt;
	background-color: #EAEAEA;
	color:#000000;
}

table { font-family: Verdana; font-size:8.0pt; }
td { font-family: Verdana; font-size:8.0pt; }
tr { font-family: Verdana; font-size:8.0pt; }
p { font-family: 'Century Gothic'; font-size:9.0pt; }


/*IMAGE STYLES WITH SIZE*/
.Title    {
	font-family: 'Century Gothic';
	font-size: 9pt;
	color: #000000;
}
.TitleBig    {
	font-family: 'Century Gothic';
	font-size: 11pt;
	font-weight:bold;
	color: #000000;
}
.inputs    {
	font-family: 'Verdana';
	font-size: 8pt;
	color: #000000;
	text-align: left;
	border: 1px solid #386192;
	background-color: #EDF2F8;
}