/* CSS Document */

body
{
	margin: 0px 0px 0px 0px;
	background-color: #90ABC9;

}
.text_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
a:link
{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:visited 
{
	text-decoration: none;
	color: #000000;
}
a:hover 
{
	text-decoration: underline;
	color: #000000;
}
a:active 
{
	text-decoration: none;
	color: #000000;
}