/* This is for the main body text on all pages */
BODY, TABLE, TD, TR {
	text-color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	scrollbar-base-color:#45781C;
}

.formfield {
	text-color: #4F4F4F;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
}


/* This is for the news section */
.news {
	font-family: Tahoma, Verdana;
	font-size: 8.5pt;
	color:#333333;
}
.projects {
	font-family: Tahoma, Verdana;
	font-size: 8.5pt;
	color:#333333;
	
}


/* Link attributes for the site */

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR:#0066CC;
}

H1	{	
	font-family: Arial, Verdana, Tahoma;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Verdana, Tahoma;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Verdana, Tahoma;
	font-size: 18px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Verdana, Tahoma;
	font-size:16px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Tahoma;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#660000;
	}	
		
H6	{	
	font-family: Arial, Verdana, Tahoma;
	font-size:	8pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
a:link {
    color: #f7931d;
    text-decoration: underline;
}

a:visited {
    color: #4F4F4F;
    text-decoration: strike-through;
}

a:hover {
    color:#CCCCCC;
    text-decoration: underline;
    cursor: crosshair;
}

a:hover img {
 filter: blur(add = 0, direction = 90, strength = 5);
 }