/*base-link*/
a {
	color: #0000FF;
	text-decoration: none;
}

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

a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/***********/



/*headline**/
h1 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 2em;
	text-align: left;
	padding-top: 1.5em;
}
/***********/




/*news*/
.size13 {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
/***********/



/*footer-Copyright*/
.footer {
	font-size: 12px;
	color: #6484CE;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
/***********/




/*footer-link*/
.footer_right {
	font-size: 12px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: right;
}

.footer_right a {
	text-decoration: none;
	color: #6484CE;
}

.footer_right a:visited {
	color: #6484CE;
	text-decoration: none;
}

.footer_right a:hover {
	color: #0000FF;
	text-decoration: none;
}
/***********/

