/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3d3d3d;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #339900;
	text-decoration: underline;
	
}

a:visited {
	text-decoration: underline;
	color: #1D5900;
}
a:hover {
	text-decoration: none;
	color: #e05f00;
}
a:active {
	text-decoration: underline;
	color: #339900;
	
}
.style1 {
	font-size: 7pt;
	color: #FFFFFF;
}
.style2 {font-size: 8pt
}
.style3 {
	color: #339800;
	font-weight: bold;
}
.style3a {
	color: #339800;
	
}
.style4 {
	color: #e05f00;
	font-weight: bold;
}

.style4a {
	color: #e05f00;
	
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 11pt;
	color: #339900;
}
h2 {
	font-size: 11pt;
	color: #E05F00;
}
.picborder {
	border: 1px solid #339800;
}
hr {
	color: #e05f00;
	width: 85%;
	border: dotted;
}
