body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color:#2B6D8F;
}
a:active,
a:visited{
	color:#2B6D8F;
}
a:hover{
	color:#000000;
}

.header {
	background-image: url(img/frontpage1.jpg);
	height: 320px;
	background-repeat: no-repeat;	
}
.header td{
	/*padding: 5px,5px,5px,10px;*/
	width:190px;
	font-size: 0.6em;
	line-height: 2em;
	vertical-align: top;
}

.menu{	
	padding: 5px,0px,5px,10px;
	width:190px;
	font-size: 0.6em;
	line-height: 2em;
	vertical-align: top;
	font-weight: bold;
}
.menu a{
	text-decoration: none;
	/*background-image: url(img/dotMain.gif);
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;*/
}
.menu a:active,
.menu a:visited{
	color:#2B6D8F;
}
.menu a:hover{
	color:#000000;
}


.menu .sub a {
	/*background-image: url(img/dotSub.gif);
	background-attachment: fixed;
	background-position: left;
	background-repeat: no-repeat;*/
	padding-left: 10px;
	font-weight: normal;
}
.menu .sub a:active,
.menu .sub a:visited{
	color:#2B6D8F;
}
.menu .sub a:hover{
	color:#000000;
}

.hotbox {
	padding: 5px,10px,5px,10px;
}
.leftBar{
	padding: 10px,0px,10px,0px;
}

.content {
	background-color:#FFFFFF;
	font-size: 0.6em;
	line-height: 1.8em;
	font-style: normal;
	vertical-align: top;
	padding: 10px,0px,10px,0px;
}
.content Table {
	font-size:1em;
	line-height: 1.8em;
}
.content td {
	font-size: 1em;
	line-height: 1.8em;
}

.content img {
	/*float: right;*/
}

.heading {
	font-size: 1.5em;
	line-height: 1.8em;
	font-style: normal;
	font-weight: normal;
	padding: 0px,10px,0px,10px;
}

.Teaserbar {
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #C8C7C7;
	border-right: 0px solid #C8C7C7;
	border-bottom: 0px solid #C8C7C7;
	border-left: 1px solid #C8C7C7;
	vertical-align: top;
}
.TeaserbarHeader{
	padding: 0px, 10px, 0px, 10px;
	height: 20px;
}
.TeaserbarHeader td{
	border-bottom: 1px solid #C8C7C7;
	font-size: 0.6em;
	font-weight: bolder;
}

.TeaserbarContent{
	background-color: #2B6D8F;
	color: White;
	vertical-align: top;
	font-size: 0.6em;
	line-height: 2em;
	padding: 5px,5px,5px,10px;
}

.bottombar{
	height: 20px;
	color:#C8C7C7;
	font-size: 0.6em;
	padding: 0px,10px,0px,10px;
	border: 1px solid #C8C7C7;
	text-align: right;
}