/* CSS Document */



/* ##########################################################################  TOP  ######## */
a,
a:visited,
a:active,
a:focus
	{
	color:#294876; /* 252525 */
	text-decoration:none;
	font-size: 11px;
	line-height: 15px;
	letter-spacing : 0px;
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight: bold;
	
	cursor : pointer;
}

a:before
	{
	content:'';
	}

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

a:hover:before
	{
	content:'';
	}	



div.copyright a,
div.copyright a:visited,
div.copyright a:active,
div.copyright a:focus
	{
	color:#777777; /* 252525 */
	text-decoration:underline;
	font-size: 7pt;
	letter-spacing : 0px;
	font-family: Helvetica Neue, Helvetica, Tahoma, Verdana;
	font-weight: normal;
	
	cursor : pointer;
}


div.copyright a:hover
	{
	color:#294876;
	text-decoration:none;
	}

