/* CSS Document *//* version 1.1 */

body	{
	border: 0;
	background-color: #999;
        /* background-image:url("/images/bg.gif"); */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	padding-top: 20px;	
	padding-bottom: 20px;	

}
	

/*  Horizontal nav */

.nav {
	background-color: #000;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 0.8em;
	}

.nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 0.8em; 
	font-weight: bold;
	}

.nav ul li {
	background: #000;
	width: 100px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-left: none;
	color: #000;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}

.nav ul li a {
	background: #000;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

.nav ul li a:hover {
	color: #000;
	background: #FFCC00;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}

.nav a:active	{
	background: #c60;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}


#currentpage a {
	color: #000;
	background: #FFCC00;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	}


table {
	background-color: #FFFFFF;
  }

address {
	font-size: 0.8em;
	font-style: normal;

  }

td {
	font-size: 0.8em;
	line-height: 1.4em;
  }

a:link {
	color: #666;
	text-decoration: underline;
  }

a:active {
	color: #CCCCCC;
	text-decoration: none;
  }

a:hover {
	color: #000;
	text-decoration: none;
  }

a:visited {
	color: #000;
	text-decoration: underline;
  }


h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	
  }


h2,h3 {
	font-size: 1em;
	margin: 0;
	padding: 0;
  }


ul {
	list-style-position: outside;
	list-style-image: url(/images/list.gif);
	margin-top: 0px;
	padding-top: 0px;
	}

li {
	margin-left: -27px;
	}

  