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

.Title {
	font-family: "Lucida Sans";
	font-size: 20px;
	line-height: 26px;
	color: #111111;
	font-weight: bold;
	padding-bottom: 10px;
}

.content {
	font-family: "Lucida Sans";
	font-size: 11px;
	line-height: 13px;
	color: #111111;
	padding: 5px;
}
.content a:link {
	text-decoration: underline;
	color: #000000;
} 
	
			/* Sub Style class singles out all links in .maintext class area */
.content a:visited {
	text-decoration: underline;
	color: #00570e;
}
.content a:hover {			/* Seperate hover attribute style */
	text-decoration: underline;
	color: #00570e;
	font-weight: bold;
}
.NewsTitle {
	font-family: "Lucida Sans";
	font-size: 11px;
	line-height: 13px;
	color: #111111;
	font-weight: bold;
	padding-bottom: 10px;
}
.partner {
	font-family: "Lucida Sans";
	font-size: 14px;
	line-height: 20px;
	color: #111111;
	padding: 5px;
	font-weight: bold;
}
.partner a:link {
	text-decoration: none;
	color: #ffffff;
} 
	
			/* Sub Style class singles out all links in .maintext class area */
.partner a:visited {
	text-decoration: underline;
	color: #ffffff;
}
.partner a:hover {			/* Seperate hover attribute style */
	text-decoration: underline;
	color: #ffffff;
}
.footer {
	font-family: "Lucida Sans";
	font-size: 11px;
	line-height: 13px;
	color: #111111;
	padding: 5px;
}
.footer a:link {
	text-decoration: none;
	color: #ffffff;
} 
	
			/* Sub Style class singles out all links in .maintext class area */
.footer a:visited {
	text-decoration: underline;
	color: #ffffff;
}
.footer a:hover {			/* Seperate hover attribute style */
	text-decoration: underline;
	color: #ffffff;
}

