body {
	margin: 0px;
	padding-top: 10px;
	background-color: #999999;
}

body, td {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

p {
	margin: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #C92F15;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #C92F15;
	text-decoration: line-through;
}

a.more {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.more:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: line-through;
}

a.menu {
  font-family: Arial; 
  font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
}

a.menu:hover {
  font-family: Arial;
  font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #33cc66;
	text-transform: lowercase;
}

h1 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

div.centercontent {
	position: absolute;
	left: 50%;
	margin-left: -415px;
	width: 830px;
}

div.menu {
  position: absolute; 
  left: 177px; 
  top: 155px;
}

div.padding_left {
  padding: 20px;
}

div.padding_right {
  padding-left: 25px; 
  padding-right: 20px; 
  padding-top: 20px; 
  padding-bottom: 20px;
}

div.scroll {
  height: 870px; 
  overflow: auto;
}

td.header {
  background-image: url("/images/header.jpg"); 
  width: 830px; 
  height: 214px;
}

td.left {
  background-image: url("/images/left.jpg"); 
  background-repeat: no-repeat; 
  width: 604px; 
  height: 917px;
}

td.right {
  background-image: url("/images/right.jpg"); 
  background-repeat: no-repeat; 
  background-position: right; 
  width: 226px; 
  height: 917px;
}

span.light {
	color: #FFFFFF;
}

span.message {
	font-weight: bold;
	margin-bottom: 20px;
}

input {
	border: 1px solid #333333;
	height: 20px;
	font-family: Verdana;
	font-size: 11px;
}

input.antispam {
	border: 2px solid #000000;
	background-color: #E4E8E9;
}

textarea {
	border: 1px solid #333333;
	font-family: Verdana;
	font-size: 11px;
}

table.antispam {
	border: 1px solid #333333;
	height: 44px;
	background-color: #FFFFFF;
}

td.message {
	font-weight: bold;
	padding-bottom: 50px;
	padding-top: 20px;
}

td.bottom {
	padding-bottom: 15px;
}