a:visited    { text-decoration: underline; color: #D76827; }
a:link       { text-decoration: underline; color: #D76827; }
a:hover      { text-decoration: underline; color: #F99E68; }

a.sub:visited    { text-decoration: underline; color: #1B5D8D; }
a.sub:link       { text-decoration: underline; color: #1B5D8D; }
a.sub:hover      { text-decoration: underline; color: #44A8F1; }

a.environmental:visited    { text-decoration: underline; color: #4B3C2B; }
a.environmental:link       { text-decoration: underline; color: #4B3C2B; }
a.environmental:hover      { text-decoration: underline; color: #95795A; }

a.poweredby:visited    { text-decoration: none; color: #CFCCCC; }
a.poweredby:link       { text-decoration: none; color: #CFCCCC; }
a.poweredby:hover      { text-decoration: none; color: #999999; }

body {
	background-color: #D76827;
	background-image: url(images/bg_main.gif);
	background-repeat:repeat-y;
	background-position: center;
}

strong
	{
	font-size:11pt;
	}


p,td
	{
	font-family: Arial, Helvetica, Verdana; 
	font-size: 9pt;
	line-height: 1.5em;
	color:#595959;
	}

.blah 

{
	background-image: url(images/bg_sub.jpg);
	background-repeat: repeat-x;
}

.blah2 

{
	background-image: url(images/sub-fixer.gif);
	background-repeat: repeat-y;
}

.projects

{
	background-image: url(images/bg_projects.jpg);
	background-repeat: repeat-y;
}

.projects2 

{
	background-image: url(images/bg_projects_2.jpg);
	background-repeat: repeat-y;
}

select, input, textarea 
  	
	{
	font-size: 9pt; 
    color: #595959; 
    font-family: Arial, Verdana, Helvetica; 
	
	}

h1

	{
	color: #595959;
	font-size: 16pt;
	font-weight: normal;
	}


h2

	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1F1C1C;
	font-size: 16pt;
	font-weight: normal;
	}

.subheader

	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 9pt;
	font-weight: bold;
	}
	
	.subheader2

	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 12pt;
	font-weight: bold;
	}
	
	.subheadercolor

	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #D76827;
	font-size: 9pt;
	font-weight: bold;
	}
	
.footer

	{
	color: #919191;
	font-size: 8pt;
	}

.footer2

	{
	color: #FFFFFF;
	font-size: 8pt;
	}

.suby

	{
	font-size: 9pt;
	padding-left: 27px;
	}

li,ul
	
	{
	list-style-type: square;
	}
	
.err
	{
		color: Red;
	}
	