/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 }
 
.txt{
	font-family: Verdana;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
}
.txt a:active {
	font-family: Verdana;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
}
.txt a:link {
	font-family: Verdana;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
}
.txt a:visited {
	font-family: Verdana;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
}
.txt a:hover {
	font-family: Verdana;
	font-size: 12px;
	color:#F01A26;
	text-decoration: underline;
}


.txtar{
	font-family: tahoma;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
}
.txtar a:active {
	font-family: tahoma;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
}
.txtar a:link {
	font-family: tahoma;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
}
.txtar a:visited {
	font-family: tahoma;
	font-size: 12px;
	color:#555555;
	text-decoration: none;
}
.txtar a:hover {
	font-family: tahoma;
	font-size: 12px;
	color:#F01A26;
	text-decoration: underline;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#376F95
}

.copyright a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#376F95;
	font-size: 11px;
	text-decoration: underline;
}
.copyright a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#376F95;
	font-size: 11px;
	text-decoration: underline;
}
.copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#376F95;
	font-size: 11px;
	text-decoration: underline;
}
.copyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#376F95;	
	font-size: 11px;
	text-decoration: none;
}
