
/*
******************************************************
* Page Colors										 *
*----------------------------------------------------*
*  Nav yellow		  = #e9d3a2						 *
******************************************************
*/

body
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	color: #e9d3a2;
	background-color: #000000;
	line-height: 1.3em;
}
td {
	font-size: 12px;
}
p 
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	line-height: 1.3em;
}
H1, H2, H3, H4, H5
{
    COLOR: #e9d3a2;
}
H1	{	
	font-family: Times New Roman,Georgia,Times;
	font-size:	18px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.05em;
	text-transform:	none;
	margin-bottom: 2px;
	}	
		
H2	{	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	800;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	2px;
	text-transform:	none;
	margin-bottom: 2px;
    COLOR: #727272;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5	{	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	bold;
	font-style:italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-bottom: 0px;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
/*************************
*		Links			 *
**************************/
a:link, a:active, a:visited
{
	color: #e9d3a2;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
}
a:hover
{
	color: #e9d3a2;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 13px;
	text-decoration: underline;
}
a.NavHome:link
{
	font-weight: bold;
	font-size: 16px;
	color: #e9d3a2;
	line-height: 20px;
	font-family: Times New Roman,Georgia,Times;
	text-decoration: none;
}
a.NavHome:active {
	font-family: Times New Roman,Georgia,Times;
	font-size: 16px;
	color: #e9d3a2;
	background-color: #3C6F84;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
a.NavHome:visited {
	font-family: Times New Roman,Georgia,Times;
	font-size: 16px;
	color: #e9d3a2;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
a.NavHome:hover {
	font-family: Times New Roman,Georgia,Times;
	font-size: 16px;
	color: #e9d3a2;
	background-color: #3C6F84;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

a.powered:link,a.powered:visited,a.powered:active, a.powered:hover
{
	font-size: 10px;
	color: #D7D2CE;
	font-weight: normal;
	text-decoration: none;
}
a.footerNavigation:link,a.footerNavigation:visited,a.footerNavigation:active, a.footerNavigation:hover
{
	font-size: 11px;
	color: #D7D2CE;
	font-weight: normal;
	text-decoration: none;
}

td.Footernav 
{
	font-size: 11px;
	color: #D7D2CE;
}

/*************************
*  Form Input Elements	 *
**************************/
select {
	font-family: Tahoma, Verdana, serif;
	font-size: 11px;
}
input {
	font-family: Tahoma, Verdana, serif;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Verdana, serif;
	font-size: 11px;
}
.button
{
 background-color: #321801;
 color: #F3F3F3;
 cursor: hand;
}

/*************************
*   Other Elements	     *
**************************/

div.storyText 
{
	font-family: Tahoma, Verdana, serif;
	font-size: 13px;
}
.required {
	font-size: 10px;
	color: #cc3300;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.FormName {
	color: #ffffff;/*e9d3a2*/
	background-color: #3C6F84;
	font-size: 11px;
	font-weight: bold;
	border: 1px #333333 solid;
	width: 155px;
}
td.FormField {
	width: 205px;
	border: 1px #333333 solid;
	font-size: 11px;
	color: #e9d3a2;
}
