body {
	scrollbar-track-color:#5E5E5E;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFE2;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#4B333A;
	scrollbar-face-color:#CDCDCD;
	scrollbar-arrow-color:#5E5E5E;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	background-color: #7C7C7C;
	overflow:auto;
}
a:link, a:visited, a:active {
	color: #8B0A0C;
	font-size: 10px;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}



input {
	border: 1px solid #533A00;
	font-size: 11px;
}
select {
	background-color: #FFFFFF;
	border: 1px solid #214D5C;
	font-size: 10px;
	font-weight:bold;
	color: #533A00;
	height: 18px;
	width: 147px;
}

textarea {
	border: 1px solid #533A00;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-base-color:#8D7131;
	scrollbar-darkshadow-color:#8D7131;
	scrollbar-arrow-color:#533A00;
	scrollbar-face-color:#DFD5BD;
	overlow:auto;
}

td {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
}
HR {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5C2432;
	border-bottom-color: #FFFFFF;
}
form {
	margin:0px;
}
.thumbs {
	/*border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
}
.button {
	border:1px solid #5D4018;
	font-size:10px;
	font-family:Arial;
	color:#533A00;
	width:50px;
	cursor: hand;
	background-image: url(layout_images/button_bg.jpg);
	background-repeat: repeat-x;
}
.textbox {
	background-color: #333333;
	background-image: url(./tontine-street-2-lrg.jpg);
	background-position: center top;

}
.textboxverttop {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.textboxvertbottom {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

