﻿/* CSS Document */
body{
	background-image: url(images/bg2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #694209;
}

.maintext {
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  font-size: 14px;
  }
  
.maintext2 {
  font-family: "Times New Roman", Times, serif;
  color: #dec681;
  font-size: 14px;
  }  
  
a, a:link, a:visited, a:active {
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  }
a:hover {
  font-family: "Times New Roman", Times, serif;
  color: #ff0000;
  text-decoration: underline;
  font-size: 14px;
  }  
#CheckAvailTable TD {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #dec681;
}

#CheckAvailTable TH {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #dec681;
	background-color:#A44239;
}
#CheckAvailTable{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #dec681;
}