/* CSS Document */


<style>
	table{
		border: 1px solid #000000;
		font-family: arial;
		font-size: 10pt;
	}
	tr{
		padding: 2px;
		border: 1px solid #000000;
	}
	.visible{
		display:inline;
		visibility:visible;
	}
	.hidden{
		display:none;
		visibility:hidden;
	}
	.topRow{
	height: 80px;
	font-style: oblique;
	padding: 0px;
	}
	.topMenuRow{
	background-color: #FF9900;
	font-name: arial;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	.topMenuRow a{
		text-decoration: none;
		color: #000000;
	}
	.topMenuRow a:visited{
		color: #000000;
	}
	.topMenuRow a:hover{
		color: #660000;
	}
	.bodyRow{
		background-color: #ffffff;
		color: #333333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: 200;
		padding:2px;
	}
	.bottomMenuRow{
	height: 10px;
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
	font-weight: bold;
	border-top: 1px solid #000000;
	}
	.bottomMenuRow a{
		color: #333333;
	}
	.heading1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #934900;
	border-right-color: #934900;
	border-bottom-color: #934900;
	border-left-color: #934900;
	width: 100%;
	padding-left: 2px;
	color: #333333;
		
	}
	.heading2{
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	font-weight: bold;
	color: #996600;
	}
</style>
