/* Structural Elements */
h1 {
	color: #0063a3;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
h2 {
	color: #990000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
h3 {
	color: #0063a3;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
h4 {
	color: #990000;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 0px;
	padding: 5px;
}
ul ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0px;
	padding: 0px;
}
ul ul ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 5px;
	padding: 0px;
}
ul.regular {
	list-style-type: square;
	list-style-position: outside;
	vertical-align: middle;
	text-align: left;
	margin-left: 4em;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
ul.regular li {
	padding-bottom: 3px;
	padding-top: 3px;
}
ul.regular ul.regular li {
	padding-bottom: 3px;
	padding-top: 3px;
}
ul.regular ul.regular {
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	text-align: left;
	margin-left: 4em;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
ol {
	list-style-type: decimal;
}
ol.alpha {
	list-style-type: upper-alpha;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
ol li {
	vertical-align: middle;
	text-align: left;
	padding-left: 1px;
	margin: 0.5em;
}
dl dl {
	margin-left: 20px;
	margin-top: 5px;
}
dl dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-right: 1em;
	color: #990000;
}
dt {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0.5em;
	margin-right: 1em;
}
dd {
	margin-left: 20px;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: justify;
}
dd.highlight {
	background-color: #BCD2EE;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: justify;
}
form {
	display:inline;
}
hr {
	height: 1px;
	background-color: #f0f0f0;
	color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
p.contact {
	margin-left: 20px;
}

/* Anchors */
a:link {
	color: #0063a3;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0063a3;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Elements used to highlight text */
em {
	background-color: #BCD2EE;
	font-style: normal;
}

/* General subclasses */
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.footer-links .signature {
	color: #0063a3;
	font-size: ;
	font-weight: ;
	font-family: ;
	text-align: center;
}
.signature {
	margin-top: 3em;
}
.stripe {
	background-color: #BCD2EE;
}