/*****************
 * Main Styles   *
 *               *
 * hoss 29/1/05  *
 *               *
 *               *
 *               *
 *               *
 *****************/


body {
        font-family: verdana, lucida, helvetica;
        font-size: 12px;
        color: #000000;
	
}

p {
	font-size: 12px;
	margin: 10px;
}



h2 {
        color: #000000;
        font-size: 18px;
        margin: 7px;
}



a.menu:hover {
        color: #000000;
        border-bottom: 1px;

}

a.menu {
        color: #FFFFFF;
		text-decoration: none;
		padding: 0px;

}

#sitemap {
	font-size: 100%;
	font-weight: bold;
	list-style: square;
}
	
#sitemap li ul {
	font-size: 80%;
	font-weight: normal;
	list-style: disc;

}
	



