﻿body
{
	margin: 0;
}

body, p, td, th
{
	font-size: 10pt;
	font-family: Arial;
}

a.link		{ color: #00007f; }
a.visited	{ color: #65038e; }
a.active	{ color: #ff0000; }
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.headerText
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	letter-spacing: 1px;
}
.headerLink
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: normal;
}
.headerLink:hover
{
	text-decoration: underline;
	color: #ffffff;
}

#footer
{
	clear :both;
	width: 780px;
	padding: 0.5em;
	text-align: center;
	background-color: #901010;
	color: #fff;
	font-family: Verdana;
	line-height: 150%;
}

#footer a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.creamBox, table.creamBox, table.creamBox th, table.creamBox td
{
	border: solid 1px #bd8d46;
	border-collapse: collapse;
	background-color: #fcfae1;
	padding: 15px;
	margin: 10px;
}
.creamBox th, .creamBox td
{
	padding: 5px;
}

tr.creamBoxHighlight
{
	background-color: #bd8d46;
}

h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 15px;
	color: #901010;
}

h2
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	color: #b9121b;
}

.error
{
	border: solid 1px #bd8d46;
	background-color: #fcfae1;
	padding: 5px;
	display: inline-block;
}

.lightCreamBox, .lightCreamBox th, .lightCreamBox td
{
	border: solid 1px #f6e497;
	border-collapse: collapse;
	background-color: #F9F5EA;
	padding: 15px;
	margin: 10px;
}
.lightCreamBox th, .lightCreamBox td
{
	padding: 5px;
}

.industryNav
{
	float: left;
	width: 210px;
	border: solid 1px #f6e497;
	border-width: 1px 0 0 0;
	padding: 0;
	margin-right: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #F9F5EA;
	color: #f6e497;
}
.industryNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.industryNav li
{
	border: solid 1px #f6e497;
	border-width: 0 1px 1px 1px;
	margin: 0;
	text-align: left;
}
.industryNav li a {
	display: block;
	padding-left: 3px;
	border-left: 10px solid #901010;
	border-right: 10px solid #fcfae1;
	background-color: #F9F5EA;
	color: #901010;
	text-decoration: none;
	width: 100%;
	font-size: 7pt;
}
html>body .industryNav li a {
	width: auto;
}
.industryNav li a:hover {
	background-color: #fcfae1;
	text-decoration: underline;
}

table.listNav
{
	border: solid 1px #f6e497;
	background-color: #F9F5EA;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
table.listNav td
{
	padding-bottom:5px;
}
table.listNav .listNavHeader
{
	font-weight: bold;
	text-decoration: none;
}
table.listNav .listNavHeader:hover
{
	text-decoration: underline;
}
table.listNav .listNavItem
{
	font-size: 8pt;
	text-decoration: none;
}
table.listNav .listNavItem:hover
{
	text-decoration: underline;
}
