/* -- -- -- Initial  -- -- -- -- -- -- -- -- -- -- -- -- -- */	
/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
html, body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
}		  

td 	{
	line-height: 130%; 
	margin: 8pt;
	}

/* -- -- -- Text  -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 

.bk_12 {
       font-size:12pt;
       font-weight : normal;
       color: #000000;
     }	

.wt_12 {
       font-size:12pt;
       font-weight : normal;
       color: #ffffff;    
     } 

.bk_11  {
       font-size:11pt;
       font-weight : normal;
       color: #000000;
     }	

.wt_11  {
       font-size:11pt;
       font-weight : normal;
       color: #ffffff;   
	 }	  
	 
.bk_10  {
       font-size:10pt;
       font-weight : normal;
       color: #000000;
     }	

.wt_10  {
       font-size:10pt;
       font-weight : normal;
       color: #ffffff;  
	 }	   
	 
.bk_9  {
       font-size:9pt;
       font-weight : normal;	 
       color: #000000;
     }	

.wt_9  {
       font-size:9pt;
       font-weight : normal;	  
       color: #ffffff;  
	 }		
	 
.bk_8  {
       font-size:8pt;
       font-weight : normal;	 
       color: #000000;
     }	

.wt_8  {
       font-size:8pt;
       font-weight : normal;	  
       color: #ffffff;  
	 }		
	 
.size_12  {
       font-size:12pt;
       font-weight : normal;	  
	 }	

.size_11  {
       font-size:11pt;
       font-weight : normal;	  
	 }	

.size_10  {
       font-size:10pt;
       font-weight : normal;	  
	 }	

.size_9  {
       font-size:9pt;
       font-weight : normal;	  
	 }	

.size_8  {
       font-size:8pt;
       font-weight : normal;	  
	 }	

ul {
	list-style: none;
	float: left;
}

ul li {
	position: relative;
	display: inline;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block;
}

/* -- -- -- Links -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.topDrop {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 125px;
	display: none;
	border-bottom: 1px solid #CCC;
}

.topLink {
	margin-right: 15px;
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
}

.topLink:hover {
	color: #FFF;	
}

.topItem {
	padding: 0px;
	width: 123px;
	display: block;
	color: #000;
	font-size: 7pt;
	font-weight: bold;
	background: #FFF6BF;
	border: 1px solid #CCC;
	border-bottom: none;
}

.topItem:hover {
	background: #FFD;
	color: #000;
}


