.sidebar {
	float: left;
	width: 30%
}

.content {
	float: right;
	width: 70%
}

.table {
	background-color: #000
}

.table td,.table th {
	background-color: #fff
}

.table-header td {
	font-weight: 700
}

html {
	height: 100%;
}

body {
	margin: 10px 0px 0px 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}

table {
	border: 0px;
}

td,div {
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}

a,a:visited {
	color: #0E83C8;
	text-decoration: none;
}

a:hover,a:visited :hover {
	color: #0E83C8;
	text-decoration: underline;
}
