body, td, textarea{
	font-family: Verdana;
	font-size: 12px;
}

body{
	background: url('../images/main-background.jpg') repeat-x;
}

a{
	text-decoration: none;
	color: #CC0000;
}

a:hover{
	text-decoration: underline;
}

.text{
	height: 40px;
	width: 250px;
	padding: 9 9 9 9;
	background: url('../images/input-background.jpg');
	border: solid 1px #990000;
	color: #663300;
	font-size: 16px;
}

.button{
	height: 40px;
	padding: 9 9 9 9;
	background: url('../images/button-background.jpg');
	border: solid 1px #990000;
	color: white;
	font-size: 16px;
}

.footer{
	font-size: 10px;
	color: gray;
}

.footer a{
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

.footer a:hover{
	text-decoration: underline;
}

.field-name{
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}

.table-header{
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: #990000;
	padding: 5 5 5 5;
}

.box{
	border: solid 1px #663300;
	width: 400px;
	height: 100px;
	color: #CC0000;
	font-weight: bold;
}

h4{
	color: #990000;
	text-decoration: underline;
}