/* CSS Document */
body
{
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#B5AE44;
}

a {
  color: #767022;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  text-decoration: none;
}

a:hover {
  color: #504d28;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  text-decoration: underline;
}

.border-bottom
{
	border-bottom:1px solid #ffffff;
	padding-left:16px;
}
td
	{
  	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#737373;
	}
.heading
	{
  	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
    color: #504d28;
	font-weight:bold;

}
.textbox
{
  	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-color:#ffffff;
	border:1px solid #C3C3C3;
	width:90px;
}