/* CSS Document */

body {
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
}

a:active {
	color:#ED1E24;
	text-decoration:none;
	font-weight: bold;

}
a:link       {
	color: #ED1E24;
	text-decoration:none;
	font-weight: bold;
}
a:visited    {
	color: #ED1E24;
	text-decoration: none;
	font-weight: bold;
}
a:hover	     {
	color: #000000;
	font-weight: bold;
	text-decoration: blink;
	}

.ba:active {
	color:#000000;
	text-decoration:none;
	font-weight: bold;

}
.ba:link       {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.ba:visited    {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.ba:hover	     {
	color: #ED1E24;
	font-weight: bold;
	text-decoration: blink;
	}
	
.ca:active {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;

}
.ca:link       {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}
.ca:visited    {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.ca:hover	     {
	color: #ffffff;
	font-weight: bold;
	text-decoration: blink;
	}

.line{
line-height:20px
}
