  body {
    font-family:Arial, Helvetica, sans-serif; font-size:small; color:#444;  
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	
  }
  
  select {
    border:1px solid #cccccc;
	background-color: #eeeeee;
    color: #000;
  }
  
  input {
    border:1px solid #eee;
    background-color: #FFF;
    color: #000000;
  }
  
  .imageborder{ border: 1px solid #EEEEEE; }
  
  .whitetext {color: #FFFFFF; }
  .whitelink A:link {text-decoration: none; color:#FFFFFF; font-weight:bold; }
  .whitelink A:visited {text-decoration: none; color:#FFFFFF; font-weight:bold; }
  .whitelink A:active {text-decoration: none; color:#FFFFFF; font-weight:bold; }
  .whitelink A:hover {text-decoration: none; color: #DDDDDD; font-weight:bold; }
  
  .greylink A:link {text-decoration: none; color:#888888; font-weight:bold; font-size: small; }
  .greylink A:visited {text-decoration: none; color:#888888; font-weight:bold; font-size: small; }
  .greylink A:active {text-decoration: none; color:#888888; font-weight:bold; font-size: small; }
  .greylink A:hover {text-decoration: none; color: #000000; font-weight:bold; font-size: small; }
  
  .blacklink A:link { text-decoration: none; color:#000000; font-weight:bold; font-size: small; }
  .blacklink A:visited { text-decoration: none; color:#000000; font-weight:bold; font-size: small; }
  .blacklink A:active { text-decoration: none; color:#000000; font-weight:bold; font-size: small; }
  .blacklink A:hover { text-decoration: underline; color: #000000; font-weight:bold; font-size: small; }  
  
  .greyheader {
	font-size: small;
	font-weight: bold;
	color: #888888;
  }
  
  .greyheaderlarge {
	font-size: medium;
	font-weight: bold;
	color: #888888;
  }
  
  .blackheaderlarge {
	font-size: medium;
	font-weight: bold;
	color: #000;
  }
  
  .blackheader {
	font-size: small;
	font-weight: bold;
	color: #000;
  }
  
  .greytext {
    color: #888888
  }
  
  .blacktext {
    color: #000
  }
    
  div#menu{width: 600px;padding-top:30px; }
  ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
  ul#nav{padding-left: 15px}
  ul#nav li{float:left;width:101px;margin-right:2px;text-align: center}
  ul#nav a{float:left;width:101px;padding: 2px 0 5px;text-decoration:none;background: #EEEEEE;color: #888}
  ul#nav li.activelink a,ul#nav a:hover{color: #000}