@charset "utf-8";
#Table_01 table {
	background-image: url(../images/content-header.jpg);
	background-repeat: no-repeat;
}
.footerTxt {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.normalTxt {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

a:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #0099FF;
}

a:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #5b70d6;
}

a:active {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.normalTxtHeader {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}

