body{
	font-family: verdana;
	font-size: 11px;
	background-color: #000000;
	background-image: url('images/background.gif');
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	scrollbar-3dlight-color: gray;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: Gray;
	}

table{
  	font-family: verdana;
  	font-size: 11px;
  	color: #FFFFFF;
	}

#div1 { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1; 
	} 

#div2 { 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 2; 
	} 

.input{
  font-family: arial;
  font-size: 9px;
  color: #FFFFFF;
  border: 1px solid silver;
  background-color: black;
  }

.button{
  font-family: arial;
  font-size: 11px;
  color: #000000;
  border: 1px solid silver;
  }


form{
  margin: 0px 0px 0px 0px;
  }  

.footer{
  font-family: "Arial";
  font-weight: bold;
  font-size: 11 px;
  color: #007ac3;
  }

A{
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 11 px;
	color: #D3D3D3;
}

A:hover{
  text-decoration: none;
  font-family: "Arial";
  font-weight: bold;
  font-size: 11 px;
  color: #007ac3;
}

table.navbar{
 	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 11 px;
	color: #D3D3D3;

  }

table.menu{
  	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 11 px;
	color: #D3D3D3;

  }

td.menuNormal{
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 11 px;
	color: #D3D3D3;
	}

td.menuHover{
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	font-family: "Arial";
	font-weight: bold;
	font-size: 11 px;
	color: #007ac3;
	}

div.menuNormal{
  display: none;
  }

div.menuHover{
  display: inline;
  position: absolute;
  }


.clsImage{
	border: 1px solid red;
	}

.clsImage:Hover{
	border: 1px solid #FFFFFF;
	}
	
	
.imageLink img{
border: 1px solid #000000;
}

.imageLink:hover img{
border: 1px solid #FFFFFF;
}

.imageLink:hover{
color: red; /* Dummy definition to overcome IE bug */
}