html {
	background: #EEE;
	height: 100%;
	overflow: hidden;
	position: relative;
}

body {
	color: #333;
	font-family: Arial;
	font-size: 11px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

a,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.heading {
	font-size: 18px;
	margin-bottom: 18px;
}

.center {
	text-align: center;
}

#nav {
	float: left;
	margin: 0;
	position: relative;
	width: 50%;
	vertical-align: top;
}

.content {
	float: left;
	margin: 27px 0 27px 27px;
	overflow: auto;
	text-align: justify;
	width: 400px;
}

.entry:hover {
	background: #FFF;
}

.msg-body {
	color: #777;
}

.clear {
	clear: both;
}

.tl {
	background: url(images/rounder_white.png);
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.br {
	background: url(images/rounder_white.png) right bottom;
	height: 4px;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 4px;
}

.bl {
	background: url(images/rounder_white.png) left bottom;
	height: 4px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 4px;
}

.tr {
	background: url(images/rounder_white.png) right top;
	height: 4px;
	right: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.link {
	background: #00ADEF;
	display: block;
	float: right;
	line-height: 30px;
	margin: 3px;
	position: relative;
	text-align: center;
	width: 60px;
}

a.link.selected,
a.link:hover {
	background: #CBDB29;
}

.link-holder {
	margin: 0 auto;
}

.heading a {
	color: #00ADEF;
}

.heading a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.skip {
	margin-top: 18px;
}

table {
	border-collapse: collapse;
}

table td {
	line-height: 18px;
	padding: 0;
	vertical-align: top;
}

.wrapper {
	background: #FFF;
	border: 1px solid #DDD;
	position: absolute;
	width: 2000px;
}

div.image {
	height: 72px;
	width: 100px;
}

div.image a img {
	border: none;
}