@charset "UTF-8";
/* CSS Document */

body {
	font-style: arial, sans-serif;
	color: #CCCCCC;
	background-color: #ffffff;
	font-family: arial, sans-serif;
	line-height: 18px;
}

#logo {
	position: absolute;
	left: 50%;
	width: 720px;
	margin-left: -410px;
	top: 30px;
	padding: 20px 50px;
	background-color: #ffffff;
	border: 1px solid #DB8606;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#split {
	position: relative;
	width: 708px;
	height: 400px;
	overflow: auto;
	padding-right: 10px;

}

#linkbutons {
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -182px;
	top: 80px;
	
}

#fadeimage {
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -182px;
	top: 80px;
	
}

.bodytext {
	color: #666666;
	text-style: strong; 
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 16px;
}

.leftcolumn {
	color: #333333;
	text-style: strong; 
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 16px;
}

.tease {
	color: #ff0000;
	font-family: tahoma, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-left: 12px;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none; 
	color: #333333;
}
a:visited {
	text-decoration: none; 
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}

td {
	color: #000000;
	font-size: 13px;
}

b {
	color: #000000;
}

p {
	font-size: 13px;
	text-align: justify;
	color: #000000;
}
