body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #31527c;
	text-decoration: underline;
}

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

p,ul,table {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

.newspaper {
	text-align: justify;
	text-justify: newspaper;
}

.myheader {
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #31527c;
}

.menu-top {
}

.menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

.menu-top li {
	display: inline;
	float: left;
}

.menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

.menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#31527c;
	display: block;
	float: left;
	cursor: pointer;
}

.menu-top a:hover { background-position:0% -42px; }
.menu-top a:hover span { background-position:100% -42px; }

.white-left {
	width: 13px;
	background: url('images/bg02-white-left.png') no-repeat;
}

.white-right {
	width: 14px;
	background: url('images/bg02-white-right.png') no-repeat;
}

.blue-left {
	width: 13px;
	background: url('images/bg02-blue-left.png') no-repeat;
}

.blue-right {
	width: 14px;
	background: url('images/bg02-blue-right.png') no-repeat;
}

.blue-left-right {
	background: url('images/bg.png') repeat-x;
}
