﻿.Heading1 {
  font-family: Arial,sans-serif;
  font-size: large;
  font-weight: bold;
  color: #000066;
}
body {
	font-family: Verdana, sans-serif;
	font-size: inherit;
	color: #000066;
	font-weight: normal;
	height: 14px;
	vertical-align: middle;
}
a:link {
        text-decoration: none;
        color: #106565;
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #105555;
}
a:hover {
	text-decoration: none;
	color: #109595;
}
a:active {
	text-decoration: none;
	color: #CA5E39;
}
.H1 {
	font-family: Verdana, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000066;
	vertical-align: text-top;
}
.H2 {
	font-family: Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000066;
	height: 32px;
	vertical-align: middle;
}

.H3 {
  font-family: Verdana,sans-serif;
  font-size: medium;
  font-weight: bold;
  color: #000066;
  height: 25px;
  vertical-align: middle;
}

.small{
	font-family: Verdana, sans-serif;
	color: #000066;
	font-size: medium;
	font-weight: normal;
	vertical-align: text-top;
	height: 3em;
}

.regular {
	font-family: Verdana, sans-serif;
	color: #000066;
	font-size: medium;
	font-weight: normal;
	vertical-align: inherit;
}
.subreg {
	font-family: Verdana,sans-serif;
	color: #000066;
	font-size: medium;
	font-weight: normal;
}
.UL {
  text-decoration: underline;
}
.vertbar {
  width: 20px;
  vertical-align: top;
  text-align: left;
}
.sidemenu {
	outline: none;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	font-family: Verdana;
	vertical-align: middle;
	text-align:right;
}
.brown_border {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0
}
