body {
	font: normal 80% arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	overflow: auto;
	background-color: #c8c8c8;
}

h1 {
	font-size: 1.2em;
}

.smallbutton {
	margin: 0px;
	cursor: hand;
	border: 1px solid #42513b;
	margin-top: 5px;
	padding:2px;
	width:20px;
	font-size:0.9em;
}


#news {
	font-size: 0.9em;
}

#news .meta {
	font-size: 0.8em;
	margin-left: 3px;
}

#news .title {
	margin-bottom: 10px;
	font-weight: bold;
}

#news .desription {
	margin-top: 10px;
}

#news .top_button_small {
	width: 50px;
	font-family: arial;
	font-size: 0.9em;
	text-align: center;
	cursor: hand;
	border: 1px solid #42513b;
	background-color: #cbdceb;
	margin: 0px;
	margin-left: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	margin-right: 10px;
	font-family: arial;
	float: left;
}

#newsintro{
height: 340px;
}
.newsentry {
	background-color: #FFFFFF;
	padding: 3px;
	padding-left: 10px;
	font-size: 1.1em;
	border-bottom: 1px solid #42513b;
	width: 620px;
	
}


#newsupdater {
	float:right;
	cursor:pointer;
	font-size: 0.7em;
	text-decoration: none;
	text-color: black;
	color: black;
}


#hideintro {
	font-size: 0.7em;
	text-decoration: none;
	text-color: black;
	color: black;
}

.linkinput {
	font: arial;
	border:1px solid #c0c0c0;
	font-size: 0.7em;
	width: 550px;
	cursor: pointer;
	background: transparent;
	color:#c0c0c0;	

}

#newsintro span.box {
	float: inline;
	font-size: 0.9em;
	padding: 2px;
	border: 1px solid #42513b;
}

#newsintro ul {
	width:400px;
	list-style: none;
	padding: 0px;
	padding-left: 15px;
	border: 0px;
	margin-top:30px;
}

#newsintro ul li {
	float: left;
	margin: 0 0px 20px 0px;
	line-height: 1.8em;
	background-image: url(../images/shop.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 30px;
	padding-right: 0px;
	list-style: none;
}

#newsintro ul li.route {
	background-image: url(../images/route.gif);
}


.comment{
	color:#B0B0B0;
	font-size: 0.9em;
}

.comment a{
	color:#B0B0B0;
	text-decoration:none;
}
.comment a:hover{
	color:black;
	text-decoration:underline;
}

.useraction{
	margin-top:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px solid #B0B0B0;
	border-bottom:1px solid #B0B0B0;
}

.usercomment{
	color:#303030;
	font-size: 0.9em;
}


.inputcomment{
	height:15px;
	color:black;
	font-family: arial;
	width: 400px;
	margin-top:5px;
	font-size: 1.0em;
	background-color: #FFFFFF;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

