
body { 
		background: #ffffff url(img/bgg.jpg) no-repeat;
}
	
	.header { 
		
		background: #D6C67C url(img/headerg.jpg) no-repeat 0px 35px;
	           border-bottom: 5px;
          }
 
	h1 {
                  font-weight: bold 200%;
                  color: #ffffff;

                  padding:18px 0px 10px 15%;
                  margin:0px 0px 8px 0px;

                  border-bottom:solid 1px #FF7F50;
	}
	.leftedge {
		background-color: #D3EAF2;
		border-right: 2px solid white;
	}

td.hdots {
  background-image: url(/img/1.gif);
}


td.vdots {
  background-image: url(/shared-images/verticaldots.gif);
}



a {
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}



a:link {
  font-weight: bold;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}


a:visited {
  font-weight: bold;
  color: #D6C67C;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}



a:active {
  font-weight: bold;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-size: 11px;
  text-decoration: none;
  background-color: #aaaa66;
}



a:hover {
  color: #D6C67C;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}



.nonlink {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}

