@charset "UTF-8";
/* CSS Document */

a:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#A0773E;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	color: #C80114;
}
	
a:visited {
	text-decoration: none;
	color: #A0773E;
	text-decoration: underline;
}

.general_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A0773E;
	text-align: justify;
	line-height: 18px;
	}
	
	.thanks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#A0773E;
	text-align: center;
	line-height: 18px;
	} 
	
.bnt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#A0773E;
	background:#E7DEB3;
	text-align: center;
	line-height: 18px;
	}
	
.comments {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size:11px;
	color:#A0773E;
	text-align: justify;
	line-height: 18px;
	}
	
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A0773E;
	text-align: center;
	}

.top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A0773E;
	text-align: right;
	}