body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #acacac;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #666666;
	text-decoration:none
}
a:hover{
	color:#0099CC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
textarea {
	background-color: #F8EDB5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #B1A338;
	border-right-color: #B1A338;
	border-bottom-color: #B1A338;
	border-left-color: #B1A338;
	margin: 1px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #9A8A2C;
}


/* classes ---------------------------------------------------------------*/
.totalMain {
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: 2;
	margin: 40px -60px 0px 0px;
	padding: 0px 10px 10px 0px;
	background-repeat: no-repeat;
	background-position: left;
	height: 404px;
	width: 690px;
	color: #FFFFFF;
	text-align: justify;
}
.totalMain a{
	color:#FFFFFF;
	text-decoration:underline;
}

.kop {
	margin: 0px;
	padding: 5px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	text-align: left;
	vertical-align: top;
}

.onestat {
	top: -100px;
	left: 0px;
	position: absolute;
}

#flashcontent {
	height:600px;
	width:1000px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-300px;
	z-index:2;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#noShow {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	left: 0px;
	padding: 0px;
	height: 100%;
	width: 320px;
	z-index:1;
	background-color:#FFF;
}
#content {
	padding-left:		32px;
	padding-right:		20px;
	position: 		relative;

}

#footer {
	
	margin-left:		0px;
	margin-top:			40px;
	position: 			relative;
}

a {
	color:#000;
}

