/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	SCROLLBAR-FACE-COLOR: #330000;
	SCROLLBAR-HIGHLIGHT-COLOR: #660000;
	SCROLLBAR-SHADOW-COLOR: #660000;
	SCROLLBAR-3DLIGHT-COLOR: #660000;
	SCROLLBAR-ARROW-COLOR:  #fff;
	SCROLLBAR-TRACK-COLOR: #330000;
	SCROLLBAR-DARKSHADOW-COLOR: #330000;
	}
.bodytext {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	}
.bodytext2 {
	font-family: arial;
	font-size: 12px;
	color: #dacba1;
	}
	
a:link {
	color: #990000;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	font-family: arial;
	text-decoration: NONE;
		font-weight: bold;
	color: #660000;
	}
a:visited {
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	}
a:active {
	font-family: arial;
	text-decoration: none;
		font-weight: bold;
	color: #cc0000;
	}

.thbs {
	border: 5px solid #a80329;
	padding: 0px;
	margin: 0px 4px 3px 8px;
	}
.clear {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 0px;
	width: 0px;
	line-height: 0;
	}
p {
	margin: 0px;
	padding: 0px;
	}
table {
	padding: 0px;
	margin: 0px;
	}
/* FORM */	

form {
	padding: 0px;
	margin: 0px;
	}
.form2 {
	padding: 0px;
	margin: 0px;
	}


.bodycontent {
	width: 785px;
	height: 500px;
	overflow: auto;
	font-family: arial;
	color: #fff;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	}

	
		
