@charset "utf-8";
/* CSS Document */

body { 
	background-color:#ECEFDC; 
/*	background-image:url(/images/background.jpg); 
	background-position:center top; 
	background-repeat:no-repeat; */
}

table, input, select, textarea, body, p, td, th {
	font-family:Arial, helvetica, sans-serif; 
	font-size:12px;
	line-height:14px;
	color:#696A63;
	vertical-align:top;
}

input, textarea {
	border: 1px #696A63 solid;
	color:#7C7E73;
}

.arrowList li { 
	list-style-type: none;
}

.arrowList li a { 
	color:#1D79B6;
	text-decoration:none; 
	list-style-type: none;
	background:url(/images/d_arr.gif) center left no-repeat; 
	padding-left:14px;
}

.arrowList li a:hover{
	text-decoration:underline;
}

a:link, a:visited, a:hover, a:active {
	color:#1D79B6;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.blue {
	color:#1D79B6; 
}

.greenBoxTitle {
	font-weight: bold; 
	font-size: 14px;	
}

#greenBox {
	color:#FFFFFF; 
	font-size: 11px;
}

#greenBox td {
	color:#FFFFFF;
	font-weight: bold;
}

#footer {
	font:11px Arial, helvetica, sans-serif; 
	color:#696A63; 
	text-align:center;
}

#footer a {
	font:11px Arial, helvetica, sans-serif; 
	color:#696A63; 
	text-decoration:none
}

#footer a:hover {
	text-decoration:underline
}

textlabel {
	font-weight:bold;
}

.resultlabel {
	color:#003B16;
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
}

.resultvalue {
	color:#003B16;
	font-weight:bold;
	font-size: 14px;	
	line-height: 16px;	
}

input {
	border: solid 1px #003B16;
	height: 11px;
	font-size: 10px;
	margin: 1px;
	padding:1px;
	color:#003B16;
	font-weight:bold;	
}

.radiovalue {
	border: none;
}

.roi_table {
	border: solid #003B16 1px;
	width: 350px;
}

.roi_table td {
	padding: 2px;
}	

.roi_header {
	color:#003B16;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
}