body {
	background-color:white;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}


blockquote{
	font: italic 12px;
	color: #a94d0f;
}

address{
	font-style: italic;
	margin-left: 2em;
	padding: 0em;
	margin-top: 0em;
}

h1{
	font-size: 140%;
	font-weight: bold;
	color: #570e00;
}
h2{
	font: italic 120%;
}

h3{
	font: bold 12px Arial, Helvetica, sans-serif;
}

li{
	line-height: normal;
}

th{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* Standard table format. */
table.std{
	padding: 		0px; 
	border: 		1px solid gray;
	border-collapse:	collapse;
}

thead.std{ 
	background: 		rgb( 210, 198, 174); 
	text-transform: 	capitalize;
	border: 		1px solid gray;
} 

tbody.std tr{
	background:		rgb(240, 233, 197); 
}

tbody.std th{ 
	background: 		rgb( 224, 224, 224 );
	font: 			normal bold Arial, Helvetica, sans-serif;
}

tbody.std td{
	background-color: 	rgb(240, 233, 197); 
}


a {
	color: #570e00;
}

a.top{
	color: #570e00;
	font-size: 80%;
}

/*body a:link, body a:visited, body a:active{
	color:#333333;
}*/
textarea, select, radio {
	font:11px Arial, Helvetica, sans-serif;
}

input{
	font:11px Arial, Helvetica, sans-serif;
	margin: 2px;
}
.inputlabel{
	font:11px Arial, Helvetica, sans-serif;
}
.subtitle {
	caption:Subtitle;
	font-size:14px;
	font-weight:bold;
}
.small {
	caption:Small;
	font-size:10px;
}
.pagetitle {
	caption:Page Title;
	color: #9f9f10;
	font-size: 20px;
	font-weight: normal;
}
.strong {
	caption:Strong;
	font-weight:bold;
}
.underline {
	caption:Underline;
	text-decoration:underline;
}
.error {
	caption: Error;
	color:#FF0000;
	font-weight:bold;
}
.emphasis {
	caption: Emphasis;
	font-style: italic;
}
.creditsandtrademarks {
	caption: Credits and Trademarks;
	color: #70A58E;
	font-size: 10px;
	font-weight: bold;
}
	
.footer 
{
	color: #70A58E;
	font-size: 10px;
	font-weight: bold;
}
.footertagline 
{
	color: #666666; 
	font-size:11px; 
	font-weight:bold
}
.footerfccname
{
	color: #A94D0F; 
	font-size:11px; 
	font-weight:bold
}
.footercopyright {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.footerlink:link, .footerlink:visited, .footerlink:active {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.footerlink:hover {
	color: #70a58e;
	font-size: 10px;
	text-decoration: none;
}
.scripture{
	caption: Scripture;
	font: italic;
	color: #a94d0f;
}
.f1Button{
	caption: F1 Button;
	width: 160px;
	font-size: 12px;
}