* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background: #FFFFCC;
	color: #000;
}

a, a:active {
	color: #0000FF;
}

a:hover, a:visited {
	color: #663399;
}

p {
	margin: 9px 0;
}

#nav {
	float: left;
	clear: both;
	width: 800px;
	margin: 18px 0;
}

#nav li {
	display: block;
	float: left;
	padding: 0 18px 0 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 36px;
}

#wrapper .most-important {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #F00;
	list-style: none;
}

#wrapper .important {
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
}

#wrapper table {
	width: 800px;
}

#wrapper table td {
	border-left: 1px dotted #888;
	border-bottom: 1px dotted #888;
	vertical-align: top;
	padding: 18px;
	text-align: left;
}

#wrapper table .noborder {
	border-left: 0;
}

#wrapper table .noborderbottom {
	border-bottom: 0;
}

h2 {
	border-bottom: 1px dotted #666;
	padding: 0 0 18px 0;
}

.news {
	margin: 18px 0;
	list-style-type: none;
	list-style: none;
}

.news-item {
	padding: 0 0 18px 0;
	border-bottom: 1px dotted #666;
}

.news-item h4 {
	font-size: 14px;
	font-weight: bold;
}

.news-item p {
	padding: 0;
	margin: 0;
}
