/* CSS Document */
body {
	font-family: Verdana, Arial, Helevetica, sans-serif;
	font-size: 11px;
}

td {
	font-family: Verdana, Arial, Helevetica, sans-serif;
	font-size: 11px;
}

tr {
	font-family: Verdana, Arial, Helevetica, sans-serif;
	font-size: 11px;
}

a {
	color: #098d52;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.textlh2 {
	line-height: 18px;
}

.menurow {
 border-bottom-width:1px;
 border-bottom-color:#333333;
 border-bottom-style:solid;
}

.menurowtop {
 border-top-width:1px;
 border-top-color:#333333;
 border-top-style:solid;
 border-bottom-width:1px;
 border-bottom-color:#333333;
 border-bottom-style:solid;
}

.menurow-selected {
 border-bottom-width:1px;
 border-bottom-color:#333333;
 border-bottom-style:solid;
 background-color:#098d52;
 color:#FFFFFF;
 cursor:pointer;
}

.menurowtop-selected {
 border-top-width:1px;
 border-top-color:#333333;
 border-top-style:solid;
 border-bottom-width:1px;
 border-bottom-color:#333333;
 border-bottom-style:solid;
 background-color:#098d52;
 color:#FFFFFF;
 cursor:pointer;
}

.listrow-selected {
 background-color:#eeeeee;
 cursor:pointer;
}

INPUT,SELECT,TEXTAREA {
	BORDER-TOP-COLOR: #CCCCCC;
	BORDER-LEFT-COLOR: #CCCCCC;
	BORDER-RIGHT-COLOR: #CCCCCC;
	BORDER-BOTTOM-COLOR: #CCCCCC;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-RIGHT-WIDTH: 1px;
	background-color: #FFFFFF;
}
.button	{
	BORDER-TOP-COLOR: #FFFFFF;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-COLOR: #FFFFFF;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #FFFFFF;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #FFFFFF;
	BORDER-BOTTOM-WIDTH: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	color: #000000;
	background-color:#dddddd;
	height: 18pt;
	cursor:pointer;
}

