﻿	body {
	background-color:  #F5F5F5;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: small;
	line-height: 20px;
	}
	
	h1	{font-size: x-large; color: #CC3300;}
	h2 	{font-family:Arial; font-size:large; Color:#808080 }
	h3   {font-family:Arial; font-size:medium; color:#CC3300; }

	

	
.center { text-align: center; }

.right { text-align: right; }

.clear { clear: right; }
.rot { color: #AB3A3A; font-weight: bold;}


a:link, a:visited {
	text-decoration: none;
	color: #666; }


a:hover, a:active {
	text-decoration: underline;
	color:#CC3300;
	
	
}


#navi {
	position: fixed;
	text-align: left;
	top: 7.5em;
	left: 2em;
	width: 14em; }
	
#navi ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0; 
	
	}
	
#navi li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-bottom: 1px dotted #b2bcc6;
	margin-bottom: 0.3em 
	}
	
	
#navi a:link, #navi a:visited {
	text-decoration: none;
	color: #2a4f6f;
	background-color: transparent;
}

#navi a:hover, #navi a:active {
	color: #6a322d; }
	
#navi h2 {
	font: 110% Georgia, "Sabon", Sabon, serif;
	color: #2a4f6f;
	background-color: transparent;
	border-bottom: 1px dotted #ccc; 
	padding-left: 2px;}
