
	body {
		background-color:#FFFFFF;
		color: #81714c;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 22px;
		margin: 0px;
		padding: 20px;
		behavior:url("/css/csshover.htc");
	}
	
	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
	}
	
	a {color: blue;}
	.Clear {clear:both; width:0px; height:0px; overflow:hidden;}
	
	h1 {
		margin: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		color: #515d38;
		font-weight: normal;
	}
	
	h2 {
		margin: 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-style: italic;
		color: #515d38;
		font-weight: normal;
		margin-top:20px;
	}
	
	h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	b, strong {font-weight:bold;}
	
	.Left {
		float:left;
		margin-right: 12px;
	}
	
	.Right {
		float:right;
		margin-left: 12px;
	}
	
	small, pre {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 22px;
		white-space: normal;
	}