body
{
	font-family: arial;
	color: rgb(0, 0, 153);
	background-color: #669966;
	font-size: 9pt;
}

.navbar {
	color: rgb(255, 255, 255);
	font-size: 10pt;
	font-weight: bold;
}

a.navlink {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.navlink:hover {
	color: yellow;
}

a.navlink-current {
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}

td.feature { 
	border-style:none;
	border-bottom-style: solid;
	border-color: #C0C0C0;
	border-bottom-width:2px;
	vertical-align: top;
	padding-right: 15px;
}

td.userquote {
	text-align: center;
	width: 200px;
	font-style: italic;
	padding-top: 25px;
}

td.username {
	text-align: right;
	width: 200px;
}

div.frame {
	margin-left: auto;
	margin-right: auto;
	border: thin solid rgb(131, 131, 131);
	width: 800px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.background
{
	background-color: beige;
}

.heading {
	font-size: 13pt;
	font-weight: normal;
}

ul {
	list-style: square;
}

li {
	margin-bottom:8px;
}

td.title {
	font-weight: bold;
	width: 90px;
}

td.value {
	width: 200px;
}

td.right {
	padding-left: 90px;
}