A {
	color : #FFFFFF;
	text-decoration: underline;

}
A:VISITED {
	color : #FFFFFF;
	text-decoration:underline;
}
A:HOVER {
	color : #FF0000;
	text-decoration:underline;
}

TD {
	font-family : Verdana, Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #FFFFFF;
	line-height: 120%;
}


.headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#003300;
	padding-bottom:5px;
	padding-top:5px;
	line-height: 120%;
}

.headline2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#990000;
	padding-bottom:5px;
	padding-top:5px;
}

.container {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
}
.white {
	color: #FFFFFF;
}
