body {
  background-color: #A9A9A9;
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;  
}

table, td {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;  
}

a {
	text-decoration: none;
	color: #e80d0f;
}

a: hover {
	text-decoration: underline;
	color: #e80d0f;	
}

#menubalk {
	color: #FFFFFF;
	padding: 5px;
}

#menubalk a {
	text-decoration: none;
	color: #ffffff;
}

#menubalk a:hover {
	text-decoration: none;
	color: #bfbfbf;
}

#content {
	margin-bottom: 0px;
}

.content_title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 9px;
}

.menubutton_active {
	width: 138px;
	height: 13px;	
	font-size: 11px;
	text-align: center;
	background-color: #e80d0f;
	color: #FFFFFF;
	margin-bottom: 1px;
	padding: 3px;
	border: solid 1px #828382;
}

.menubutton {
	width: 138px;
	height: 13px;
	font-size: 11px;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	margin-bottom: 1px;
	padding: 3px;
	border: solid 1px #828382;
}

.menubutton_hover {
	cursor: pointer;
	width: 138px;
	height: 13px;
	font-size: 11px;
	text-align: center;
	background-color: #ffb7b8;
	color: #000000;
	margin-bottom: 1px;
	padding: 3px;
	border: solid 1px #828382;
}

#contenttext {
	text-align: left;
	margin-bottom: 20px;
}

.image { border: 0px; }

#contenttext ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: square;	

}
#contenttext li {
	margin-left: 2px;
	margin-bottom: 6px;
}



input, select {
  font-family: "Arial", sans-serif;
  color: #000000;
  font-size: 12px; text-decoration: none; font-weight: normal;
  border: 1px;
  border-color: #888888;
  border-style: solid;
	margin: 1px;
	padding-left: 1px;
}

input:focus { 
  background:#EFEFEF; 
  border-color: #888888; 
}

.button {
	background: url('../img/button.gif');
	padding-left: 19px;
	text-align: left;
  color: #000000;
  font-family: "Arial", sans-serif;
  font-size:12px;
  font-weight:bold;
  width:200;
  height: 20;
  background-color:#D9D9D9;
  border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-top-width:1px;
  border-color: #888888;
}

form {
	margin: 0px;
}
