htm, body {
	min-height:100.1%;
}

htm, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	color: #D85B79;
	background-color: #FCEDED;
	background-color: #FCEDED;
	text-align: center;
	background-repeat: repeat;
}

#wrapper {
	width: 775px;
	position: relative;
	margin:  auto;
	background-color: #FFFFFF;
	border: solid #FFD5D5 2px;
	border-top: none;
	text-align: left;
}

#footer {
	width: 775px;
	position: relative;
	margin:  auto;
	background-color: #FCEDED;
}

#nav {
	margin: auto;
}

h1 {
	font-size: 16pt;
	text-align: center;
	margin: 15px 15px 20px 15px;
	font-weight: bold;
}

p {
	font-size: 11pt;
	margin: 0px 28px 10px 28px;
	font-weight: bold;
	text-align: justify;
}

p.press {
	font-size: 8pt;
	margin: 50px 75px 0px 75px;
	text-align: right;
	font-weight: bold;
}

p.footer {
	font-size: 7pt;
	margin: 5px auto;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

ul li {
	list-style: none;
	font-size: 9pt;
	margin: 5px 40px 0px 40px;
	font-weight: bold;
	padding-left: 2em; text-indent: -1em;
}