@charset "utf-8";
/* Site-wide Epicentre CSS Styles */

body {
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #0081C6;
}
a:visited {
	text-decoration: none;
	color: #0081C6;
}
a:focus {
	text-decoration: underline;
	color: #0081C6;
}
a:hover {
	text-decoration: underline;
	color: #0081C6;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #E5E5E5;
}
h1 {
	color: #0081C6;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h1.home {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 0;
}

h2 {
	font-size: 14px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom: 2px solid #006633;
}
.hp_header {
	font-size: 14px;
	color: white;
	font-weight: bold;
	background-color: #008C99;
	padding: 5px;
}
.hp_blurb p {
	font-size: 12px;
	margin-bottom:5px;
	margin-top:5px;
}
.hp_category_header {
	font-size: 12px;
	font-weight: bold;
	border: solid;
	border-width: thin;
	border-color: #000;
}
.hp_category_blurb {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.input_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.body_table {
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 14px;
}
.bars {
	color: #8FBDD3;
	font-weight: bold;
}
.title_bars {
	font-size: 18px;
	color: #8FBDD3;
	font-weight: bold;
}
.header {
	color: #666666;
	font-weight: bold;
}
.page_header {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.midsize_header {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.midsize {
	font-size: 12px;
}
.highlight {
	color: #0081C6;
	font-weight: bold;
}
.midsize_highlight {
	color: #0081C6;
	font-size: 12px;
	font-weight: bold;
}
.large_highlight {
	color: #0081C6;
	font-size: 16px;
	font-weight: bold;
}
.box_highlight{
	background-color: #FDB472;
}
.urgent {
	color: red;
}
.midsize_urgent {
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.error {
	color: red;
}
.midsize_error {
	color: red;
	font-size: 12px;
}
.table_header {
	background-color: #E5E5E5;
}
.table_2nd_header {
	background-color: #DCE7E8;
}
.form_buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #008C99;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.distr_name {
	font-size: 12px;
	font-weight: bold;
	color: #0081C6;
}
.sequence {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
