/** DESIGN & TYPOGRAPHY **/
body{
	background: #FFFFFF;
	}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #2AABE2;
}
a:active {
	text-decoration: none;
	color: #003366;
}
.menuclass {

}
.Menu {
	font-family: Arial, Helvetica, Verdana , sans-serif;
	font-size: 11pt;
	color: #003366;
}
.footer {
	font-family: Arial, Helvetica, Verdana , sans-serif;
	font-size: 8pt;
	color: #003366;
	font-weight:lighter;
}
.Paragraph {
	font-family: Arial, Helvetica, Verdana , sans-serif;
	font-size: 9pt;
	color: #003366;
}
.ParagFine {
	font-family: Arial, Helvetica, Verdana , sans-serif;
	font-size: 7pt;
	color: #003366;
	font-weight:normal;
}

	
/* CONTAINERS & TABLE */
td{
	}
table#master{
    font-family: Arial, Helvetica, Verdana , sans-serif;
	font-size: 10pt;
	color: #003366;
	background: #FFFFFF;
	}
tr.sfbody{
	}
table#master tr.footer{
	background: #FFFFFF;
	}
tr.footer td{
	text-align: left;
	}