/* CSS Document */


	body,td{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
	}




	img {border: 0;}

	p, h1, h2, h3, h4, h5, h6
		 {margin: 0; padding: 0; font-weight: normal; list-style: none}

	p {
		line-height: 1.6em;
	}
		

	a:link {
		text-decoration:none;
		color: #0000FF;
		}
	a:visited {
		text-decoration:none;
		color: #0000FF;
		}
	a:hover {
		text-decoration:none;
		color: #000080;
		}
	a:active {
		text-decoration:none;
		color: #0000FF;
		}



h1 {
	font-style: normal;
	color: #79663e;
	font-size: 22px;
	line-height: 1.4em;
	}
	
h2 {
	color: #d7b56e;
	font-size: 18px;
	line-height: 1.4em;
	}
	
h2 strong {
	color: #666;
	font-weight: normal;
	}
	
h3 {
	color: #4a6b84;
	font-size: 14px;
	margin1: 20px 10px 10px;
	}
	
	
h6 {
	color: #849cb1;
	font-size: 10px;
	margin1: 10px 10px 0;
	}
	
h3 strong {
	font-weight: normal;
	color: #0d2d40;
	}
	
h3 em {
	font-style: normal;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	top: -2px;
	}
	
	
p.note {
	font-style: italic;
	color: #999;
	}

.border1 {
	border:1px solid #000000;
	padding:2px;
	}

.smalltext {
	line-height: 1em;
	font-size:8pt;
}

.mediumtext {
	line-height: 1.2em;
	font-size:9pt;
}

table#tabledisplay td{
		border-bottom: 1px solid #808080;
		width: 50%;
}

table#tablemenu {
	width: 450px;
}

.textindent {
	margin-left:20px;
}

.box{
	padding:20px;
	background-color:#EFEFEF;
	border:1px solid #000000;
	margin-left:20px;
	margin-right:20px;
}


.quote {
	color:#008000;
	font-size:.9em;
	font-style:italic;	
}

.quotename {
	color:#008000;
	font-size:.95em;
	font-style:normal;	
	font-weight:bold;
}