/* Generic Selectors */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"helvetica";
	font-size: 14px;
	color: #FFFFFF;	
	background-position: top center;	
	background-color: #000000;
	background-image: url(background.jpg); 
	background-repeat: repeat-y;
	
    
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	width: 100%;
}

li {
	list-style-type: square;
	line-height: 150%;
	
}


h1 {

	font-family:"helvetica";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

h2 {
	font-family:"helvetica";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	
}



/*************************  ID's *************************/



/*  Container  */

#container{	
  width: 1200px;
  margin: auto;
  padding: 0px;
  border: none;
  background: #000000;
}




/* Header */


#main {
	width: 1200px;
	height: 850px;
	margin-left: 0px;
	margin-top: 25px;	
	border: 0px solid #ffffff;
	z-index: -1;
	
}



#simpleflash {
	width: 800px;
	height: 600px;	
	margin-left: 200px;
	margin-top: -600px;
	border: 0px solid #ffffff;

}

#mainflash {
	width: 720px;
	height: 270px;	
	margin-left: 325px;
	margin-top: -644px;
	border: 0px solid #ffffff;

}

#webtable {
	width: 800px;
	height: 1500px;	
	margin-left: 200px;
	margin-top: -580px;
	border: 0px solid #ffffff;
	z-index: 2;

}	


/*Navbuttons*/






/*************************  Pseudo classes *************************/
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
color: red;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: rgb(0, 96, 255);
padding-bottom: 0px;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 




















