@charset "utf-8";
.PlainText {
font-family:"Times New Roman";
	font-size: 15px;
	color: #FFFFFF;
	
}
.PlainTextTopAlign {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC99;
	vertical-align: top;
}

.PlainText a {
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
	
}
.PlainText a:hover {
	font-weight: bold;
	color: #9A9772;
	text-decoration: underline;
}



.PlainText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCC99;
	
}

.PlainText2 a {
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
	
}
.PlainText2 a:hover {
	font-weight: bold;
	color: #9A9772;
	text-decoration: underline;
}

.smallText {
font-family:"Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
	
}


.Headerbar {
	background-color: #765221;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccc99;
	font-weight: bold;
	font-size: 13px;
	margin: 5px;
}

.Headerbar a {
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #CCCC99;
}
.Headerbar a:hover {
	color: #9A9772;
	text-decoration: underline;
}
