/* CSS Document */

/* TEXT */

.footer {
	font-family: Tahoma, Arial, sans-serif; 
	color:#636363;
	font-size:10px;
}
a.footer:link {
	font-family: Tahoma, Arial, sans-serif; 
	color:#636363;
	font-size:10px;
	text-decoration:none;
}
a.footer:visited {
	font-family: Tahoma, Arial, sans-serif; 
	color:#636363;
	font-size:10px;
	text-decoration:none;
}
a.footer:hover {
	font-family: Tahoma, Arial, sans-serif; 
	color:#355611;
	font-size:10px;
	text-decoration:underline;
}
.body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	line-height: 19px;
}
a.body:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #355610;
	line-height: 16px;
	text-decoration: none;
}
a.body:visited {
	text-decoration: none;
	color: #355610;
}
a.body:hover {
	text-decoration: underline;
	color: #355610;
}
a.body:active {
	text-decoration: underline;
	color: #355610;
}
.body_bold {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	line-height: 19px;
	font-weight: bold;
}
.body_bold_green {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #355610;
	line-height: 19px;
	font-weight: bold;
}
a.body_bold_green:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #355610;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}
a.body_bold_green:visited {
	text-decoration: none;
	color: #355610;
}
a.body_bold_green:hover {
	text-decoration: underline;
	color: #355610;
}
a.body_bold_green:active {
	text-decoration: underline;
	color: #355610;
}
.body_green {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #355610;
	line-height: 19px;
}