

body 
{
  background-color:grey; 
  font-family:verdana; 
  font-size:12px; 
  
  
}

h1
{
  font-family:verdana; 
  font-size:25px; 
  font-weight: bold; 
}

h2
{
  border-style:outset; 
  border-width:1;black; 
  background-color:#FFC870; 
  font-family:verdana; 
  font-weight: bold; 
  font-size:16px; 
  color:black; 
  padding:5; 
}

td
{
  font-size:12px; 
}

textarea
{
  font-family:verdana; 
  font-size:12px; 
}



.menuItem 
{
  background-color:#444444; 
  color:white; 
  font-family:verdana; 
  font-size:12px; 
  text-decoration:none; 
  cursor:hand;
  padding:1; 
  padding-left: 5; 
  padding-right: 15; 
}
    

.menuItemOver 
{
  background-color:yellow; 
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  text-decoration:none; 
  width:100%; 
  height:100%; 
  cursor:hand;
  padding:1; 
  padding-left: 5; 
  padding-right: 15; 
}

.menuPanel 
{
  background-color:black; 
}

.mainContent
{
  font-family:verdana; 
  font-size:12px; 
  width:100%; 
  height:100%; 
  padding: 5; 
}

a
{
  color:red; 
  font-family:verdana; 
  font-weight:bold; 
  font-size:11px; 
  text-decoration:none; 
}

a:hover
{
  color:black; 
  font-family:verdana; 
  font-weight:bold; 
  text-decoration:underline; 
  font-size:11px; 
}


.label01
{
  color:black; 
  font-family:verdana; 
  font-weight:bold; 
  font-size:18px; 
}

.imgThumbnail
{
  border:1; 
  border-color:black;
  border-style:solid;
}










