/* CSS Document */

body {
	background: #ffffff;
	font-size: 12pt;
}

#printlogo {
	display: block;
	text-align: center;
}
	
#banner, #navigation, #navigation p, #navigation table, #script{
	display: none;
}

#content{
	color: #ffffff;
	width: 7in;
	padding: 20px;
	margin: 0 auto;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #CC0000;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #003366;
	margin-top: 4px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform: none;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cc0000;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
	clip:   rect(6px, auto, auto, auto);
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: none;
}

#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #003366;
	margin-top: 4px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height : 110%;
	margin-top: 0px;
	margin-bottom: 12px;
}

#content table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border: none;
	left: 200px;
}

#content form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height : 100%;
}

#content ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color : #FFFFFF;
	line-height : 120%;
	list-style-type: disc;
}

#content ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color : #FFFFFF;
	line-height : 120%;
}

#content li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color : #FFFFFF;
	line-height : normal;
	margin-bottom: 4px;
}

.boxrt {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin: 2px 20px 20px 2px;
}