/* GENERAL */


body {
	font-family: "gill sans", helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0em;
	padding: 0;
	overflow: hidden;
	text-align: justify;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#919191;
	scrollbar-base-color:#919191;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#919191;
	scrollbar-highlight-color:#919191;
	scrollbar-shadow-color:#919191;
	scrollbar-track-color:#919191; 

}

strong, b	{
  color: #B8B8B8;
  font-weight: normal;
    font-style: normal;
	font-family: "gill sans", helvetica, sans-serif;
		font-size: 13px;
  }

em, i	{
	font-family: "gill sans", helvetica, sans-serif;
  color: #B8B8B8;
  font-style: italic;
  }  

a:link {
	font-family: "impact", helvetica, sans-serif;
	text-decoration: none;
	  font-weight: normal;
	color: #4A4A4A;
  text-transform: uppercase;


}

a:visited {
	font-family: "impact", helvetica, sans-serif;
	text-decoration: none;
		  font-weight: normal;
	color: #4A4A4A;
	    text-transform: uppercase;


}

a:active {
	font-family: "impact", helvetica, sans-serif;
	text-decoration: none;
		  font-weight: normal;
	color: #B8B8B8;
	    text-transform: uppercase;


}

a:hover {
	font-family: "impact", helvetica, sans-serif;
	text-decoration: none;
		  font-weight: normal;
	color: #B8B8B8;
	    text-transform: uppercase;


	}

h1	{
	font-family: "impact", helvetica, sans-serif;
  text-align:left;
  font-size: 16px;
    font-weight: normal;
      text-transform: uppercase;
  color: #FFFFFF;
    letter-spacing: 1px;
    	border-bottom: 2px solid #B8B8B8;
    	  background-image:url(h1.png);
  background-repeat:no-repeat;
    			padding: 10px 30px 0px 95px;

    
  }



 
  
/* CONTENT */

#bgr {
	position: absolute;
  left: 0px;
  bottom: 0px;
	width: 100%;
	  padding: 0px 0px 0px 0px;
	  	border-bottom: 0px

}



#cont {
	position: absolute;
  left: 240px;
  bottom: 300px;
	width: 500px;
	height: 210px;
	  padding: 0px 5px 0px 0px;
	  	border-bottom: 0px
}


#div {
	position: absolute;
  left: 60px;
  bottom: 300px;
	width: 105px;
	height: 159px;
	  padding: 0px 0px 0px 0px;
	  	border-bottom: 0px
}


/* TABLES */


.bgr	{
  padding: 0px 0px 0px 0px;
  	margin: 0em;
  line-height: 0px;
  text-align: left;

  }
  
  
div.scroll {
	width: 500px;
	height: 210px;
overflow: auto;
border: 0px;
background-color: #000000;
padding: 0px;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000; 
}

div.nav a {
	font-family: "impact", helvetica, sans-serif;
		font-size: 13px;
	text-decoration: none;
			  font-weight: normal;
	color: #FFFFFF;
	    text-transform: uppercase;
		background: #000000;
		border-left: 7pt solid #B8B8B8; 
		padding: 1px 2px 1px 5px;
		
}


div.nav a:visited {
	font-family: "impact", helvetica, sans-serif;
			font-size: 13px;
	text-decoration: none;
				  font-weight: normal;
	color: #FFFFFF;
	    text-transform: uppercase;
		background: #000000;
		border-left: 7pt solid #B8B8B8; 
		padding: 1px 2px 1px 5px;
		
}

div.nav a:active {
	font-family: "impact", helvetica, sans-serif;
			font-size: 13px;
	text-decoration: none;
				  font-weight: normal;
	color: #FFFFFF;
	    text-transform: uppercase;
		background: #000000;
		border-left: 7pt solid #FFFFFF; 
		padding: 1px 2px 1px 5px;
		
}

div.nav a:hover {
	font-family: "impact", helvetica, sans-serif;
			font-size: 13px;
	text-decoration: none;
				  font-weight: normal;
	color: #FFFFFF;
	    text-transform: uppercase;
		background: #000000;
				border-left: 7pt solid #FFFFFF; 
		padding: 1px 2px 1px 5px;
	
	}
