/* GENERAL STYLES */

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D5148;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D5148;
	line-height: 15px;
}

ul {
	margin-top: 5px;
}

li {
	margin-top: 5px;
}
.header{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

/* LINK STYLES */

a { color: #1D5148; font-weight: bold; }
a:link { color: #1D5148; font-weight: bold; }
a:visited { color: #1D5148; font-weight: bold; }
a:active { color: #1D5148; font-weight: bold; }
a:hover { color: #1D5148; font-weight: bold; text-decoration: none; }


.footer { font-size: 11px; font-weight: normal; }
a.footer { font-size: 11px; font-weight: normal; }
a.footer:link { font-size: 11px; font-weight: normal; }
a.footer:visited { font-size: 11px; font-weight: normal; }
a.footer:active { font-size: 11px; font-weight: normal; }
a.footer:hover { font-size: 11px; font-weight: normal; text-decoration: none; }

