@charset "utf-8";
/* CSS Document */
input, select, textarea {
	border: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: url(images/idxBlueBg2.jpg) repeat-y top center;
	background-color: #3f5465;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.leftPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #DDFFDF;
	padding: 10px;
}
.centerPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #FFFFFF;
	padding: 10px;
}
.leftPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #DDFFDF;
	background:url(images/idxLtGrnBg.jpg);
	padding: 10px;
}
.linkPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	background-color: #DDFFDF;
	background:url(images/idxLtGrnBg.jpg);
	padding: 5px;
}
.bigHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #3f5300;
	
}
.medBigHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #3f5300;
}
.medHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #91c100;
}
.plainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	line-height: 150%;
	text-align: justify;
}
.greenText {
color: #8fc220;
}
.smallText {
	font-size: 6px;
}
.mainTable {
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
} 
.topTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
} 
.bottomTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 5px 5px 5px;
} 
.sidePad {
	padding-right: 6px;
} 
.smallPad {
	padding: 3px;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #709500;
}
a:active {
	text-decoration: none;
	color: #000000;
}
td#below a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
td#below a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
td#below a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
td#below a:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}