@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10pt;
}
#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header p{
	margin:0px;
}
#header #menu{
	display:none;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#left{
	float: left;
	width: 539px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: dotted 1px #CCC;
}
#left h1{
	margin: 0px;
	color: #C40000;
	font-size: 15pt;
	text-transform: capitalize;
}
#left h2{
	font-size: 11pt;
	color: #C40000;
	margin-top: 14px;
	margin-bottom: 0px;
	line-height: 18px;
}
#left h3{
	font-size: 10pt;
	margin-top: 12px;
	margin-bottom: -12px;
	line-height: 14pt;
}
#left p{
	margin-bottom: 0px;
	margin-top: 12px;
	line-height: 14pt;
	text-align: justify;
}
#left p.cutline{
	margin-top: 6px;
	font-size: 11px;
	margin-bottom: 24px;
}
#left p.center{
	text-align: center;
}
#left p.big{
	font-size: 12pt;
	margin-top: 16px;
	text-align: left;
}
#left .red{
	color: #C40000;
}
#left ol{
	margin-bottom: 0px;
	margin-top: 12px;
}
#left ol li{
	line-height: 12pt;
	margin-bottom: 12px;
}
#left ol li ul li{
	margin: 0px;
	list-style-type: disc;
}
#left ul{
	margin-bottom: 0px;
	margin-top: 12px;
}
#left ul li{
	line-height: 12pt;
}
#left dl{
	margin: 0px;
	font-size: 10pt;
	line-height: 14pt;
}
#left dt{
	margin-top: 12px;
	font-weight: bold;
}
#left dd{
	margin: 0px;
	text-align: justify;
}
#left a{
	color: #C40000;
	text-decoration: underline;
}
#left img{
	border:none;
}
#left img.floatright{
	margin-left: 10px;
}
#left table {
	margin-top: 14px;
	font-size: 10px;
	width: 539px;
}
#left th {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 3px;

}
#left td {
	border-bottom: solid 1px #CCC;
	padding: 3px;
	vertical-align: top;
}
#left td.greybg {
	text-align: center;
}
#sponsors {
	display: none;
}
hr {
	height: 1px;
	margin-top: 10px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: dotted 1px #CCC;
}
#right{
	float: left;
	width: 200px;
	text-align: center;
}
#right p{
	line-height: 14pt;
	margin-top: 12px;
	margin-bottom: 0px;
}
#right  a{
	color: #C40000;
	text-decoration: none;
}
#right img{
	border:none;
}
#right div{
	border: 1px solid #000;
	text-align: left;
	margin-bottom: 14px;
}
#right div h2{
	font-size: 10pt;
	margin: 0px;
	padding: 3px 5px;
	border-bottom: solid 2px #000;
}
#right div ul{
	margin: 0px;
	padding: 0px;
}
#right div li{
	border-bottom: solid 1px #CCC;
	padding: 3px 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type:none;
}
#right div small.box{
	display: none;
}
#footer {
	display: none;
}
#optionalunit {
	margin-bottom: 20px;
}
#optionalunit div {
	height: 80px;
	padding: 5px;
	margin-top: 20px;
	border: 1px solid #999;
}
#optionalunit h2 {
	font-size: 12pt;
	margin-top: 22px;
}
#optionalunit p {
	margin-top: 2px;
}
#optionalunit div img {
	float: right;
	margin-left: 20px;
}
#clearer {
	clear: both;
	display: block;
	height: 0px;
}
