body    {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: white;}
table   {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
.button {color: black; background: white; border: 1px solid #888888; cursor: hand; font-size: 90%;/* font-weight:bold;*/}
textarea, input, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;	
	border: 1px solid #888888;
}
.widthbutton {
    width: 100px;
}
.activebutton {
    background-color: #ffffe0;
    font-weight: bold;
}
.noborder {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;	
	border: none;
}
.tablehead, .tablehead2 {
	background-color:white;
	color: #005500;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	/*border: 1px solid green;*/
}
.tablehead2 { 
	font-weight: normal;
	text-align: right;
}
.tablehead3 {
	font-weight: normal;
	font-variant: small-caps;
	color: #00cc00;
	font-size: 90%;
}
table.tableframe {
	background-color: white;
	border: 1px solid green;
	width: 100%;
}
table.tableframe2 {
	border-bottom: 1px solid green;
	border-left: 1px solid green;
	border-right: 1px solid green;
	width: 100%;	
}
table.tableshadow {
	background-color: white;
	border-right: 2px solid gray;
	border-bottom: 3px solid gray;
/*	width: 97%;*/
}
th {
	padding-bottom: 5px;
}
.bgcolor {
	background-color: #f0f0f0;
}
.bgcolorhead {
	background-color: #f0f0ff;
}
.bgcoloractive {
	background-color: #ffffe0;
}
a:link {text-decoration: none; color:black;}
a:visited {text-decoration: none; color:black;}
a:hover {
	text-decoration: underline;
	color: blue;
}

