/*
Document Type: Cascading Style Sheet
Author: Mark Slagle - Smart Data Strategies, Inc.
Created: 12/13/07
Modified: 01/03/08
version: 1.3 
*/

/* Begin Stlye Sheet */
/* ---------------------------------------------------------------- */
/* Begin Body Elements */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-image: url(images/BG_Stripe.gif);
}

/* End Body Elements */
/* ---------------------------------------------------------------- */
/* Begin Form Elements */

textarea {
	font-family: Arial; 
	font-size: 12px; 
	background-color: #E1EEF8; 
	color: black; 
	border: 2px solid #8F8A7E;
}
input {
	font-family: Arial; 
	font-size: 12px; 
	background-color: #E1EEF8; 
	color: black; 
	border: 2px solid #8F8A7E;
}
select {
	font-family: Arial; 
	font-size: 12px; 
	background-color: #E1EEF8; 
	color: black; 
	border: 2px solid #8F8A7E;
}

/* End Form Elements */
/* ---------------------------------------------------------------- */
/* Begin Text Elements */

.style1 { 
	font-size: 8px; 
	font-weight: normal;
}
.style2 {
	font-size: 9px; 
	font-weight: bold;
}
.style3 {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
.style4 {
	font-size: 14px; 
	font-weight: bold;
}
.style5 {
	font-size: 12px; 
	font-weight: bold;
}
.style6 {
	font-size: 16px; 
	font-weight: bold;
}
.style7 {
	font-size: 9px; 
	font-weight: bold;
}
.style8 {
	font-size: 9px; 
	font-weight: bold;
}
.style9 {
	font-size: 9px; 
	font-weight: bold;
}
.style10 {
	font-size: 18px; 
	font-weight: bold; 
}

/* End Text Elements */
/* ---------------------------------------------------------------- */
/* Begin Link Elements */

a img {
	border: none; 
} 
a:link {
	text-decoration: none;
	color: #554773;
	font-family: Arial, Helvetica, sans-serif;
}
a.alt:link { /* used against dark backgrounds */
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a.foot:link { /* used against dark backgrounds */
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold; 
}
a:visited {
	text-decoration: none;
	color: #554773;
	font-family: Arial, Helvetica, sans-serif;
}
a.alt:visited { /* used against dark backgrounds */
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a.foot:visited { /* used against dark backgrounds */
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold; 
}
a:hover {
	text-decoration: underline;
	color: #8873B4;
	font-family: Arial, Helvetica, sans-serif;
}
a.alt:hover { /* used against dark backgrounds */
	text-decoration: none;
	color: #554773;
	font-family: Arial, Helvetica, sans-serif;
}
a.foot:hover { /* used against dark backgrounds */
	text-decoration: none;
	color: #554773;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold; 
}
a:active {
	text-decoration: none;
	color: #554773;
	font-family: Arial, Helvetica, sans-serif;
}
a.alt:active {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

/* End Link Elements */
/* ---------------------------------------------------------------- */
/* Begin Navagation Menu Elements */

#dropmenudiv{
	position:absolute;
	background-color: #A8B587;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	color: #666666;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#dropmenudiv a:visited{
	color: #ffffff;
}
#dropmenudiv a:hover{
	background-color: #C9D9A2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* End Navagation Menu Elements */
/* ---------------------------------------------------------------- */
/* End Sytle Sheet */
