body
{
	background: url(images/top_bg.jpg) repeat-x top fixed;
    margin: 0px;
    margin-top: 50px;
	margin-bottom: 20px;
	padding: 0px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 14px;
	color: #353535;
}
.necessary { display:none; }
h1, h2
{
	color: #252525;
	margin-bottom: 5px;
}
h1
{
	font-size: 17px;
}
h1.head
{
	font-size: 17px;
	text-align:center;
	margin-top:20px;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 14px;
}
div.top_menu-background
{
	background-image: url(images/top_border.jpg);
	width: 90%;
	height: 101px;
}
div.top_menu-left
{
	background-image: url(images/top_background_left.jpg);
	width: 380px;
	height: 101px;
	float:left;
}
div.info
{
	width: 600px;
	margin-bottom:20px;
	margin-top:20px;
	text-align: left;
}
a
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration:none;
}
a.linklist
{
	font-weight: normal;
	color: #353535;
}
a.linklist:hover
{
	text-decoration:underline;
}
div.menu
{
	width: 90%;
	height: 30px;
	position: absolute;
	top:151px;
	left:5%;
}
div.menuspace
{
	float:left;
	line-height:28px;
}
a.menubutton
{
	display:block;
	padding-left:14px;
	padding-right:14px;
	line-height:28px;
	float:left;
	border-left:1px solid #7A7A7A;
	border-right:1px solid #7A7A7A;
	color: #191919;
	font-size:12px;
}
a.menubutton:hover
{
	background-color: #575757;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}
div.content
{
	background-color: #A0A0A0;
	width: 90%;
	padding-top:30px;
}
td.content-left
{
	background-image: url(images/content_bg_left.jpg);
}
td.content-right
{
	background-image: url(images/content_bg_right.jpg);
}
table.error
{
	border:0px;
	color:#CC2828;
	text-align:left;
}
div.bottom-background
{
	background-image: url(images/bottom_border.jpg);
	width: 90%;
	height: 101px;
}
input.text, textarea
{
	font-size: 14px;
	font-weight: bold;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	background-color: #FFCCAD;
	border: 1px solid black;
}
input.text:focus, textarea:focus
{
	background-color: #FFAA7C;
}
input.button
{
	font-size: 14px;
	font-weight: bold;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	background-color: #FE9B58;
	border: 1px solid black;
}
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active
{
  position: relative;
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 14px;
  color: #353535;
  font-weight:normal;
  text-align: left;
}
a.tooltip:hover
{
  background: transparent;
}
a.tooltip span
{
  display: none;  
  text-decoration: none; 
}
a.tooltip:hover span
{
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0px; 
  width: 500px;
  z-index: 100;
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 12px Verdana, sans-serif; 
  text-align: left;
}
.footer
{
	color: #999;
}
