@charset "utf-8";

body {
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
hr {
	margin-bottom: -6px;
	margin-top: -2px;
	color: #CCCCCC;
}
.company_name {
	font-weight: bold;
}
.item_notes {
	color: #666666;
	font-size: 0.7em;
}

.item_result {
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.item_result_bold {
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
}
.item_result_red {
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #CC0000;
}
.item_title {
	color: #999999;
}



.page_title {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.8em;
	color: #498E55;
}
.section_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
#image_cell {
	padding: 10px;
	width: 80px;
}
#encypted_div_red {
	margin-left: 5px; 
	margin-right: 5px; 
	border:dashed #CC0000 2px;
}
#encypted_div_green {
	margin-left: 5px;
	margin-right: 5px;
	border:dashed #498E55 2px;
}

#subtitle_bar {
	background-color: #F3F4FC;
	color: #666666;
	border: 1px none #66CCFF;
	font-size: 1.1em;
	padding: 5px;
}
#title_bar {
	background-color: #EDEFFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3399CC;
	border-right-color: #3399CC;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

