body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	//font-weight: bold;
	padding:0px;
	color: #fff;
	background-color: #200;
	}
.left {
	background-color: #300;
	background-repeat: no-repeat;
	background-position: bottom;
}
img {
	border: 0px;
}
.main {
	//font-weight: bold;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center right;
}
.border {
	background-color: #100;
}
hr {
	height: 1px;
	color: #342;
	background-color: #342;
	border: 0;
	width: 80%;
}
a {
text-decoration: none;
color: #ee2f2f;
}
a:visited {
text-decoration: none;
color: #ee2f2f;
}
a:hover {
text-decoration: underline;
}
.tt td {
border: 2px solid #fff;
font-weight: bold;
}
.ts td {
font-weight: bold;
}

