body {
	background-color: White;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p, td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a, a:link {
	color: #D80202;
}
a:active {
	color: #ffcc33;
}
a:visited {
	color: #D80202;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
}
h1 {
	font-size:18pt;
}
h2 {
	font-size:16pt;
}
h3 {
	font-size:14pt;
}
h4 {
	font-size:12pt;
}
.maintext {
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	text-align : justify;
}
.leftsidebar {
	padding-left: 10px;
}
.rightsidebar {
	background-color : #FF6633;
	color: white;
}
TD:bodytable {
	font-size: 8pt;
	border: 1px;
	border-color: #FF6633;
	border-width: 1px;
	border-style: solid;
}
.emph {
	color: #FF6633;
}
li {
	list-style-type: square;
}
.footer {
	background-color : #FF6633;
	font-size: xx-small;	
}
.callout {
	border: 1px solid #333333;
}