@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	background-image: url(images/homepage/bkgd.jpg);
}

a:link {
	color: #8dc63f;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #8dc63f;
}
a:hover {
	text-decoration: underline;
	color: #8dc63f;
}
a:active {
	text-decoration: none;
	color: #8dc63f;
}


a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.white:active {
	text-decoration: none;
	color: #ffffff;
}


a.green:link {
	color: #8dc63f;
	text-decoration: none;
}
a.green:visited {
	text-decoration: none;
	color: #8dc63f;
}
a.green:hover {
	text-decoration: underline;
	color: #8dc63f;
}
a.green:active {
	text-decoration: none;
	color: #8dc63f;
}


.green_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #8dc63f;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.green_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #8dc63f;
}

.white_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
}

.green_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #8dc63f;
}

.orange_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #ff9900;
	font-weight: bold;
}

.white_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #FFFFFF;
}


.gray_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #565656;
}

td.padded {
 padding:10px;
 }
 
 table.footer {
	border-width: 0px;
	border-spacing: 4px;
	border-style: dotted;
	border-color: #FFFFFF ;
	background-color: #585757;
}
