/* CSS Document */

A.link-showhide:link {
	COLOR: #3A5787;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
A.link-showhide:visited {
	COLOR: #3A5787;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
A.link-showhide:active {
	COLOR: #3A5787; font-size: 11px; text-decoration: underline;}
A.link-showhide:hover {
	COLOR: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}



.bg-hd {
	background: #bccbe4;
	padding: 5px 10px;
	border: 1px solid #91a6ca;
	cursor: pointer;
}


.visible {display:block;}
.hidden {display:none;}

div.hoverme, div.off {
	background: #d2ddef;
	padding: 5px 10px;
	border: 1px solid #91a6ca;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	}
div.hoverme:hover, div.on {
	background: #b5c5df;
	padding: 5px 10px;
	border: 1px solid #91a6ca;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	}
	
.pointer {
	cursor: pointer;
}
.break1 {
	height: 7px;
}
.bg-table-1b2-m1 {
	background: #f0f4fa;
	text-align: left;
	border-bottom: 1px solid #a8b9d7;
}
.bg-table-1b2-m2 {
	background: #e6edf9;
	text-align: left;
	border-bottom: 1px solid #a8b9d7;
}
.bg-table-1b2-f1 {
	background: #FDF1F7;
	text-align: left;
	border-bottom: 1px solid #F7B4ED;
}
.bg-table-1b2-f2 {
	background: #fbe3f0;
	text-align: left;
	border-bottom: 1px solid #F7B4ED;
}

