﻿* {
	/* IMPORTANT:  If this stylesheet is content managed, then the first style definition will be ignored.
	   This is here to work around that. */
}
body {
	background-color: #ffffff;
	
	color: #3a3a3a;
	font: normal 12px/normal Arial, Tahoma, sans-serif;
}
h1 {
	color: #046a6a;
	font: normal 32px/normal Arial, Tahoma, sans-serif;
}
h2 {
	color: #404040;
	font: normal 20px/normal Arial, Tahoma, sans-serif;
	margin-bottom: 20px;
}
h3 {
	color: #046a6a;
	font: normal 20px/normal Arial, Tahoma, sans-serif;
}
h4 {
	color: #046a6a;
	font: normal 18px/normal Arial, Tahoma, sans-serif;
}
h5 {
	color: #046a6a;
	font-weight: bold;
}
p {
	margin: 10px 0 10px 0;
	
	line-height: 1.25em;
}
a {
	color: #962828;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
li {
	line-height: 1.75em;
}
.error {
	color: #f00;
}