body {
	margin: 0;
	padding: 0;
}

a:link {
	color: #18598c;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #f2aca3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #0c6fb0;
	text-decoration: none;
	font-weight: bold;
}

#container {
	width: 300px;
	margin: 0 auto;
	padding: 0;
}

h1 {
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #1b3554;
}

h4 {
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0;
	color: #0e5085;
}

p {
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
}

#title {
	margin: 0;
	padding: 0;
}

.topics {
	margin: 0;
	padding: 20px 0 10px;
	border-bottom: dotted #8795ad 1px;
	width: 300px;
}

.topics img {
	padding: 0;
	margin: 10px auto;
	text-align: center;
	text-decoration: none;
}

.square {
	border: 1px solid #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 8px;
}

.small {
	font-size: 8pt;
	line-height: 14pt;
}

.more {
	font-size: 8pt;
	line-height: 14pt;
	text-align: right;
}

#menu {
	display: block;
	margin: 10px 0;
	padding: 0;
	width: 280px;
	float: left;
	background: white url(../img/bg2.gif);
	height: 40px;
}

#menu ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	margin: 0;
	float: none;
	padding: 0;
}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
}

#prev {
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 30px;
}

#prev a {
	background-image: url("img/menu.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	display: block;
	height: 30px;
	text-decoration: none;
}

#prev a:hover {
	text-decoration: none;
	background-position: 0px -30px;
}

#prev a:active {
	background-position: 0px -29px;
	position: inherit;
	top: 0;
}

#next {
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: -140px 0px;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 30px;
}

#next a {
	background-image: url("img/menu.gif");
	background-repeat: no-repeat;
	background-position: -140px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	text-decoration: none;
}

#next a:hover {
	text-decoration: none;
	background-position: -140px -30px;
}

#next a:active {
	background-position: -140px -29px;
	position: inherit;
	top: 0;
}


