body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666666;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: top center
}

a:link {
	color: #3366FF;
	text-decoration: none;
}

a:visited {
    color: #3366FF;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #3366FF;
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
	line-height: 11pt;
	color: #666666;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #660000;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #999999;
	line-height: 14pt;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 6pt;
	list-style-type: disc;
	list-style-position: outside;

}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	list-style-type: decimal;
	list-style-position: outside;
}

#redlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #660000;
	font-style: italic;
}

#redlink a {
	color: #660000;
	border: none;
	text-decoration: none;
	}

#redlink a:hover {
	color: #660000;
	text-decoration: underline;
	}		
	
.brown {
	color: #b05700;
	font-style: bold;
	font-size: 12pt;
    }

.copyright {
	font-size: 7pt;
	line-height: 16pt;
    }	
	
.imageleft {
	position: relative;
	float: left;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 10px;
    }	