.text-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.text-dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}

a:hover.text-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}

.text-footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a:hover.text-footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration:underline;
}

.text-footer-white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.btn {
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5b3149;
	text-align: center;
	display: inline; 
	float: left;
	height: 20px;
	border: 1px solid #331827;
	padding: 0 25px;
	margin-left: 5px;
	margin-bottom: 2px;
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 3px;
}

.btn:hover {
	color:#000000;
	background-color:#86496c;
}

.form-box {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #342a29;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 14px;
	width: 150px;
	float: left;
	display: inline;
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
/*	padding-left: 2px; */
}

.form-boxdrop {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #342a29;
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 12px;
	float: left;
	display: inline;
	padding-left: 2px;
}


.form-btn {
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5b3149;
	text-align: center;
	display: inline; 
	float: left;
	height: 20px;
	width: 150px;
	border: 1px solid #331827;
/*	margin-left: 5px; */
	clear: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 3px;
}
