/* CSS Document */

.text {
	font-family: "Arial", Helvetica, sans serif;
	font-size: 10pt;
	color: #0D0101;
}
.bld_text {
	font-family: "Arial", Helvetica, sans serif;
	font-size: 10pt;
	color: #4c3199;
	font-weight: bold;
}

body,td,th {
	font-family: "Arial", Helvetica, sans serif;
	font-size: 10px;
	color: #333333;
}
a {
	font-family: "Arial", Helvetica, sans serif;
	font-size: 10pt;
	color: #6633FF;
}
a:link {
	text-decoration: none;
	color: #6633FF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}