/*
	base font for anything within <body> tag.
	fonts i like
		Trebuchet MS
		Eras Medium ITC
		courier new
		century gothic
		arial
	NOTES

*/
BODY, H1, H2, H3, H4, H5, H6, P, UL, OL, LI, TD {font-family: Tahoma,Century Gothic,arial,sans-serif;}

a:link, a:visited, a:active { text-decoration: underline; color:#35353c; }
/*a:link { color: #000000; }*/
a:visited { color: #000000; }
active { color: #000000; }

a:hover {
    color: #BF311A;
/*    text-decoration: underline;*/
	}

.content-page { 
	background-color: #FFFFFF;
 
	scrollbar-face-color:#999966;
	scrollbar-arrow-color:#000000;

	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#333333;
 
	scrollbar-3dlight-color:#000000;
 
	scrollbar-track-color:#999666;
	scrollbar-darkshadow-color:#999999; 
 }
 
.menu-page { 
	background-color: #999966; 
 
	scrollbar-face-color:#999966;
	scrollbar-arrow-color:#000000;

	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#333333;
 
	scrollbar-3dlight-color:#000000;
 
	scrollbar-track-color:#999666;
	scrollbar-darkshadow-color:#999999; 
 }
 
 .logo { 
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.byline {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.content {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.content-title { 
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.content-table-title {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.content-table {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.footer {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 60%;
	font-weight: bold;
}

.content-gray { 
	background-color: #999999;
 
	scrollbar-face-color:#999966;
	scrollbar-arrow-color:#000000;

	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#333333;
 
	scrollbar-3dlight-color:#000000;
 
	scrollbar-track-color:#999666;
	scrollbar-darkshadow-color:#999999; 
 }

.content-green { 
	background-color: #999966;
 
	scrollbar-face-color:#999966;
	scrollbar-arrow-color:#000000;

	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#333333;
 
	scrollbar-3dlight-color:#000000;
 
	scrollbar-track-color:#999666;
	scrollbar-darkshadow-color:#999999; 
 }

.menu-td { 
	vertical-align: top;
	width: 20%;
}


.menu-link {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 12px;  
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}

.menu-link-active {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 12px;  
	font-weight: bold;
/*	background-color: #ffffff;*/
	color: #BF311A;
}

/* .menu-link:hover {
	text-decoration: underline; 
	color: #ffcc00;
} */

.sub-menu-link {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 9px; 
	font-weight: bold;
	color: #000000;
}

.sub-menu-link-active {
	font-family: Tahoma,Century Gothic,arial,sans-serif;
	font-size: 9px; 
	font-weight: bold;
/*	color: #808080;  */
}

.page-body {
	bgcolor: #FFFFFF;
}

.top-spacer {
	height: 45px;
	width: 5px;
	border: 0;
}

.bottom-spacer {
	height: 45px;
	width: 5px;
	border: 0;
}

