@charset "utf-8";
/* CSS Document */

.rolloverButton {
	background-color: #A19F69;
	color: #46452B;
	border: 0px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: Arial, helvetica;
	font-size: 10pt;
	font-weight:600;
	padding: 4px;
	height: auto;
	width: auto;
}
:hover.rolloverButton {
	background-color: ##A19F69;
	color: #FFFFFF;
	border: 0px solid #FFFFFF;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10 pt;
	margin-left: 10 px;
	margin-right:  10px;
	text-align: justify;
}
body         { 
     background-color: #747345 
 }

.header      { 
    font-family: Arial; font-size: 12pt; font-weight: bold;
    margin-left: 10 px;
    margin-right:  10px; color:#747345
 }
 
 a:link       { text-decoration: none;  }
 
.small_text  { 
     font-family: Arial; font-size: 8pt; color: #F5F4DF 
}
.footer_text { 
     font-family: Arial; font-size: 10pt; color: #F5F4DF 
     margin-left: 10 px;
    margin-right:  10px;
}a:visited    { text-decoration: none }
