﻿a {
	text-decoration: none;
	color: #325E8B;
}
a:visited {
	color: #325E8B;
}
a:hover {
	text-decoration: underline;
}
a.sidebar {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
a.sidebar:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.sidebar:visited {
	color: #FFFFFF;
}
a.feature {
	color: #325E8B;
	text-decoration: none;
}
a.feature:visited {
	text-decoration: none;
	color: #A73B3B;
}
a.navbar {
	color: #FFFFFF;
	text-decoration: none;
}
a.navbar:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.navbar:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul {
	list-style-type: square;
}
li {
	margin-bottom: 6px;
	margin-top: 0px;
}
.breadcrumbs {
	font-size: x-small;
	text-align: right;
}
a.breadcrumbs {
	color: #325E8B;
	text-decoration: underline;
}
a.breadcrumbs:visited {
	color: #325E8B;
	text-decoration: underline;
}
ul.sidebar {
	list-style-type: square;
	font-size: x-small;
	color: #FFFFFF;
	text-indent: 1px;
	margin-left: 1em;
	margin-right: 10px;
	padding-left: 1.5em;
}

