@charset "UTF-8";
/* CSS Document */

body
{ 
background-color:#3C3C3C;
}

.mainlink {
	font-family: Tahoma;
	font-size: 10px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

a.mainlink:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #971616;
	font-weight: normal;
	text-decoration: underline;
}

a.mainlink:active {
font-family: Tahoma;
	font-size: 10px;
	color: #7c7568;
	font-weight: normal;
	text-decoration: none;
}

.postheader {
	font-family: Tahoma;
	font-size: 14px;
	font-style: bold;
	color: #f15a22;
	font-weight: bold;
}

.newstitle {
	font-family: Tahoma;
	font-size: 14px;
	font-style: bold;
	color: #f15a22;
	font-weight: bold;
}

.newsdate {
	font-family: Tahoma;
	font-size: 11px;
	color: #f15a22;
	font-weight: bold;
}

.postcontent {
	font-family: Tahoma;
	font-size: 12px;
	color: #555555;
	text-align: justify;
	line-height:1.5;

}

.newscontent {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
	text-align: justify;
	line-height:1;

}

a:link {
	color: #555555;
	text-decoration: none;
}

a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #f15a22;
	text-decoration: underline;
}

a:active {
	color: #555555;
	text-decoration: none;
}

.camp_forms {
 width: 300px;
 font: 12px Tahoma;
 background-color: #FFFFFF;
 color: #555555;
 border: 1px solid #CCCCCC;
 margin-right: 0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
}
