table.expLink {
	width: 200px;
}
table.expLink td {
	font-size: 9px;
}
table.expLink a, #expLink a:visited {
	color: #4185C2;
	text-decoration: none;
	vertical-align: bottom;
}

input.roundInpGrey {
	width: 80px;
	height: 19px;
	border: 0px;
	padding-top: 3px;
	padding-left: 6px;
	background-image: url(med_input_grey.jpg);
	background-repeat:no-repeat;
}

input.roundInpYell {
	width: 80px;
	height: 19px;
	border: 0px;
	padding-top: 3px;
	padding-left: 6px;
	background-image: url(med_input_yell.jpg);
	background-repeat:no-repeat;
}

input.roundInpYellSml {
	width: 38px;
	height: 19px;
	border: 0px;
	padding-top: 3px;
	padding-left: 6px;
	background-image: url(sml_input_yell.jpg);
	background-repeat:no-repeat;
}

input.roundInpGreen {
	width: 80px;
	height: 19px;
	border: 0px;
	padding-top: 3px;
	padding-left: 6px;
	background-image: url(med_input_green.jpg);
	background-repeat:no-repeat;
}

div.finDivide {
	background-color: #cccccc;
	height: 2px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0px;
}