<!--
a:link {
	color: #FF3300;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #8F9A78;
}
a:active {
	color: #FFCC00;
}
#breadcrumbs {
	color: #333333;
	font-size: 10px;
	padding: 5px;
	display: block;
	background-color: #EFEFEF;
	border-top: dashed 1px #CCCCCC;
	border-bottom: dashed 1px #CCCCCC;
	margin-top: 5px;
}
.maintitles {
	color: #FFFFFF;
	font-size: 18px;
}
.subtitle { font-weight: bold; font-variant: small-caps; }
.mini-title {	color: #FFFFFF;
	font-weight: bold;
}
#submenu a{
	display: block;
	background-color: #3399FF;
	border-bottom: dotted 1px;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#submenu a:hover{
	background-color: orange;
	border-bottom: dotted 1px;
}
#submenu2 a{
	display: block;
	background-color: orange;
	border-bottom: dotted 1px;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
-->
