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

.text {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.textblack {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.warning {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}

.announce {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.headline {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff2525;
}
.headlinesm {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.headlinebig {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.headlineblack {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
a:link {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff2525;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff2525;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	font-weight: bold;
	color: #25b0fe;
	text-decoration: none;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;

}
a:active {
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	color: #ff2525;
	text-decoration: none;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;

}
body {
	background-color: #4b4b4b;
}

#content{

	width:1024px;
	height:768px;
	background: url(images/new/background-index.png); no-repeat top left;
	margin:2px 0px 0px 2px;

}