/* ------------------- GENERAL FORMATING ------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#1a1a1a;
	text-decoration: none;
}  
  
body {
	margin: 0px;
	padding: 0px;
	background-color: #1a1a1a;
}

A:LINK { 
	text-decoration: underline;
	color: #F5F0E6; 
} 
A:HOVER {
	text-decoration: underline;
	color: #FFCC33;
} 
A:ACTIVE {
	text-decoration: underline;
	color: #F5F0E6;
} 
A:VISITED {
	text-decoration: underline;
	color: #F5F0E6;
}

/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5F0e6;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 0;
	vertical-align: top;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #F5F0E6;
	text-decoration: underline;
}
A.bodytext:HOVER {
	color : #DB7A1C;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F5F0E6;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
}
/* ------------------- HEADER basic text link navigation ------------------- */


/* ------------------- more general text styles ------------------- */


.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #CCCCCC;
	line-height: 1.1em;
	background-color: #1a1a1a;
}



/* ------------------- Table cell styles ------------------- */
#tdTopBar {
	background-color: #1A1A1A;
	border-bottom: 10px solid #000000;
}
#tdContent {
	background-color: #1a1a1a;
	padding: 5px 8px 8px;
	color: #F5F0E6;
	vertical-align: top;
}
#tdContent2 {
	background-color: #1A1A1A;
	padding-bottom: 8px;
}

#tdNavBar {
	background-color: #1A1A1A;
	border-Top: 10px solid #000000;
}


#tdFtrBar {
	background-color: #000000;
	vertical-align: top;
	padding: 5px 5px 20px;
}
.linkheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #242424;
	font-variant: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width: auto;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #DB7A1C;
}

.Topbarnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #1a1a1a;
}
A.topbarnav:HOVER {
	color : #DB7A1C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
