body, body div, body p, body th, body td, body li, body dd
{
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
/* These work in IE only, changes the look of the scrollbar + textareas */
    scrollbar-base-color: #0E694A;
    scrollbar-highlight-color: #0E694A;
    scrollbar-track-color: #EDEDCB;
    scrollbar-darkshadow-color: #999;
    scrollbar-3dlight-color: #FC0;
    scrollbar-shadow-color: #666;
    scrollbar-arrow-color: #FFF;
}

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

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: 3px 0px 2px 0px;
	text-align: left;
}

.breadcrumbs
{
	color: white;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	font-style: italic;
}

.breadcrumbs a
{
	color: white;
}

.footer { }

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

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

.infoBox table
{
	width: 95%;
	border-color: #666;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	background-color: #E3D48E;
}

.infoBox td
{
	padding: 4px 8px 4px 8px;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}

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

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

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

td.highlight1 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;
}

.pviimenudiv
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding: 6px;
	line-height: 12px;
	background-color: #4775A3;
}

.pviimenudiv b
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
}

.pviimenudiv a:link
{
	color: #333333;
	text-decoration: underline;
}

.pviimenudiv a:visited
{
	color: #666666;
	text-decoration: underline;
}

.pviimenudiv a:hover
{
	color: #DFDBBF;
	text-decoration: underline;
}

.pviimenudiv a:active
{
	color: #000000;
	text-decoration: underline;
}
