@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	width: 644px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
h1 {
	text-transform: capitalize;
	color: #C40000;
	text-align: center;
	font-size: 2em;
}
h2 {
	text-transform: capitalize;
	color: #C40000;
	text-align: center;
	font-size: 1.6em;
}
h3{
	font-size: 1.2em;
	color: #C40000;
	margin-top: 14px;
	margin-bottom: 0px;
	line-height: 1.4em;
}
p{
	margin-bottom: 0px;
	margin-top: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
}
p.center{
	text-align: center;
}
ul{
	margin-bottom: 0px;
	margin-top: 12px;
}
ol{
	margin-bottom: 0px;
	margin-top: 12px;
}
li{
	font-size: 1.2em;
	line-height: 1.4em;
}
li ul li{
	font-size: 100%;
}
ul.center{
	margin:0;
	padding:0;
}
ul.center li{
	text-align: center;
	list-style-type: none;
}
a:link{
	color: #C40000;
	text-decoration: none;
}
a:visited{
	color: #C40000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border:none;
}
img.floatright{
	margin-left: 10px;
}
hr {
	height: 1px;
	margin-top: 10px;
	border-top: dotted 1px #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
hr.black {
	border-top: solid 1px #000;
}
#footer {
	text-align: center;
	margin-top: 25px;
	color: #FFF;
	background-color: #01793C;
	padding: 3px;
}
#footer a:link{
	color: #FFF;
	text-decoration: none;
}
#footer a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
table.full {
	margin-top: 14px;
	width: 644px;
}
table.full th {
	background-color: #CCC;
}
table.full td {
	vertical-align: top;
	border-bottom: solid 1px #CCC;
	border-left: dotted 1px #000;
}
table.full td.rightborder {
	border-right: dotted 1px #000;
}
table.full td.greybg {
	background-color: #EAEAEA;
	text-align: center;
}
table.full td.greybgrightborder {
	background-color: #EAEAEA;
	text-align: center;
	border-right: dotted 1px #000;
}
table.full p {
	font-size: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
table.full ul{
	margin-bottom: 0px;
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 6px;
}
table.full li{
	font-size: 100%;
	line-height: 1.4em;
}
dl{
	margin: 0px;
	font-size: 1.2em;
	line-height: 1.4em;
}
dt{
	margin-top: 12px;
	font-weight: bold;
}
dd{
	margin: 0px;
	text-align: justify;
}
