/* News and Blog Formatting */

.newsrow {
	padding-bottom:8px;
	}

.boldtext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#7D0D17;
	text-decoration:none;
	}
	
.date {
	font-size:10px;
	color:#4f6a83;
	}
	
.newstext {
	}
	

	
/* News and Form */

input {
	background:url(../img/form_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f5fefe;
	}

textarea {
	background:url(../img/form_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f5fefe;
	}