body
{
	margin: 0;
	padding: 0;
	background-color: #254d5e;
}

table, tr, th, td, img, p
{
	padding: 0;
	margin: 0;
	border: 0;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px; 
}

table, tr, th, td
{
	color: #000000;
	font-size: 12px;
	font-family: arial, helvetica, verdana;
}

h1
{
	font-size: 14px;
	color: #003CE9;
	font-family: verdana, arial, helvetica, verdana;
	font-weight: bold;
}

h2
{
	font-size: 13px;
	color: #1854ee;
	font-weight: bold;
}

h3
{
	font-size: 13px;
	color: black;
	font-weight: bold;
}

h1, h2, h3
{
	margin-top: 7px;
	margin-bottom: 7px;
}

.error
{
	font-weight: bold;
	color: #FF3333;
}

.message
{
	font-weight: bold;
	color: #222288;
}

table.form td
{
	padding: 3px;
}

td.label
{
	font-weight: bold;
	text-align: right;
}

div.line
{
	display: inline;
	vertical-align: bottom;
}

table.data
{
	border-collapse: collapse;
	border: solid black 2px;
}

table.data th
{
	font-weight: bold;
	font-size: 15px;
	color: white;
	background-color: #001177;
	border: solid #0033BB 1px;
	padding: 4px;
}

table.data td
{
	padding: 4px;
	border: solid black 1px;
	vertical-align: top;
	text-align: center;
}

td.leftnav_off,
td.leftnav_on
{
	width: 163px;
	height: 23px;
	vertical-align: middle;
	background-image: url('images/leftnav_arrow.gif');
	background-repeat: no-repeat;
}

td.leftnav_off
{
	background-color: #d48525;
	border: solid #9c6420 1px;
}

td.leftnav_on
{
	background-color: #ee952a;
	border: solid #eeaf32 1px;
}

td.leftnav_off a,
td.leftnav_on a
{
	font-weight: bold;
	padding-left: 21px;
	text-decoration: none;
}

td.leftnav_off a
{
	color: white;
}

td.leftnav_on a
{
	color: #003CE9;
}

a.more_link
{
	font-family: verdana, arial, helvetica, verdana;
	text-decoration: none;
	color: #003CE9;
}

.description_box
{
	background-color: #ffeeaa;
}

ul.compressed
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table.spaced tr td
{
	padding: 4px;
}
