@charset "utf-8";
/* CSS Document */
table.spec {
	font-family : Verdana;
	color: #ffffff;
	font-size : 10pt;
	border: 1px solid #CCCCCC;
	}
	table.spec td a{
	padding: 0px;
	text-decoration: none;
	font-family : Verdana;
	color: #336699;
	font-size : 10pt;
	}
	table.spec td a:link, table.spec td a:visited {
   color: #006bbe;
	}
	table.spec td a:hover {
	color: #000000;
	text-decoration: underline;
}

/*     RIGHT COLUMN  */
   
table.rcol {
	background-color: #ffffff;
	font-family: Verdana;	
	font-size : 8pt;
	border: #cccccc 1px solid;
	}
	table.rcol td a {
	display: block;
	padding: 0px;
	text-decoration: none;
	color: #336699;
	font-size : 8pt;
	}
	table.rcol td a:link, table.rcol td a:visited {
	color: #006bbe;
}
	table.rcol td a:hover, table.rcol td a:active {
   color: #000000;
/*   background-color: #e0d5c9;	  */
   }
   
   table.nsnlink {
	font-family : Verdana;
	color: #666666;
	font-size : 8pt;
	border: #cccccc 1px solid;	
	}
	table.nsnlink td a{
	display: block;
/*	width: 160px;  */
	padding: 0px;
	text-decoration: none;
	font-family : Verdana;
	font-size : 10pt;
	}
	table.nsnlink td a:link, table.nsnlink td a:visited {
	color: #336699;
	}
	table.nsnlink td a:hover, table.nsnlink td a:active {
   color: #ffffff;
   background-color: #336699;
	}
