a { text-decoration:none; }
a:hover { text-decoration:underline; }

input, textarea, select {
  background-color: #FFFFFF;
  color: #000000;
  border: solid #000000 1px;
  border-style: solid;
  font-family: verdana, geneva, arial, helvetica;
  font-size : 10px;
}

body, td 
{
	font-size : 10;
	font-family : Verdana, Arial;
}

.header1
{
	font-size: x-large;
}

.header2
{
	font-size : larger;
}

.header3
{
	font-size : 11;
	font-weight : bold;
}

.header4
{
	font-size : 10;
	font-style: italic;
}

.panel
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	margin-top: 2px;
	border-left: lightgrey 1px solid;
	width: 100%;
	cursor: hand;
	border-bottom: lightgrey 1px solid;
	background-color: whitesmoke;
}

.subpanel
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	padding-right: 5px;
	display: none;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-left: gainsboro 1px solid;
	width: 95%;
	padding-top: 5px;
	border-bottom: gainsboro 1px solid;
	background-color: beige;
	text-align: left;
}
