body {
  padding: 0px;
  margin: 0px;
  color: #333333;	
  background-color: #e7e7e7;
}

body, td {
  font-family: verdana;
  font-size: 10px;
  color: #ffffff;
  text-align: left;
}

p {
  margin: 0px;
}

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

a:hover {
  color: #819fc5;
  font-weight: bold;
  text-decoration: underline;
}

a.menu {
  font-family: arial;
  font-size: 16px;
  color: #5c0f3b;
  font-weight: bold;
  text-decoration: none;
}

a.menu:hover {
  font-family: arial;
  font-size: 16px;
  color: #4e7509;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-family: arial;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}

td.logo {
  background-color: #643402;
  width: 255px;
  text-align: center;
}

td.top {
  height: 80px;
  background-image: url("/images/core/bg_top.jpg");
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  padding-left: 15px;
  color: #ffffff;
  text-align: left;
}

td.top a {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}

td.top a:hover {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

td.menu {
  background-image: url("/images/core/bg_left.jpg");
} 

td.core {
  background-color: #643402;
  width: 100%;
}

div.pad {
  padding: 25px;
}

div.core {
  height: 525px; 
  overflow: auto;
}

div.container {
  width: 100%;
  text-align: center;
}



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

input.button {
	border: 2px solid #000000;
	background-color: #819fc5;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
	height: 30px;
	width: 60px;
	cursor: pointer;
}

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