/* CSS Document */
html { 
	height:100%; 
	margin:0; 
	padding:0; 
}

body {
	height:100%; 
	margin:0; 
	padding:0;
	background-color: #CCCCCC;
}
#mainstart {
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 30px;
	width: 754px;
	margin-left: -377px;
	z-index : 1;
	background-color: #FFFFFF;
	overflow: visible;
}
#main {
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 30px;
	width: 754px;
	margin-left: -377px;
	z-index : 1;
	background-color: #FFFFFF;
	overflow: hidden;
}.fliesstext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.mailink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.alpha{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color: #a9a2a2;
	text-decoration: none;
}
