body{
	margin:0px;
	padding:0px;
	padding-top:5px;
	text-align: center;
	background-color: #3189E8;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family:arial,verdana,helvetica;
	font-size:12px;
}

#main{
	display: table;
	width:928px;
	height:809px;
	text-align: left;
	background-image: url(../images/main.gif);
	overflow:hidden;
}
#main{
	display: table;
	width:928px;
	height:809px;
	text-align: left;
	overflow:hidden;
}
#menu{
	display: table;
	width:928px;
	height:30px;
	text-align:right;
}
#head{
	height:186px;
	text-align: left;
}
#menubar{
	height:66px;
	text-align: center;
}
#text{
	display: table;
	height:477px;
	width:471px;
	margin:10px 0px;
	text-align:left;
	overflow:auto;
	font-family:arial,verdana,helvetica;
	font-size:12px;
}
td{
	font-family:arial,verdana,helvetica;
	font-size:12px;

}
#textabu{
	display: table;
	height:467px;
	width:471px;
	margin:10px 0px;
	text-align:left;
	overflow:auto;
	font-family:arial,verdana,helvetica;
	font-size:12px;
}
#dynamic{
	font-family: tahoma;
	font-size: 11px;
	color: #414141;
}
#dynamic td{
	font-family: tahoma;
	font-size: 11px;
	color: #414141;
}

#box1{
	padding-left:30px;
	padding-top:10px;
	display: table;
	height:240px;
	text-align:left;
	overflow:hidden;
	color:black;
	font-family:arial,verdana,helvetica;
	font-size:10px;
}
#box2{
	padding-left:30px;
	display: table;
	height:225px;
	width:200px;
	text-align:left;
	overflow:auto;
	color:black;
	font-family:arial,verdana,helvetica;
	font-size:10px;
}
#buttonsbelow{
	padding-left:40px;
	height:41px;
	text-align:left;
	overflow:hidden;
}
#aublogo{
	padding-left:40px;
	height:60px;
	text-align:left;
	overflow:hidden;
}
#submenu{
	text-align:left;
	padding-left:220px;
}
#submenu a{  
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#000000; text-decoration: none
}
#submenu a:visited{  
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#000000; text-decoration: none
}
#submenu a:hover{  
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#CD6881; text-decoration: none
}

img{
	border-width:0px;
}
h1{
	font-family:arial,verdana,helvetica;
	font-size:16px;
}
span.kop{
	color:black;
	font-family:arial,verdana,helvetica;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
input.box{
	width:155px;
	border:gray 1px solid;
}
a.box{  
	font-family:arial,verdana,helvetica;
	font-size:10px;
	color:#CD6881; text-decoration: none
}
a.box:visited{  
	font-family:arial,verdana,helvetica;
	font-size:10px;
	color:#CD6881; text-decoration: none
}
a.box:hover{  
	font-family:arial,verdana,helvetica;
	font-size:10px;
	color:#CD6881; text-decoration: none
}

a{  
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#CD6881; text-decoration: none
}
a:visited{  
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#CD6881; text-decoration: none
}
a:hover{  
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#CD6881; text-decoration: none
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

