/* CSS Document */
body{
background:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#5b5f3b;
}
.bodycontent {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #2c2728;
	line-height: 15px;
}
.header {
	font-family:Verdana, Arial, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 24px;
	color: #ff7532;
}
.month {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5b5f3b;
	font-style:italic;
	font-weight:bold;
}
.subhead {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3A731C;
	font-weight:bold;
}
a:link {
  color:#e95f2b;
  font-weight:bold;
  text-decoration:none;
}

a:visited {
  color:#e95f2b;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color:#8c391a;
 font-weight:bold;
  text-decoration:none;
}


	
.smalltext {
	font-family:Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #2c2728;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
}