<style type="text/css">
form {
padding:0px;
padding-bottom:0px;
margin:0px;
margin-bottom:0px;
}
img{
	border:none;
}
body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	background-color:#FFFFFF;
	color:#000000;
	background-image:url(img/bg.png);
	margin:5px;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border-collapse:0;
}
select {
	width: 150px;
	font-size:12px;
}
input {
	width: 200px;
	font-size:12px;
}
input.radio {
	width: 20px;
	font-size:12px;
}
.checkbox {
	width: 20px;
	font-size:12px;
}
input.small {
	width: 50px;
}
input.login {
	width: 160px;
}
input.button {
	width:150px;
	background-color: #DAEAEF;
}
input.smallbutton {
	background-color: #DAEAEF;
	width:75px;
}
input.bigbutton {
	background-color: #DAEAEF;
	width:300px;
}
.lowerStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.stdLink
{
	font-size:12px;
	text-decoration: underline;
	color:#000000;
}
.boldLink
{
	font-size:12px;
	text-decoration: underline;
	font-weight:bold;
	color:#000000;
}
.bigLink
{
	font-size:14px;
	text-decoration: underline;
	font-weight:bold;
	color:#000000;
}
.lowerLink
{
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
a:hover.stdLink
{
	font-size:12px;
	text-decoration: underline;
	color:#000000;
}
a:hover.boldLink
{
	font-size:12px;
	text-decoration: underline;
	font-weight:bold;
	color:#000000;
}
a:hover.bigLink
{
	font-size:14px;
	text-decoration: underline;
	font-weight:bold;
	color:#000000;
}
a:hover.lowerLink
{
	text-decoration: underline;
	font-size: 10px;
	color: #666666;
}
h1
{
	font-size:14px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}
h2
{
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
.help
{
cursor: help;
}
.help div
{
width:300px;
cursor: default;
display:none;
position:absolute;
z-index:300;
text-align:left;
white-space:normal;
}
.help:hover div
{
display:block;
}
.help div:hover
{
display:block;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
z-index: 10;
width:180px;
}

#menu a, #menu h2 {
font-weight:bold;
text-align:left;
display: block;
margin: 0;
padding: 3px 2px;
padding-left:10px;
}

#menu h2 {
cursor:default;
font-size:12px;
color: #000000;
background: #7ACDE2;
background:url(img/menu/h2.png);
background-position:top left;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}

#menu a {
color: #000;
text-decoration: none;
background:#E4F4F8;
background:url(img/menu/a.png);
background-position:top left;
border-width: 0px;
border-style: dotted;
border-color: #ccc #888 #555 #bbb;
}

#menu a:hover {
color: #a00;
background:#FFFFFF;
background-image:url(img/menu/ahover.png);
background-color:#E6FFF2;
background-position:top left;
}

#menu ul ul {
position: absolute;
top: 0;
left: 0;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
top: 0%;
left: 100%;
width: 100%;
z-index:100;
}

div#menu ul ul 
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

div#menu ul ul li a 
{
	font-size:11px;
	background-image:url(img/menu/sub.png);
	background-color:#E6FFF2;
}

</style>