/* CSS Document */

body {
	margin : 0;
	padding : 0;
	font-family : Verdana, sans-serif;
	text-align : justify;
	color : #000;
	font-size : 14px;
} 


h2{
	font-family : Verdana, sans-serif;
	font-size : 16px;
	background: White;
	color: #000;
	text-align: left;
}
h1{
	font-family : Verdana, sans-serif;
	font-size : 18px;
	background: White;
	color: #8e5a33;
	text-align: center;
}
   
    td#content{
	font-family : Verdana, sans-serif; 
	font-size : 14px; 
    background: White;
	}

#content {
	background : #FFF;
	background-repeat: no-repeat;
	background-image:url('images/spacer.gif');
	background-position: center;
	color: #000;
	margin:5px 5px 5px 5px;
	padding : 2;
	overflow: auto;
	text-align : justify;
	font-family : Arial, sans-serif;
	font-size: 14px;	  
}

a:link {
  color: #8f5b34;
  font-size: 15px; 
  }

a:visited {
  color: #8f5b34;
  font-size: 15px; 
  text-decoration: none;
  }

a:hover {
  color: #613311;	
  font-size: 15px; 
  text-decoration: underline;
  }
  
a:active {
  color: #8f5b34;
  font-size: 15px; 
  text-decoration: underline;
}

.style1 {color: #8e5a33}
.style2 {color: #8e5a33; font-weight: bold; }
