body {
    font-family:		arial, "lucida console", sans-serif;
}
.bg_panel {
    background-color: 	white;
	padding: 			5px;
	border:				solid;
	border-width:		1px;
	height:				96%;
}
input,select {
	background-color:	white;
	border:				solid;
	border-width:		1px;
	font-size:			9pt;
}
.label {
    font-size:			10pt;
}

.text {
	font-size:			9pt;
}

.header {
	font-size:			medium;
	font-style:			bold;
}

.wide {
    width:				75%;
}
.fg_table {
	border-collapse: 	collapse;
}
.error {
	color:				red;
	font-weight:		bold;
	font-size:			10pt;
}
.sm_link {
	font-size:			9pt;
}
.thumb_w {
	width:				140px;
}
.thumb_h {
	height:				105px;
}

