@charset "utf-8";
/* CSS Document */


<style type="text/css">     

	    

a:link

{

text-decoration:none;

color:#FFFFFF;


font-weight : bold;

width: auto;


}



a:active

{
	text-decoration:none;
	color:#999;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;

}



a:visited 

{
	text-decoration:none;
	color:#999;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}



a:hover

{
	text-decoration:none;
	color:#666;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;

}

:active, :focus { outline: none; -moz-outline-style: none; }


.navigationBorder

{
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: compact;
	font-style: normal;
	letter-spacing: 1px;
	word-spacing: normal;

 }



</style>

