body {
	font-family:sans-serif;
	color:#000000;
 	background-color:#f0f0ff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px
}

h1 {
	font-size:16pt;
}
	
a {
	color:#000000;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color:#ff4000;
	background-color: inherit;
}

p {
	text-align:justify;
}
	
img {
	border-style:none;
}
	
/********************************************/

.title {
	font-size:24pt;
	text-align:center;
	color:#ffffff;
	background-color:#405080;
}

.title a {
	color:#ffffff;
	background-color: inherit;
}

.title a:hover {
	color:#ffc030;
	background-color: inherit;
}

.error {
	color:#ff0000;
	background-color: inherit;
}

.photo {
	color: inherit;
	background-color:#000000;
}

.defaulttable {
	color: inherit;
	background-color:#000000;
}

.borderhline {
	color: inherit;
	background-color:#000000;
	height:1px;
}

.bordervline {
	color: inherit;
	background-color:#000000;
	width:1px;
	height:32px;
}

/********************************************/

.footer {
	text-align:center;
	color: #ffffff;
	background-color:#405080;
	text-decoration: none;
}

.footer a {
	color:#ffffff;
	background-color: inherit;
}

.footer a:hover {
	color:#ffc030;
	background-color: inherit;
}

/********************************************/

.nav {
	color: inherit;
	background-color:#c8d0e0;
}

/********************************************/

.subnav {
	text-align:center;
	color: inherit;
	background-color:#dcdeef;
}

/********************************************/

.tablehead {
	font-weight:bold;
	color: inherit;
	background-color:#a0b0c0;
	text-align:left;
}

/********************************************/

.tablebody {
	color: inherit;
	background-color:#ffffff;
	font-size:11pt;
}

.tablebody_light {
	color: inherit;
	background-color:#ffffff;
	font-size:11pt;
}

.tablebody_dark {
	color: inherit;
	background-color:#efefff;
	font-size:11pt;
}

/********************************************/

.teaser {
 font-size:16pt;
 font-style:italic;
 text-align:left;
}

.moduleheadline {
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	color: inherit;
	background-color:#a0b0c0;
}

.module {
	font-size:10pt;
}

