body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #49AEA6;
	margin: 0px;
}

a {
	color: #C9062D;
        font-weight: bold;
}

.layout {
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
}

.popup {
        background-color: #B5DFDB;
}

.menupanel>table {
	width: 660px;
	height: 23px;
}

.menupanel td {
	font-size: 12px;
	white-space: nowrap;
}

.menupanel a {
	color: #FFFFFF;
	text-decoration: none;
}

.menupanel a:HOVER {
	text-decoration: underline;
}

.submenupanel {
	padding-bottom: 4px;
}

.submenupanel a {
	font-size: 10px;
	text-decoration: none;
}

.submenupanel a:HOVER {
	text-decoration: underline;
}

.imagepanel>table {
	width: 356px;
	height: 204px;
}

.contentpanel>table {
	width: 448px;
	height: 263px;
}

.contentpanel td {
	font-size: 12px;
        color: #6F7074;
}

.contentpanel h1 {
	font-size: 14px;
	font-weight: bold;
	color: #C9062D;
}

.contentpanel h2 {
        font-size: 12px;
        font-weight: bold;
        color: #C9062D;
}

.contentpanel h3 {
        font-size: 12px;
        font-weight: bold;
        color: #6F7074;
}

.contentpanel a {
        color: #6F7074;
}

.scrollarea {
	width: 410px;
	height: 247px;
	overflow: hidden;
}

.newspanel td {
 	font-size: 12px;
	font-weight: bold;
	color: #36A9A3;
}

.newspanel a {
	color: #FFFFFF;
	text-decoration: none;
}

.newspanel a:HOVER {
	text-decoration: underline;
}

.metapanel td {
	font-size: 11px;
}

.metapanel a {
	color: #737378;
	text-decoration: none;
}

.metapanel a:HOVER {
	text-decoration: underline;
}



