@charset "utf-8";
a:visited {
	text-decoration: none;
	color: #FBF6F2;
}
a:link {
	color: #FBF6F2;
}

a:hover {
	text-decoration: underline;
	color: #FBF6F2;
}
a:active {
	text-decoration: none;
	color: #FBF6F2;
}

#title {
	position:absolute;
	left:25px;
	top:25px;
	width:466px;
	height:26px;
	z-index:1;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FBF6F2;
	background-color: #999999;
}
.text {
	color: #000000;
}
.standardimgleft {
	margin-right: 20px;
}

