/* GENERAL STYLES */

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	text-align: justify;
}

ul {
	margin-top: 5px;
}

li {
	margin-top: 5px;
}

/* LINK STYLES */

a { color: #0000FF; text-decoration: none; }
a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:active { color: #0000FF; text-decoration: none; }
a:hover { color: #FF6600; text-decoration: none; }

a.subnav { color: #0000FF; text-decoration: none; }
a.subnav:link { color: #0000FF; text-decoration: none; }
a.subnav:visited { color: #0000FF; text-decoration: none; }
a.subnav:active { color: #0000FF; text-decoration: none; }
a.subnav:hover { color: #FF6600; text-decoration: none; }


.footer { font-size: 10px; color: #FF6600; text-decoration: none; }
a.footer { font-size: 10px; color: #000000; text-decoration: none; }
a.footer:link { font-size: 10px; color: #000000; text-decoration: none; }
a.footer:visited { font-size: 10px; color: #000000; text-decoration: none; }
a.footer:active { font-size: 10px; color: #000000; text-decoration: none; }
a.footer:hover { font-size: 10px; color: #FF6600; text-decoration: none; }

