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

body
{ 
background-color:#F1F1F1;
}

.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;
}

.title {
	font-family: Tahoma;
	font-size: 20px;
	color: #ff9000;
	}

.stiretitle {
	font-family: Tahoma;
	font-size: 15px;
	color: #ff9000;
	font-weight: bold;
	}

.stiredate {
	font-family: Tahoma;
	font-size: 15px;
	color: #707070;
	
}

.content {
	font-family: Tahoma;
	font-size: 13px;
	color: #707070;
	text-align: justify;
	line-height:1.5;

}

.contentright {
	font-family: Tahoma;
	font-size: 13px;
	color: #707070;
	text-align: right;
	line-height:1.5;

}

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

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

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

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

.camp_forms {
 width: 270px;
 font: 11px Times;
 background-color: #FFFFFF;
 color: #363025;
 border: 1px solid #858585;
 margin-right: 0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
}

.search_result {
	text-decoration: underline;
}