/* Gradient background */
body {
	background-image: url(http://theboxsa.com/current/images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1 {
	font-size: 14px;
	color: #000000;
}
/*mouse over buttons*/
.toplinks {
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 10px;
}
/*editable region in the middle of the page*/
.changebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
}
/* bottom links*/
.bottomlinks {
	margin-left:auto;
	margin-right:auto;
	padding: 3px;
}
/* mouse over color for contact form*/
input[type="submit"]:hover{
   color: Red;
} 
.centerform{
    padding-left:60px;
}