body
{
	margin: 0px;
	background-color: #cccccc;
	color : #00005A;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

td
{
	font-size: 10pt;
}

a:link, a:visited
{
	font-size: 11px; 
	font-weight: bold;
	color: #213953; 
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.headline
{
	text-align: center;
	font-size: 1.5em;
	color: #4BA0D6;
	margin-bottom: 20px;
}
div.headline span
{
	padding: 2px;
	border-bottom: 1px solid #4BA0D6;
}

div.subheadline {
	padding-left: 20px;
	font-size: 1.2em;
	font-weight: bold;
	border-left: 5px solid #4BA0D6;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul
{
	margin: 0px;
}

li
{
	list-style: inside 3px;
}

#menu li a:hover
{
	background-color: #4BA0D6;
}

#menu ul
{
	list-style: none;
	border: none;
	width: auto;
	padding-bottom: 200px;
}

#menu li
{
	list-style: none;
	border-bottom: 1px solid white;
	margin-left: -40px;
}

#menu li a
{
	display: block;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px 5px 0px;
	background-color: #213953;
	color: #fff;
	text-decoration: none;
	width: 175px;
	width: auto;
}

.maintable
{
	width: 760px;
	border: 5px solid #999999;
	background-color: white;
}

.inputbox
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	background: #FFFFFF;
	border: 1px solid;
}

.inputboxE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #343A58;
	background: #FFFFFF;
	border: 1px solid red;
}

 
.button
{
	color: #213953; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	background: #94B1CF;
	border: 1px solid #000066;
	height: 20px;
}
