/* CSS Document */
BODY { color: #e7672a; background-color: inherit; font-family: Verdana, Arial; font-size: 11px;}

h2 {
	background-color: inherit;
	color:#780001;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
}
h3 { background-color: inherit; color:#780001; font-family: Verdana, Arial; font-size: 13px; font-weight: bold;}

p.title { color: #006666; background-color: inherit; font-family: Arial, Times New Roman; font-size: 13px; font-weight: bold;}
a:link, a:visited, a:active { color: #003333; background-color: inherit; text-decoration: none;}
a:hover { text-decoration: underline; }
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px;
	background-color: #780001;
}
.content {
	padding: 15px;
	width: 90%;
	text-align: justify;
}
