BODY
{
  background-color: #99CC66;;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}
H1
{
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-large;
  font-weight: bolder;
  text-transform: capitalize;
}
H2
{
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bolder;
  text-transform: capitalize;
}
H3
{
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: lighter;
  text-transform: capitalize;
}



A:link.link
{
 
	font-weight: bold;
	font-size: small;
	color: #993300;
	font-family: Arial;
	text-decoration: none;
}

A:active.link
{
	font-weight: bold;
	font-size: small;
	color: #993300;
	font-family: Arial;
	text-decoration: none;
}


A:visited.link
{
	font-weight: bold;
	font-size: small;
	color: #993300;
	font-family: Arial;
	text-decoration: none;
}

A:hover.link
{
	font-weight: bold;
	font-size:  small;
	color: #CC6600;
	font-family: Arial;
	text-decoration: none;
}



A:link.linkDark
{
 
	font-weight: bold;
	font-size: small;
	color: #033375;
	font-family: Arial;
	text-decoration: none;
}

A:active.linkDark
{
	font-weight: bold;
	font-size: small;
	color: #033375;
	font-family: Arial;
	text-decoration: none;
}


A:visited.linkDark
{
	font-weight: bold;
	font-size: small;
	color: #033375;
	font-family: Arial;
	text-decoration: none;
}

A:hover.linkDark
{
	font-weight: bold;
	font-size:  small;
	color: #4376BD;
	font-family: Arial;
	text-decoration: none;
}




A:link.linkLight
{
 
	font-weight: bold;
	font-size: small;
	color: #4376BD;
	font-family: Arial;
	text-decoration: none;
}

A:active.linkLight
{
	font-weight: bold;
	font-size: small;
	color: #4376BD;
	font-family: Arial;
	text-decoration: none;
}


A:visited.linkLight
{
	font-weight: bold;
	font-size: small;
	color: #4376BD;
	font-family: Arial;
	text-decoration: none;
}

A:hover.linkLight
{
	font-weight: bold;
	font-size:  small;
	color: #033375;
	font-family: Arial;
	text-decoration: none;
}


A:link.smalink
{
 
	font-weight: bold;
	font-size:  small;
	color: #993300;
	font-family: Times New Roman;
	text-decoration: none;
}

A:active.smalink
{
	font-weight: bold;
	font-size: small;
	color: #993300;
	font-family: Times New Roman;
	text-decoration: none;
}


A:visited.smalink
{
	font-weight: bold;
	font-size: small;
	color: #993300;
	font-family: Times New Roman;
	text-decoration: none;
}

A:hover.smalink
{
	font-weight: bold;
	font-size: small;
	color: #CC6600;
	font-family: Times New Roman;
	text-decoration: none;
}


.panelGp
{
    background-color:#9FD89F; 
    border-width: 2px; 
    border-color:#333300;  
    padding: 5px; 
    text-align: left; 
    width: 200px;
}



.darkBlue
{
	font-weight: bold;
	font-size: small;
	color: #033375;
	font-family: Arial;
	text-decoration: none;
}

.lightBlue
{
	font-weight: bold;
	font-size: small;
	color: #4376BD;
	font-family: Arial;
	text-decoration: none;
}

.lightOrange
{
	font-weight: bold;
	font-size: small;
	color: #996500;
	font-family: Arial;
	text-decoration: none;
}

.smallOrange
{
	font-weight: bold;
	font-size: small;
	color: #993300;
	font-family: Arial;
	text-decoration: none;
}

.Heading
{
	font-size: large;
	color: #993300;
	font-family: Arial Black;
}

.Subheading
{
	font-size: medium;
	color: #996500;
	font-family: Arial; 
	font-weight: bold;
  
}

.table
{
  border-collapse:collapse;
  border-color: #993300;
  border-width: 2px;
  border-style: solid;
  background-color:#9FD89F;

}