@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	/*
	background-image: url(images/background-2011.jpg);
	background-repeat: repeat-y;
	*/
	background: url("images/background-2011.jpg")  repeat fixed center top;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}
a:hover {
	color: #ff6600;
	text-decoration:underline;
}
a {
	color: #ffffff;
	text-decoration:none;
}	
	
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
	letter-spacing: 0.2em;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.orange-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

