 
a, a:visited, a:hover {
	color: #637D94;
	
} 

#navbar {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;


}


#navbar ul {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	/* border-top-style: solid;
	border-top-color: #0000FF;
	border-top-width: 1px; */
	font-size: 70%;
	

}

#navbar ul ul {
	padding: 0px;
	margin: 0px 5px 0px 10px;
	/* border-top-style: solid;
	border-top-color: #0000FF;
	border-top-width: 1px; */
	font-size: 100%;
	

}

#navbar ul ul li {
	font-weight: normal;
	border-top-style: solid;
	border-top-color: #888888;
	border-top-width: 1px;
	border-bottom: 1px solid #FFFFFF;

	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	padding: 0px;
}

#navbar ul ul li a {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

#navbar li {
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	border-bottom-width: 1px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	padding: 0px;
}

#navbar li a {
	padding: 4px 3px 4px 5px;
	margin: 0px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	color: #637D94;
	font-weight: bold;
	
} 

#navbar  li a:visited { 
	text-decoration: none;
	color: #637D94;
} 

#navbar  li a:hover {
	background-color: #DDDDDD;
	color: #637D94;

}


#subnav {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;

}

#subnav td { border-bottom: solid 1px #0000CC; 	background-color: #EEEEEE;

}

#subnav a {
	padding: 4px 3px 4px 5px;
	margin: 0px;
	text-decoration: none;
	cursor: pointer;
	display: block;
	color: #0000CC;
	font-weight: bold;
	font-size: 70%;
	
} 

#subnav  a:visited { 
	text-decoration: none;
	color: #0000CC;
} 

#subnav  a:hover {
	background-color: #CCCCCC;
	color: #0000CC;

}

.body p, .body ul  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #626262;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;



}
.body a:visited {
	color: #222222;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #444444;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: normal;



}


.body a { 
	color: #222222;
 } 
