body
{
	margin: 0px;
  	background-image: url('../images/background2.gif');
	background-color: #1b2900;
	background-repeat:repeat-x;
}
table {
	font-family: Tahoma;
	font-size: 11px;
	color: #615c36;
	line-height: 15px;

}
.exit {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bottom {
	color: #7E7847;
}

.hidden {
	color: #1b2900;
}

.heading {
	font-size: 14px;
	font-weight: bold;
	color: #820f1f;
}

ul
{
	margin:0px;
	margin-left: 20px;
}

.next {
	font-weight: bold;
	color: #082A05;
}

.next a {
	font-weight: bold;
	color: #820f1f;
	text-decoration: none;
}

.next a:hover {
	text-decoration: underline;
}

input, textarea
{
	font: 8pt tahoma;
	color: #;
	border: 0;
	border: 1px solid #e3a1b1;
	width: 200px;
	height: 22px;
	padding: 3px;
	background-color: #ffe7ed;

}

textarea
{
	height: 100px;
}

.button
{
	background-color: #b50731;
	font-weight: bold;
	margin-right: 20px;
	width: 70px;
	height: 30px;
	color: #fff;
	border: 2px solid #000
}

a
{
	text-decoration: none;
	color: #615c36;

}

a:hover
{
	text-decoration: underline;
	color: #615c36;

}

