body {
	font-family:'Verdana';
	font-size:9px;
	background-color:white;
}


.wform {
	font-size:9px;
	xborder-top:2px solid gray;
	xborder-bottom:2px solid gray;
}
.wform caption {
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid gray;
	margin-bottom:4px;
}


.wform th,.sortheader {
	background-color:#bbbbbb;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:black;
}


.wform td {
	vertical-align:top;
}


.wform textarea {
	border:1px solid black;
}

.wform select {
	border:1px solid gray;
	font-size:9px;
	cursor:pointer;
}

.wform input {
	border:1px solid black;
	background-color:white;
}

.wform td.hbar {
	height:1px;
	border-bottom:1px solid gray;
}

.wform td .button {
	border:1px solid black;
	background-color:white;
	width:90px;
	font-size:9px;
	cursor:pointer;
}

.wform td.numeric {
	text-align:right;
}

.wform td.date {
	xtext-align:left;
	width:70px;
}

.wform td a {
	color:black;
	xtext-decoration:none;
}

.wform td.center {
	text-align:center;
}

.wmenu {
	font-family:Verdana;
	font-size:10px;
}

.wmenu a {
	text-decoration:none;
	color:black;
}


