/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#leftColumn table {
	width: 99%;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

#leftColumn th {
	background-color: #DDD;
	text-align: left;
	font-weight: bold;
}
#leftColumn td {
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
#leftColumn #form1 #form td{
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.greenBackground {
	background-color: #FDF1B9;
}
.grayBackground {
	background-color: #F3F3F3;
}
#rightColumn table#radio {
	margin-top: 15px;
}

