@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#FFC;
}
body, div, p {
	font-family:"Times New Roman","serif";
	font-size:12pt;
	color: #531;
}
a, a:link, a:visited, a:active {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h2.red {
	color: #F00;
	font-size: x-large;
}

/* tables */
td {
	text-align:center;
	vertical-align:top;
}
td div p {
	font-size:10.5pt;
	text-align:justify;
}

/* divs */
div {
	margin: 0 auto;
	display: block;
	text-align:center;
}
div table {
	margin:0 auto;
}
#header {
	padding:0 auto;
	background-color:#531;
}
#header table{
	margin: 0 auto;
}
#header h1 {
	font-size:28pt;
	color:#ffcd61;
}
#content {
	padding:0 auto;
}
#footer {
	font-size:11pt;
	padding:50px 0;
	text-align:center;
}
#footer hr {
	border:1px solid #531;
	width:50%;
}