.menu{
	font-family: Arial;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	vertical-align: middle;
}
.menu a:link {
	color: #008400;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 4px;
}
.menu a:visited {
	color: #008400;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 4px;
}
.menu a:active {
	color: red;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 4px;
}
.menu a:hover {
	color: red;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 4px;
}
.regular{
	font-family: Verdana;
	font-size: 13px;
}
.regular a:link {
	color: blue;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:visited {
	color: purple;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:active {
	color: red;
	font-size: 13px;
	text-decoration: underline;
}
.regular a:hover {
	color: red;
	font-size: 13px;
	text-decoration: underline;
}
.bcrum{
	font-family: Arial;
	color: black;
	font-size: 13px;
	font-weight:bold;
	vertical-align: middle;
}
.bcrum a:link {
	color: black;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:visited {
	color: black;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:active {
	color: red;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}
.bcrum a:hover {
	COLOR: red;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}
.dir{
	font-family: Arial;
	font-size: 12px;
}
.sm-text{
	font-family: Arial;
	font-size: 12px;
}

h1 {
	font-family: verdana;
	font-size: 22px;
}
h2 {
	font-family: verdana;
	font-size: 15px;
}
#float-left {
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
}
