/* CSS Document */

body {
	
	padding: 0;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
	//background-image: url(../images2/bg.gif);
	//background-repeat: no-repeat;
	//background-position: center top;
	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3B2201;
	//background: #FFFFFF url(../images/htmlimages/test.jpg) 50% top repeat-x;
    text-align: center;
	
	
}

h2 {
font-style: normal;
	font-weight: normal;
	color: #3B2201;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 	font-size: 16px;
	 }

h3 {
font-style: normal;
	font-weight: normal;
	color: #3B2201;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 	font-size: 25px;
	 }
h4 {
font-style: normal;
	font-weight: normal;
	color: #3B2201;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 	font-size: 20px;
	 }



a {  


   color: #AAA07D;
	 font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;


}
a:link{
  color: #AAA07D;
	 font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a:visited{     color: #AAA07D;
	 font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;}
a:hover{
  color: #AAA07D;
	 font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	
}








