﻿a:active
{
	color: rgb(0,108,69);
}
a:link    {
	border-style: none;
       background-position: 0px 0px;
       color: rgb(0,108,69);
       background-image: url('');
       background-repeat: repeat;
       background-attachment: scroll;
} 

a:hover	{
  	text-decoration:  none;
}

a:visited {
	color: rgb(0,108,69);
}

.PageTitle {
	background-color: rgb(0,108,69);
       color: #FFFFFF;
}

.QuickLink {
	background-color: rgb(0,157,99);

       
}


table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}

body
{
//	background: #FFFFFF url('') 0px 0px;
	background-image:url('/images/backgrounds/greenfade04.gif');
       margin: 2px 0px 0px 0px;
       font-family: Arial;
	              font-size: x-small;
                     font-weight: 700;
       border-left-style: solid;
       border-left-width: 0px;
       border-right-style: solid;
       border-right-width: 0px;
       border-top-style: solid;
       border-top-width: 3px;
       border-bottom-style: solid;
       border-bottom-width: 0px;
}

h1
{
	font-family: Arial;
	color: rgb(000,000,000);
}
h2
{
	font-family: Arial;
	color: rgb(000,000,000);
}
h3
{
	font-family: Arial;
	color: rgb(000,000,000); 
}
h4
{
	font-family: Arial;
	color: rgb(000,000,000);
}
h5
{
	font-family: Arial;
	color: rgb(000,000,000);
}
h6
{
	font-family: Arial;
	color: rgb(000,000,000);
}

P {}