.textarea {
	height:765px;
	overflow:auto;
	width:88%;
	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #c2c5b2;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	text-align: left;
	float: right;
	margin-right: 40px;
	padding-right: 5px;
}
body {
	background-color: #32251a;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 25px;
}

span {
	font-size: 16px;
	font-weight: bold;
}

a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.style1 {
	font-size: 15px
}

.tb_bg {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

