Body
{
    background-color: white;
}

A:link  {
    text-decoration:    none;
	font-weight: bold;
	font-size: 11px;
    color:  #5b4e22;
}

A:visited   {
    text-decoration:    none;
	font-weight: bold;
	font-size: 11px;		
    color:  #666666;
}

A:active    {
    text-decoration:    none;
	font-weight: bold;
	font-size: 11px;	
    color:  #C5A842;
}

A:hover {
    text-decoration:    none;
	font-weight: bold;
	font-size: 11px;
	background: #e5e0cf;	
    color:  #b36724;
}	
Table
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}
#content {
	background-position: bottom right;
	background-repeat: no-repeat;
}
td.dd {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #F1EAD2;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #F1EAD2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F1EAD2;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F1EAD2;
}
td.d {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #F1EAD2;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #F1EAD2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F1EAD2;
	
}
#search .form-submit {
  border: 1px solid #369;
  bgcolor: #000;
  color: #fff;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
</style>