/*
table {font-family: Verdena, Arial, Helvetica; font-size: 11px;}
body {font-family: Verdena, Arial, Helvetica; font-size: 11px;}
hr {  color: #000000}

h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #660033;

}

input {
	font-size: 10px;
}
select {
	font-size: 10px;
}
.row1 {
	background-color: White;
	
}

.row2 {
	background-color: #F5DEB3;
	
}

.tableborder {
	border: 1px solid #000000; 
	padding: 0px;
}

.tableheader {
	font-weight: bold;
	background-color: #D2B48C;
	padding: 0px
	
}

.tablelabel {
	font-weight: bold;
	background-color: #D2B48C;
	padding: 0px 2px 0px 0px;
}
	

.tablecontent {
	padding: 4px 0px 0px 2px;
}

.searchtable {
	font-weight: bold;
	background-color: White;
	padding: 3px;
	margin: 3px;
}
*/