body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	line-height: 18px;
}
.textBoldRed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.bgleft {
	background-attachment: fixed;
	background-image: url(images/side_left.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bgcentre {
	background-attachment: fixed;
	background-image: url(images/largetile.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bgright {

	background-attachment: fixed;
	background-image: url(images/side_right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
form {
width:250px;
padding-left:10px;
}
#main_content {
	width:258px;
	height:248px;
	border:1px solid #4d4d4d;
        text-align:left;
        padding: 0px;
        margin: 0px;
	background-color: #3d3d3d;
}
/*body {
	scrollbar-base-color:#1f1f1f;
	scrollbar-arrow-color:#ffffff;
	scrollbar-highlight-color:#4d4d4d;
	scrollbar-track-color:#000000;
} */
