body, body div, body p, body th, body td, body li, body dd
{
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
}

body
{
  margin: 0;
  padding: 0;
}

a
{
	text-decoration: none;
	background-color: transparent;
	color: BLUE;
}

a:visited { color: BLUE; }
a:hover { text-decoration: underline; }

/* HEADER TYPE FONTS */

h1
{
	color: NAVY;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin: 9px 0px 6px 0px;
}
h2
{
	color: MAROON;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	margin: 9px 0px 3px 0px;
}
h3
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	margin: 6px 0px 3px 0px;
}

input
{
	border-color: #FC0;
	border-style: solid;
	border-width: 1px;
	background-color: #FFF;
	vertical-align: middle;
	margin-bottom: 1px;
	/* IE bug fix */
	padding: 0.1em;
}

input.button1 {
	background-color: #FC0;
  font-size: 100% ! important;
  margin-bottom: 1px ! important;
	/* This only works in Mozilla */
  -moz-border-radius: 25%;
}

p
{
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.footer { }

.box
{
	font-style: italic;
	margin: 8px 0px 8px 0px;
}

.box h1
{
	color: #666;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.box table
{
	border: none;
	#border-color: #000000;
	#border-collapse: collapse;
	#border-style: solid;
	#border-width: 1px 0px 0px 0px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 10px 0;
	width: 100%;
}

.box td
{
	padding: 3px 3px 3px 3px;
	#border-color: #FFFFFF;
	#border-style: solid;
	#border-width: 1px;
	vertical-align: top;
	font-style: normal;
	text-align: left;
}

.box th
{
	padding: 2px 4px 2px 4px;
	border-color: #666;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	font-style: normal;
	text-align: left;
}

.box td.highlight
{
	background-color: #0E694A;
	color: white;
	font-weight: bold;
}

.box td.highlight1
{
	background-color: white;
	font-weight: normal;
	border-style: solid;
	border-width: 0px;
}

td.highlight a
{
	color: #FFF;
}

quickBox { color: #336699; }

quickBox table
{
	padding: 7px; 
	border-color: #FFF; 
	border-collapse: collapse;
}

quickBox a
{
	text-decoration: none;
	background-color: transparent;
	color: #369;
}
quickBox td { 
	padding: 4px; 
	background-color: #ccd9e5;

}
quickBox a:visited { color: #333; }
quickBox a:hover { text-decoration: underline; }

.level2
{
	font-size: 10px;
	line-height: 120%;
	margin: 25px 10px 10px 10px;
}

.table1 table
{
	border-color: white;
	border-width: 4px;
	border-style: solid;
	background-color: #cfe1db;
	border-collapse: collapse;
}

.table1 td
{
	border-color: white;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	margin: 0px;
}

.table1 th
{
	border-color: white;
	border-width: 2px;
	border-style: solid;
	color: white;
	font-weight: bold;
	text-align: center;
	/* 	font-style: italic; */
	background-color: black;
	padding: 5px;
	margin: 0px;
}


