body {
	color: #000000; 
	background-color: #F0FFF0; 
	margin: 10;
}
a:link {
	color: #005090; 
	text-decoration:none;
}
a:visited {
	color: #005090;
	text-decoration:none;
}
a:hover {
	color: #0A60A0;
	text-decoration:none;
}
a:active {
	color: #0A60A0;
	text-decoration:none;
}
.txt12 {
	font-size: 14px;
	line-height: 130%;
}
table.list {
	background-color: #B0C0D0; 
}
table.list tr {
	line-height: 130%;
}
table.list th.left {
	background-color: #5080A0;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.list th {
	background-color: #5080A0;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.list tr.header th {
	text-align: center;
}
table.list th input {
	font-size: 10px;
}
table.list th a:link {
	color: #FFFFFF;
}
table.list th a:visited {
	color: #FFFFFF;
}
table.list th a:active {
	color: #FFFFFF;
}
table.list th a:hover {
	color: #FFFFFF;
}
table.list td {
	background-color: #F0F0FF;
	padding: 3px;
}
table.list tr.disabled td {
	background-color: #A0A0A0;
}
h1.title {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	letter-spacing: 0.1em;
	text-align: left;
	width: 99%;
	background-color: #6699CC;
	color: #FFFFFF;
}
.message {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}
hr {
	color:#005090;
	height:1px;
}

.description {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
a.tooltip span {
	display:none;
	padding:2px;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
}
.mandatory {
	color: darkorange;
}
