body {
	font-family: Helvetica, sans-serif, Tahoma, Arial;
	margin: 0px;
	background-image: url(../images/bg_mainpage.gif);
	background-repeat: repeat-y;
	background-position: 1000px;
	background-color: #5B9ADC;
}

.home_news {
	font-family: Arial, Tahoma, helvetica;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.home_news a:link{
	text-decoration: none;
	color: #990000;
	font-size: 12px;
}

.home_news a:visited{
	text-decoration: none;
	color: #990000;
}

.home_news a:hover{
	text-decoration: underline;
	color: #5B9ADC;
}


.footer {
	font-family: Arial, Tahoma, helvetica;
	font-size: 11px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 35px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.footer a:link{
	text-decoration: none;
	color: #990000;
}

.footer a:visited{
	text-decoration: none;
	color: #990000;
}

.footer a:hover{
	text-decoration: underline;
	color: #5B9ADC;
}


.content {
	font-family: Arial, Tahoma, helvetica;
	font-size: 12px;

	color: #000000;
	text-align: justify;
}

.content a:link{
	text-decoration: none;
	color: #990000;
}

.content a:visited{
	text-decoration: none;
	color: #990000;
}

.content a:hover{
	text-decoration: underline;
	color: #5B9ADC;
}