/* body */
BODY {		margin: 0;
			border: 0px;
			padding: 0px;}

/* links */
a:link  { 	font-weight : regular;
      		color : Black;
      		text-decoration : none;}
      		
a:visited  {font-weight : regular;
      		color : Black;
      		text-decoration : none;}
     
a:focus  { 	font-weight : bold;
      		color : f8f8f8;
      		text-decoration : none;}
      
a:hover  { 	font-weight : bold;
	      	color : f8f8f8;
	      	text-decoration : none;}
      
a:active  {	font-weight : bold;
	      	color : f8f8f8;
    	  	text-decoration : none;}


/* tables */
TABLE	{			border-width: 0px;
					border-style: none;					
					padding: 0px;
					margin: 0px;
					border-spacing: 0px;
					border-collapse: collapse;
					vertical-align: top;}

TABLE.navi_main { 	padding-top: 0px;
					padding-bottom: 0px;
					background-image: url(images/r1.jpg);
					background-repeat: repeat;
					text-align: right;
					vertical-align: top;}
TD.navi_main {		padding-right: 5px; }
	

TABLE.navi_sub {	padding-top: 0px;
					padding-bottom: 0px;
					text-align: right;}
