/* CSS Document */

a:link { 
	font-family: Arial, sans-serif;
	text-decoration: underline;
	color: #333333;
 
}

a:active { 
	text-decoration: underline;
}

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

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



h1 { 
	font-family: Arial, sans-serif;
	color: #4a3163;
	text-align: left;
	font-size: 1.5em;
	font-weight: 900;
	padding-left: 10px;
	}
	
h2 { 
	font-family: Arial, sans-serif;
	color: #335789;
	text-align: left;
	font-size: 1em;
	font-weight: 900;
	padding-left: 10px;
	}

h3 { 
	font-family: Arial, sans-serif;
	color: #335789;
	text-align: left;
	font-size: .8em;
	font-weight: 600;
	padding-left: 10px;
	}
	
p { 
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	color: #4a3163;
	padding-left: 10px;
}

.topnavbkg {
background-color:#4a3163;
height:24px;
	color: #e2dfce;
}
	
a.topnav { 
	font-family: Arial, sans-serif;
	color: #e2dfce;
	text-align: left;
	font-size: .7em;
	font-weight: 900;
	align: center;
	padding:2PX;
}
	
a.topnav:link { 
	text-decoration: none;
		color: #e2dfce;
}

a.topnav:visited { 
	text-decoration: none;
			color: #e2dfce;
}

a.topnav:hover { 
	text-decoration: none;
	background-color:#b3ccd1;
		color: #000000;
}

a.topnav:active { 
	text-decoration: none;
		color: #e2dfce;
}


_________________________________________
.topnav2bkg {
background-color:#4a3163;
height:24px;
	color: #ffcc00;
}
	
a.topnav2 { 
	font-family: Arial, sans-serif;
	color: #000000;
	text-align: left;
	font-size: .7em;
	font-weight: 900;
	align: center;
	padding:2PX;
}
	
a.topnav2:link { 
	text-decoration: none;
		color: #000000;
}

a.topnav2:visited { 
	text-decoration: none;
			color: #000000;
}

a.topnav2:hover { 
	text-decoration: none;
	background-color:#a8b8eb;
		color: #000000;
}

a.topnav2:active { 
	text-decoration: none;
		color: #000000;
}











p.sidenavtitle {
background-color:#e2dfce;
height:24px;
	color: #000000;
		font-family: Arial, sans-serif;
		font-weight: 900;
			font-size: .8em;
}

td.sidenav {
		border-bottom: 1px solid #ffffff;
		height:24px;
		padding:4px;
		}



a.sidenav { 
		font-family: Arial, sans-serif;
		font-weight: 600;
		font-size: .7em;
		color: #000000;
}
	
a.sidenav:link { 
	text-decoration: none;
		color: #000000;
}

a.sidenav:visited { 
	text-decoration: none;
			color: #000000;
}

a.sidenav:hover { 
	text-decoration: none;
		color: #000000;
}

a.sidenav:active { 
	text-decoration: none;
		color: #000000;
}

p.breadcrumb { 
		font-family: Arial, sans-serif;
		font-size: .65em;
		color: #666666;
}
	
a.breadcrumb { 
		color: #666666;
}
	
a.sidenav:link { 
	text-decoration: none;
		color: #666666;
}

a.sidenav:visited { 
	text-decoration: none;
			color: #666666;
}

a.sidenav:hover { 
	text-decoration: none;
		color: #000000;		
}

a.sidenav:active { 
	text-decoration: none;
		color: #666666;
}

.space {padding:10px;}


.dotline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	background-position: center;
}
	
	
ul { 	font-size: .75em;
	font-family: Arial, sans-serif;
	color: #333333;
	padding-left: 10px;
	line-height:140%;
}
