/* Main styles */
html {
	overflow: -moz-scrollbars-vertical;
	}

body {
	color: #CCC;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #905b3a;
	}

td {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	}

a:link {
	color: #000;
	text-decoration: none;
	}

a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

a:active {
	color: #F00;
	text-decoration: underline;
	}

.main_content {
	background-image: url(images/page_back.jpg);
	background-repeat: repeat-y;
}