/* CSS 2.0 */

a{
  color:#bc8a28;
  text-decoration:none;
}

a:hover{
		text-decoration:underline;
}

body{
	 margin:0 0 0 0;
	 background-color:#ffffff;
	 background-image:url('../images/back.jpg');
	 background-repeat:repeat-x y;
	 background-position:top left;
}

.bottom{
		font-family:Arial;
		font-size:10px;
		color:#333333;
}

div{
	width:475px;
	height:450px;
	overflow:auto;
	padding-right:30px;
}

span{
	 color:#B34215;
	 font-weight:bold;
}

td{
	  font-family:Arial;
	  font-size:12px;
	  color:#000000;
}

.form{
	  font-family:Arial;
	  font-size:12px;
	  font-weight:bold;
	  color:#9c441e;
	  border:0px;
	  border-right:2px solid #bd8b29;
	  border-bottom:2px solid #bd8b29;
}