@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	text-transform: capitalize;
	color: #C40000;
	text-align: center;
	font-size: 15pt;
}
h2 {
	text-transform: capitalize;
	color: #C40000;
	text-align: center;
	font-size: 12pt;
}
h3{
	font-size: 10pt;
	color: #C40000;
	margin-top: 14px;
	margin-bottom: 0px;
	line-height: 14pt;
}
p{
	margin-bottom: 0px;
	margin-top: 12px;
	font-size: 10pt;
	line-height: 14pt;
	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: 10pt;
	line-height: 14pt;
}
ul.center{
	margin:0;
	padding:0;
}
ul.center li{
	text-align: center;
	list-style-type: none;
}
a{
	color: #C40000;
	text-decoration: underline;
}
img.header {
	display:none;
}
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 {
	display:none;
}
table.full {
	margin-top: 14px;
	width: 100%;
	font-size:10px;
}
table.full th {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
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: 10px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 10pt;
}
table.full ul{
	margin-bottom: 0px;
	margin-top: 12px;
	padding-left: 10px;
	margin-left: 6px;
}
table.full li{
	font-size: 10px;
	line-height: 12pt;
}
dl{
	margin: 0px;
	font-size: 10pt;
	line-height: 14pt;
}
dt{
	margin-top: 12px;
	font-weight: bold;
}
dd{
	margin: 0px;
	text-align: justify;
}