
body {
	background-color: #222222;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
}

td,th {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	line-height: 12px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.background_head {	background-color: #000000;
	background-image: url(Images/background_header.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #D7D1C4;
}
.left_side {
	background-image: url(Images/left_side.gif);
	background-repeat: repeat-y;
}
.right_side {
	background-image: url(Images/right_side.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.border_box {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}