body {
	margin			: 0;
}

a:hover {
	text-decoration		: underline;
	color			: red;
}

.text, td {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
}

table.line {
	width			: 600px;
}

table.line td {
	border-bottom		: 1px solid #eee;
}

table.bar {
	width			: 600px;
	border			: 1px solid #2C6EBC
}

.heading {
	background-color		: #2C6EBC;
	color			: #FFFFFF;
	font-weight			: bold;
}

div.pagedesc {
	width			: 600px;
	border			: 1px dashed #999999;
	padding			: 5px;
	text-align			: left;
}

.navtbl {
	border			: 1px solid #999999;
	background-color		: #F1F1F1;
	width			: 135px;
	padding			: 2px;
	text-align			: left;
}

.navtbl a {
	display			: block;
	position			: relative;
	text-decoration		: none;
	border			: 1px solid #F1F1F1;
	padding			: 3 3 3 5;
	margin			: 2 0 2 0;
}

.navtbl a:hover {
	text-decoration		: none;
	color			: #000000;
	background		: #CCCCCC;
	border			: 1px solid #999999;
}

.navtbl a:active {
	text-decoration		: none;
	background		: #999999;
}

.category {
	font-weight			: bold;
	margin			: 3 0 3 2;
}