 
body {
		background-image: url(bg.gif);
		background-repeat: no-repeat;
		margin: 30 0 0 30;
		font-size: 13px;
	}  
	a {
		color: #B00000;
	}
  	td {
		font-family: verdana, sans;
		font-size: 13px;
	}
	hr {
		height: 1px;
	}
	.lineBorder {
		border-bottom: 1px solid #e1e1e1;
	}
	input {
		border: solid 1px;
	}
	input.butt {
		background: #FFF;
		color: #B00000;
	}
 