fieldset 
{
	position:relative;
	background-color: #FFFFF0;
} /* For legend positioning */
legend 
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding:0;
}

html, body {
	margin:0px;
	padding:0px;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
body, input, select, textarea {
	background-color: 999999;
}


div.pageheader {
	text-align: left;
	font-family: Tahoma;
	font-size: 18px;
	color: black;
	font-weight: bold;
}

td, input, select, textarea {
	font-family: Tahoma;
    font-size: 11px;
	color: #000000;
	vertical-align: top; 
}
td {
	padding: 0px;
}
table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
    background-color: white;
}
td.menuitemup {
	vertical-align: middle;
	text-align: center;
    background-color: white;
	width: 33%;
    border-top: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC;
}
td.menuitembottom {
	vertical-align: middle;
	text-align: center;
    background-color: white;
	width: 33%;
    border-top: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC;
}
a{
    text-decoration: underline;
	color: #2781DF;
}
a.menulinkup {
    text-decoration: underline;
	color: #2781DF;
	font-size: 16px;
}
a.menulinkbottom {
	text-decoration: none;
	color: #676767;
	font-size: 16px;
    border-bottom: 2px dotted black;
}
td.head {
	height: 25px;
	vertical-align: middle;
	text-align: center;
	padding: 5px 8px;
	font-family: Tahoma;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
td.menu {
	height: 25px;
}
td.textarea {
  padding:8px;
  font-family: Tahoma;
  font-size: 14px;
  height: 100%;
}