/* CSS Document */
.newstitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-image: url(img/news_back.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
}
.newstext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-image: url(img/news_back.jpg);
	background-repeat: repeat-y;
	padding: 5px;
}
.newshref{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.newsback{
	background-image: url(img/news_back.jpg);
	background-repeat: repeat-y;
}
.redborder{
	border: solid #990000 2px;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodytextb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.redbacktitle{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #990000;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.whiteslogan{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.pagetitlered{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cb0000;
}
.callustext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #cb0000;
}
.textbox1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
}
.buttons1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 90px;
	border: thin solid #000000;
}