@charset "utf-8";
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #CF201D;
}
a:visited {
	color: #CF201D;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #CF201D;
}

.welcome {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1ex;
	text-align: center;
}
.border {
	border: 1px solid #000000;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.redtext {color: #CF201D}
