body, td {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

h2 {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	margin:0;
	text-transform:uppercase;
	letter-spacing:+1
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

a {
	color: #6B6B6B;
}

a:hover {
	text-decoration: none;
}

input, select
{
  border: 1px solid #a6a6a6;
  background-color:#fefefe;
  color:#454545;
  font-size: 12px;
}

input[type='submit']
{
  background:#48710d;
  padding:5px;
  border:0px;
  color:#ffffff
}


.block_top
{
  background:url(images/block_top.png) no-repeat;
}

.block_bg
{
  background:url(images/block_bg.gif) repeat-x;
  padding:10px;
}