@charset "UTF-8";

p, div {
	font-size:16px;
}

.error {
	color: #f99;
}

.bluepage {
		background-image:url(img/background.png);
		background-position: center;
		color:white;
		font-family:Verdana, Geneva, sans-serif !important;
}

.bluepage h1 {
	font-size:16px;
}

.bluepage .menu {
	width:320px;
}

.bluepage .menu a {
	display:block;
	color:white;
	background-color: rgba(255,255,255,0.2);
	float:left;
	width:150px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	margin-bottom:5px;
	font-weight:normal !important;
	color:white !important;
}

.bluepage .menu a.double {
	width:310px;
}

table.content {
	border-collapse:collapse;
}
rf
table.content td {
	border:1px solid #fff;
}

.sponsor {
	font-size:12px;
	width:125px;
	float:left;
	text-align:center;
	height:95px;
}

.sponsor .inner {
	background-color:#0072DC;
	width:118px;
	height:88px;
	margin-left:3px;
	opacity:0.8;
	font-size:10px;
	border:1px solid white;
}

.sponsor .inner h2 {
	color:white;
	opacity:1;
	padding:0;
	margin:0;
	text-shadow:none;
	font-weight:400;
}


