a:link {
color: #003366;
}
a:visited {
color:#003366;
}
a:hover {
color: #FF3300;
font-weight:bold;
cursor:hand;
text-decoration: none;
}
a:active {
color: #003366;
}

/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
margin: 15px auto;
padding: 0;
text-align: center;
font: 9px Arial, Helvetica, sans-serif;
color: #000;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#000;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#000;
text-decoration:underline;
}

div#copyright img {
border: none;
}




div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #000;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}






