@charset "UTF-8";
 body{
	margin:0;
	background-color: #fdfcfd;
 }
 div#header{
  position: fixed;
  top:0;
  width:100%;
  height:200px;
  background-image: url(image/top.png);
  background-position: top;
  background-repeat:repeat-x;
 }
 div#footer{
  position: fixed;
  bottom:0;
  width:100%;
  height:200px;
  background-image: url(image/bottom.png);

 }
 div#content{
	 z-index:1px;
	 position:relative;
 }

.headings {
	color:#6b6130;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: 1px;
}
body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#95894e;
	line-height:20px;
}
.tablelable {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#95894e;
}
.readmore {
	font-size: 12px;
	font-style:italic;
}
.menu2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#95894e;
}
a:link {
	text-decoration: none;
	color: #95894e;
}
a:visited {
	text-decoration: none;
	color: #95894e;
}
a:hover {
	text-decoration: none;
	color: #6b6130;
}
a:active {
	text-decoration: none;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	color:#95894e;
	font-size:12px;
	line-height:20px;
}
.tables {
	font-family: Arial, Helvetica, sans-serif;
	color:#867d8c;
	font-size:14px;
}
