
.style1 {color: #0099CC}



ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

#top {
	font-size: 16px;
	list-style-type: none;
}

#top a {
	color: #006699;
	text-decoration: none;
}

#top a:hover {

	text-decoration: underline;
	font-weight: bold;
}

#medium {
	font-size: 14px;
	font-weight: normal;
	color: #006699;
}

#medium a {
	color: #006699;
	text-decoration: none;
}


#medium a:hover {
	text-decoration:none;
	font-weight: bold;
}

#small {
	color: #FF9900;
	font-weight: normal;
}

#small a:hover {
	color: #FF9900;
	font-weight: bold;
}

#sitemapcontainer {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 30px;	
	margin-bottom: 25px;
	background-color:  #F5FBFD;
	padding: 30px;
	padding-left: 60px;
}


