body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}
body {
	background-color: #46719c;
	/*background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	background-attachment: fixed;
	margin: 10px;
	/*border-width: 3px;
	border-style:solid;
	border-color: black;*/
}

a:link, a:active {
	color: #bf4211;
	text-decoration: none;
}
a:visited{
	color: #833415;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
form {
	margin: 0;
	background-color: #dddddd;
}
h1, h2, h3{
	margin: 5px 0px 5px 0px;
	color: #000000;
}
h4, h5 {
	margin: 5px 0px 5px 0px;
	color: #000000;
}
.header {
	background-color: #66bfd9;
	vertical-align: middle;
	text-align: center;
	color: #dddddd;
	height: 10px; 
	font-size: 20px;
	font-weight: bold;
}
.menu {
	/*background-color: #0cb02b;*/
	background-image: url(opac1.png);
	background-repeat: repeat-y;
	color: #000000;
	width: 190px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	border: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	background-color: #66bfd9;
}

.anynews {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 5px;
	padding-left: 5px;
	background-color: #66bfd9;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.content {
	/*background-image: url(opac1.png);
	background-repeat: repeat-y;*/
	background-image: url(opac.png);
	background-repeat: repeat;
	/*background-color: #dddddd;*/
	padding: 20px;
	/*width: 750px;*/
	vertical-align: top;
}
.footer {
	background-color: #000000;
	text-align: right;
	font-size: 8px;
	height: 10px;
	color: #dddddd;
	padding-right: 5px;
}