#category_box
{
	background-color: white;
	color: white;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	padding-left: 20px;
	text-align: center;
}

.newstext
{
	padding: 15px 15px 5px 15px;
	text-align: justify;
}

.newstitle
{
	font-weight: bold;
	background-color: #white;
	background: url("../img/h1_bg.png");
	padding-left: 30px;
	border-bottom-color: #004b09;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	line-height: 2em;
	display: block;
	margin: 0;
	text-indent: 0;
	padding-left: 20px;
}

.newstitle a
{
	color: black;
	font-style: none;
	text-decoration: none;
}

.newstitle a:hover
{
	color: #333333;
}

.newsdiv
{
	background-color: white;
	margin: 0 0 0 0;
	padding: 0 0 5 0;
	border-color: white;
	border-style: solid;
	border-width: 0px;
	background-color: white;
}

.newscategory
{
	font-size: 130%;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 50px;
	background: url("../img/nav_fill.png");
	background-repeat: repeat-x;
	background-color: black;
	color: black;
	font-weight: bold;
}

.newscategory a
{
	color: #82e18d;
	font-style: none;
	text-decoration: none;
}

.newscategory a:hover
{
	color: #aaaaaa;
}

.newsfooter
{
	font-size: 90%;
	background-color: #444444;
	color: white;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	padding-left: 20px;
}

.newsfooter a
{
	color: #56c85b;
	font-style: none;
	text-decoration: none;
}

.newsfooter a:hover
{
	color: #08390b;
}

.aname
{
	color: #56c85b;
	font-style: none;
	text-decoration: none;
}

.newsdiv p
{
	text-indent: 30px;
	margin: 5 5 5 5;
	padding: 0;
}

.news_operations
{
	float: right;
}

.postid
{
	float: right;
	text-align: right;		
}

