a {
	text-decoration: underline;
	color: #FA6A2A;
	}

a:hover
	{
	color: #000000;
	text-decoration: none;
	}


.sMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;			
	line-height: normal;
	font-weight: bold;
	}

.sHint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FA6A2A;
	text-transform: none;
	font-weight: bold;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	background-color: #F1F1EA;
	width: 350px;
	height: 18px;
	}
	
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	background-color: #F1F1EA;
	width: 70%;
	height: 18px;
	}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	background-color: #F1F1EA;
	width: 350px;
	}
	
.sHintCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF6633;
	text-transform: none;
	}
	
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: none;
	color: #6A7463;
	}

#guestbookForm table td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.guestbookPost {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #aaa;
	border-top: 1px #ccc solid;
	padding-top: 8px;
}

.guestbookPost span {
	color: black;
}

#guestbookFooter {
	border-top: 1px #ccc solid;
	padding-top: 8px;
}

#guestbookFooter table {
	margin: 0;
	padding: 0;
	width: 100%;
}

#guestbookFooter td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
}

#guestbookFooter .right {
	text-align: right;
}