.red{
	color: #900;
}
.green{
	color:#060;
}
.bold{
	font-weight: bold;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #060;
	text-decoration: underline;
}
.title {
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left:10px;
	padding-right:5px;
}
.pagetitletext {
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.bodytext { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
body {
	background-image: url();
	background-color: #CCC;
}
.countdown {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #060
}
.news_date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	text-align:justify;
}
.news_subject {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #060;
		text-align:justify;

}
.news_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom:20px;
	color: #000;
		text-align:justify;

}
