BODY {
	width: 850px;
	margin: 0 auto;
	background-color : White;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
}
a, A:LINK, A:VISITED {
	color : #FFFFFF;
	text-decoration : none;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
}
A:HOVER {
	color : #FD781F; 	text-decoration : none;
	font-weight: bold; font-size: 9pt; text-align: center;
}
a.two, A:LINK.two, A:VISITED.two {
	color : White; 	text-decoration : none; 
	font-weight: bold; 	font-size: 9pt;
	padding: 4px; 	text-align: center;
}
A:HOVER.two {
	color : #FD781F; 	text-decoration : none;
	font-weight: bold; 	font-size: 9pt;
	}
a.three, A:LINK.three, A:VISITED.three {
	color : #F01E3C; 	text-decoration : none; text-align: right;
	font-weight: bold; 	font-size: 9pt;
	padding-right: 4px; 	margin-right: 0px; 
}
A:HOVER.three {
	color : #fd781f; 	text-decoration : none; text-align: right;
	font-weight: bold; 	font-size: 9pt; padding-right: 4px; 
}
a.four, A:LINK.four, A:VISITED.four {
	color : Gray; 	text-decoration : none; text-align: center;
	font-weight: bold; 	font-size: 8pt;
	}
A:HOVER.four {
	color : Black; 	text-decoration : none; text-align: center;
	font-weight: bold; 	font-size: 8pt;
	}
	
	a.four2, A:LINK.four2, A:VISITED.four2 {
	color : Gray; 	text-decoration : none; text-align: center;
	font-weight: bold; 	font-size: 8pt;
	}
A:HOVER.four2 {
	color : White; 	text-decoration : none; text-align: center;
	font-weight: bold; 	font-size: 8pt;
	}

p.five,
.five a {
	color: red;
	text-align: center;
	font-weight: bold;
}

.five a:hover {
	color: #000000;
}
	
p {
	color: Black; 	text-align: left;
	margin-bottom: 3px; 	margin-left: 15px;
	margin-right: 15px; 	margin-top: 0px; 	
}
p a.blue {
	color: blue;
}
p.puff {
	padding: 10px;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt; font-style: italic;
}
p.hide {
	color: Black; 	text-align: center; font-size: 2pt;
	margin-bottom: 0px; 	margin-left: 0px;
	margin-right: 0px; 	margin-top: 0px; 	
}
.box {
	border-bottom: 1px dotted Red;
	border-top: 1px dotted Red;
	border-left: 1px dotted Red;
	border-right: 1px dotted Red;
	width: 200px;
	
}
p.centerSerif {
	color : Black; 	font-size: 9pt;
	font-family : Georgia, Times New Roman, serif;
	font-weight: normal; 	text-align: center; 	padding: 8px;
}
p.centerSmall {
 	color: Gray; 	font-size : 8pt;
	font-weight: bold; text-align: center;
	padding-top: 15px;
}
p.left { 
font-weight: normal; color: Black;
padding: 10px; text-align: left;
}
p.right { 
font-weight: normal; color: Black;
padding: 10px; text-align: right;
}
p.center { 
font-weight: normal; font-style: normal;
color: Black; padding: 10px;
text-align: center;
}
p.centerBold { 
font-weight: Bold; font-style: normal;
color: #fed406; text-align: center;
}
p.rightBold { 
font-weight: bold; font-style: normal;
color: Black; padding: 4px; text-align: right;
}
p.rightBold2 { 
font-weight: bold; font-style: normal; margin-right: 0px;
color: White; text-align: right;
}
p.leftBold { 
font-weight: bold; font-style: normal;
color: Black; padding: 4px; text-align: left;
}
p.leftBold2 { 
font-weight: bold; font-style: normal; margin-left: 0px;
color: White; text-align: left;
}
h1 {
   color : #fed406; 	font-size: 11pt;
	font-family : Georgia, Times New Roman, serif;
	font-weight: Bold; 	text-align: center;
	margin-top: 2px; margin-bottom: 2px;  
	}
h2 {
	color : #f01e3c; 	font-size: 18pt;
	font-family : Times New Roman, serif;
	font-weight: Normal; 	text-align: center;
	margin-top: 2px; margin-bottom: 2px;  
	}
h3 {
	color : #005D5D; 	font-size: 11pt;
	font-family : Georgia, Times New Roman, serif;
	font-weight: Bold; 	text-align: center;
	margin-top: 2px; margin-bottom: 2px;  
	}
ul { font-weight: normal; margin-bottom: 2px; margin-top: 2px; margin-left: 20px; margin-right: 20px;  text-align: left; list-style: square;}

A:LINK.credit, A:VISITED.credit {
	color : gray; 	text-decoration : none; 
	font-weight: normal; 	font-size: 8pt; text-align: center;
}
A:HOVER.credit {
	color : #FED406; 	text-decoration : none;
	font-weight: normal; font-size: 8pt; text-align: center;
}
