@charset "ISO-8859-1";
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	margin: 0px;
	padding: 0px;
	
	
}



h1 {
	font-size: 30px;
	font-weight: bold;
	background-image: url(images/headline.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	height: 65px;
	padding-top: 15px;
	padding-right: 10px;
	margin-bottom: 20px;
}

h2 {
	margin-top: 30px;
}



#main {
	height: 537px;
	width: 579px;
	overflow: auto;
	position: absolute;
	z-index: 0;
	top: 188px;
	left: 150px;
	padding-right: 10px;
}

#mainstart {
	height: 537px;
	width: 459px;
	overflow: auto;
	position: absolute;
	z-index: 0;
	top: 188px;
	left: 270px;
	padding-right: 10px;
}

#center {
	position: static;
	text-align: center;	
}


.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.front {
	z-index: 1;
	position: relative;
	margin:0px;
	padding: 0px;
}
.back {
	position: relative;
	z-index: 0;
}

img {
   behavior: url("pngbehavior.htc");
}

.red {
	font-weight: bold;
	color: #FF0000;
}
.floatRight {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
}
