/* CSS Document */
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #28365D;
	
}
a:link {
	color : #28365D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : underline;
}

a:visited {
	color : #28365D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : underline;
}

a:hover {
	color : #28365D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
}