
a:link, a:visited {
	color: #40428B;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #40428B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #40428B;
	text-decoration: underline;
	font-weight: bold;
}

a:link.banner, a:visited.banner {
	color: #CCFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active.banner {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover.banner {
	color: #CCFFFF;
	text-decoration: underline;
	font-weight: bold;
}

body {
	margin: 0;
	font-family: sans-serif;
}

p {
	line-height: 130%;
}

.content {
	margin-left: 20px;
	margin-right: 40px;
}

.img_left {
	float: left;
	margin-right: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.img_end {
	clear: both;
}

.row, .col {
	overflow: hidden;
	position: absolute;
}
.row {
	left: 0;
	right: 0;
}
.col {
	top: 0;
	bottom: 0;
}

.container {
	display: table;
	table-layout: fixed;
}
.cell {
	display: table-cell;
	padding: 0px;
	width: 100%;
}
 
.cell.wau {
	max-width:100%;
	max-height:100%;
	min-width: 300px;
	min-height: 180px;
}
.cell.logo {
	max-width:100%;
	max-height:100%;
	min-width: 135px;
	min-height: 66px;
}

.header.row {
	height: 50px;
	top: 0;
	text-align: center;
	background: #40428B;
	color: #F4F4F4;
}
.body.row {
	top: 50px;
	bottom: 50px;
	overflow-y: auto;
	margin: 0px;
	background: white;
}
.footer.row {
	height: 50px;
	bottom:0;
	text-align:center;
	background: #40428B;
	color: #F4F4F4;
}

.box {
	background: #eeeeff;
	border: 2px solid #40428B;
	padding: 15px;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.hot {
	background: #ffffcc;
	border: 2px solid #40428B;
	padding: 15px;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}
.info {
	background: #f4f4f4;
	border: 1px solid #40428B;
	padding: 15px;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}
.docu {
	background: white;
	border: 1px solid #40428B;
	padding: 15px;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.video {
	background: #f4f4ff;
	border: 1px solid #40428B;
	padding: 15px;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.fill {
	width:90%;
	margin:5px 0;
	padding:3px;
}
.page {
	position:absolute;
	top:0;
	visibility: hidden;
}

.topic {
	background: #F4F4F4;
	border: solid 1px black;
	font-weight: bold;
	font-size: 130%;
	padding: 0.5em;
}

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

h1 {
	padding-bottom: 10px;
	font: bold 21px sans-serif;
	border-bottom: 1px solid #40428B;
}
h2 {
	padding-bottom: 10px;
	font: bold 17px sans-serif;
	border-bottom: 1px solid #40428B;
}
h3 {
	padding-bottom: 10px;
	font: bold 14px sans-serif;
	border-bottom: 1px solid #40428B;
}

td.num {
	width: 50px;
	vertical-align: top;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
