body {
	background-color: White;
	color: #693A17;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
}

a {
	color: #000099;
	text-decoration: none;
	font-size: 9pt;
}

a:hover {
	color: White;
	background-color: #984C14;
}

.black8 {
	font-size: 8pt;
}

.black8b {
	font-size: 8pt;
	font-weight: bold;
}

.black9 {
	font-size: 9pt;
}

.black9b {
	font-size: 9pt;
	font-weight: bold;
}

.blue8 {
	font-size: 8pt;
	font-weight: normal;
	color: #00009d;
}

.blue8i {
	font-size: 8pt;
	font-style: italic;
	color: #00009d;
	font-weight: normal;
}

.blue8b {
	font-size: 8pt;
	font-weight: bold;
	color: #00009d;
}

.blue9b {
	font-size: 9pt;
	font-weight: bold;
	color: #00009d;
}

.border1 {
	border: 1px solid #ff4202;
	padding: 1px;
	color: black;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}

.border1a {
	border: 1px solid #ff4202;
	padding: 1px;
	color: black;
	/*font-weight: bold;
	font-size: 130%;*/
	text-align: center;
}

.border2 {
	/*border: 1px solid #ff4202;*/
	padding: 1px;
	color: white;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	background-color: #ff4202;
}

.border3 {
	border: 1px solid #ff4202;
	padding: 1px;
	color: black;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	background-color: #CCB882;
}

.border4 {
	/*border: 1px solid #ff4202;*/
	padding: 1px;
	color: black;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	background-color: #7d99ea;
}

.border5 {
	border: 1px solid #ff4202;
	padding: 2px;
	color: black;
	font-weight: normal;
	font-size: 100%;
	text-align: justify;
	background-color: #F4F5FF;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #984C14;
	text-align: center;
	/*padding-bottom: 0px;*/
}

/*h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #984C14;
	text-align: center;
	padding-bottom: 0px;
}*/

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 7px;
	color: #984C14;
	text-align: left;
}

h3 {
	font-size: 120%;
	margin-bottom: 7px;
	margin-top: 10px;
	background-color: #984C14;
	color: White;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	margin-bottom: 7px;
	background-color: #984C14;
	color: White;
	font-weight: bold;
}

h6 {
	font-size: 120%;
	margin-bottom: 0px;
}

p {
	margin-bottom: 0px;
}

img.shaped {
	margin-right: 10px;
	float: left;
	clear: left;
}

img.shaped_R {
	margin-left: 10px;
	float: right;
	clear: right;
}

.justified {
	text-align: justify;
}

p.dropcap:first-letter {
	font-size: 300%;
	font-weight: bold;
	float: left;
	margin-right: 2px;
	/*font-style: italic;*/
}