@charset "utf-8";
/* CSS Document */
.headder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #64B0FC;
	background-image: url(../img/headder.png);
	background-position: left;
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.table_no_borders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.buttomNote {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: fixed;
	height: 100px;
	width: 150px;
	left: 5px;
	bottom: 5px;
}
.headder2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #64B0FC;
	background-image: url(../img/headder.png);
	background-position: left;
	background-repeat: repeat-y;
}
.headder3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FC6464;
	background-image: url(../img/headder3.png);
	background-position: left;
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

