a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
/*  	background-color: #255479; */
	text-decoration: underline;
}
body {
  	background: #000000;
  	margin: 0;
  	font-family: Tahoma, Arial, sans-serif;
}
h1 {
  	color: #255479;
  	font-size: 18px;
}
hr {
	color: #ffffff;
}
input {
	background-color: #255479;
	border-width: 0px;
	border-style: solid;
	color: #ffffff;
	font-size: 11px;	
	font-family: Tahoma, Arial, sans-serif;
	overflow: none;
}
p {
	color: #255479;
	font-size: 11px;
}
p.copy {
	color: #ffffff;
	font-size: 8px;
	font-weight: bold;
}
td {
	color: #255479;
	font-size: 11px;
}
td.required {
	font-weight: bold;
}
textarea {
	background-color: #255479;
	border-width: 0px;
	border-style: solid;
	color: #ffffff;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	overflow: auto;
}
#button {
	position: relative;
	padding: 0 0 0 0;
	left: 3px;
	top: 4px;
	width: 129px;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	color: #ffffff;
	font-size: 11px;
	margin: 0;
}
#button li a {
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 9px;
	width: 100%;
	text-decoration: none;
}
#button li.active {
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding: 0;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 9px;
	width: 119px;
	text-decoration: none;
	background-color: #255479;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	background-color: #356489;
}
#main {
	position: relative;
	padding: 0 0 0 0;
	left: 10px;
	top: 10px;
	width: 600px;
	height: 345px;
	overflow: auto;
}
