/* CSS Document */

	
a {
font : Arial, Helvetica, an serif;
font-weight : normal;
text-decoration : none;
color : #D19435;
}

a:visited {
text-decoration : none;
color : #666;
}

a:hover {
text-decoration : underline;
color : #666;
}

a.copyright {
font : Arial, Helvetica, an serif;
font-size : 10px;
font-weight : normal;
text-decoration : none;
color : #D19435;
}

a.copyright:visited {
color : #666;
}

a.copyright:hover {
text-decoration : underline;
color : #666;
