body
{
color:	#000000;
font-size: 10pt;
font-family: Arial;
margin-top:	0;
margin-left:0;
margin-right:0;
margin-bottom:0;
}
a
{
text-decoration: none;
}
a:link
{
	color:	blue;
}
a:visited
{
	color:	blue;
	font-style:	italic;
}
a:active
{
	color:	red;
	font-style:	italic;
}
a:hover
{
	color:	red;
}

form
{margin-top: 0; margin-bottom: 0;
}

input
{
	font-size: 10pt;
	font-family: Times New Roman;
}

textarea
{
	font-size: 10pt;
	font-family: Times New Roman;
}
table
{
	font-size: 10pt;
	font-family: Times New Roman;
}
.ULine {border-bottom: solid 1px #D3D3D3;
        font-size: 8pt;}
.ULtax {border-bottom: solid 1px #D3D3D3;}


#ULine {border-bottom: solid 1px #D3D3D3;
        font-size: 8pt;}
#ULtax {border-bottom: solid 1px #D3D3D3;}

.hboxl {text-align: left;
        width: 150px;
		background-color: white;
		font-size: 14px;}
.hboxc {text-align: center;
        width: 75px;
		background-color: ghostwhite;
		border: solid 2px lavender;
		font-size: 10px;}
.hboxe {width: 75px;
        background-color: white;}		
.hboxr {text-align: right;
        width: 150px;
		background-color: white;
		font-size: 14px;}

.tline {border-bottom: solid 1px #E4E4E4; font-size: 1px;}		

#dd {
	margin: 0 0;
	border-style: none;
	padding: 0 0 0 0;
	}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left; 
  font: bold 12px arial;

}

#dd li a.menu {
  display: block;
  text-align: center;
  background-color: ghostwhite;
  border: solid 2px lavender;
  padding: 4px 4px;
  margin: 0 1px 0 0;
  color: blue;
  text-decoration: none;
}

#dd li a.menu:hover {
  background: ghostwhite;
}

#dd li a.hboxm {
  display: block;
  text-align: center;
  background-color: ghostwhite;
  border: solid 2px lavender;
  padding: 4px 4px;
  margin: 0 1px 0 0;
  color: blue;
  text-decoration: none;
}

#dd li a.hboxm:hover {
  color: red;
  background: ghostwhite;
}
.submenu {
  background: ghostwhite;
  border: 2px solid lavender;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: blue;
}

.submenu a:hover {
  background: ghostwhite;
  color: red;
}
