.header {
	background-color: #FFFFFF;
	background-image: none;
	background-position: left;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
.style2 {font-size: xx-small}

tr.rule {
         margin:  0;
         padding: 0;
         background-color: #9999CC;
         height:  5px;
        }

a.navigation {
		color: #000066;
		}
		
div#nav-links {
	list-style: none;
	margin: 0px 10px;
	padding: 5;
	white-space: nowrap;
	margin-top: 10px;
              }

/* The main unordered list */
div#nav-links ul {
                   margin: 0;
                   padding: 0;
                   list-style: none;
                  }

