
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
a.line:link {
	font-size: 12px;
	text-decoration: underline;
	color: blue;
}
a.line:active {
	font-size: 12px;
	text-decoration: underline;
	color: blue;
}
a.line:visited {
	color: blue;
	font-size: 12px;
	text-decoration: underline;
}
.txtTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
.TabelTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.txtIndexTitle {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.txtIndexBlueTitle {
	font-size: 14px;
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}
.txtIndexTop {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF812A;
}

