.menu{
	font-family: Arial;
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.menu a:link {
	color: #008400;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 4px;
}
.menu a:visited {
	color: #008400;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 4px;
}
.menu a:active {
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 4px;
}
.menu a:hover {
	color: red;
	font-size: 12px;
	font-weight: bold;
	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: 18px;
	color: #008400;
}
h2 {
	font-family: arial;
	font-size: 17px;
	color: #008400;
	margin-top: 25px;
	margin-bottom: 5px;
}
h3 {
	font-family: verdana;
	font-size: 19px;
	color: #2A55AA;
}
h4 {
	font-family: verdana;
	font-size: 17px;
	color: #2A55AA;
}

#float-left {
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
}
#float-right {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}