/* Universal Cascading Style Sheet */
/* Version 1.0 - October 7, 2003 */

/* HTML Tags */
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}

td, form, input, textarea, select, option {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #393939;
	}
p {
	line-height: 25px;
	}

a {
	font-weight: normal;
	}
a:link {
	color: #FF6000;
	}
a:visited {
	color: #FF9759;
	}
a:hover {
	color: #FF9759;
	}
a:active {
	color: #FF6000;
	}
	
a.white	{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
	}
a.white:link {
	color: #FFFFFF;
	}
a.white:visited {
	color: #FFFFFF;
	}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.white:active {
	color: #FFFFFF;
	}
	
ul {
	list-style: disc;
	}

h1	{
	font-family: Futura, Arial;
	font-size: 20px;
	color: #000000;
	}
h2	{
	font-family: Futura, Arial;
	font-size: 26px;
	color: #FF6203;
	padding:0px;
	margin:0px;
	line-height:24px;
	}
h3	{
	font-family: Futura, Arial;
	font-size: 18px;
	color: #FF6203;
	padding-top:6px;
	margin:0px;
	}
h4	{
	font-family: Futura, Arial;
	font-size: 16px;
	color: #FF6203;
	padding:0px;
	margin:0px;
	}

hr {
	padding: 0px;
	margin: 0px;
	height: 1px;
	color: #DEDEDE;
}

.line25 {
	line-height: 25px;
	}

/* Panel Backround Colors */
.panel1 {
	background-color: #5EA31B;
	}
.panel2 {
	background-color: #D6E4C8;
	}
.panel3 {
	background-color: #FFFFFF;
	}
.gray {
	background-color: #E6E6E6;
	}

/* Navigation */
.navon {
	background-color: #FFFFFF;
	}
.nav {
	text-decoration: none;
	display: block;
	color: #5B9523;
	background-color: #FFFFFF;
	font-weight: bold;
	}
a.nav:link {
	background-color: #FFFFFF;
	}
a.nav:visited {
	background-color: #FFFFFF;
	}
a.nav:hover {
	background-color: #EAF2E2;
	}
a.nav:active {
	background-color: #FFFFFF;
	}

/* Custom Font Attributes */
.font1 {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	}
.font2 {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	}
.font3 {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	}
.tiny {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #393939;
	}
.tinywhite {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	}
.white {
	color: #FFFFFF;
	}

/* No Padding/Margin */	
a, form  {
	margin: 0px;
	padding: 0px;
	}

/* Universal Padding */