/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
body {
	background-color: #FF9619;
	margin-left: 0px;
	margin-top: 0px;
	color: #000000;
}
.bold-large {
	font-size: x-large;
	font-weight: bold;
}
.bold-normal {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.normal {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.bold-large-red {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #E50400;
}
.bold-large-blue {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0100C2;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.white-normal {
	color: #FFFFFF;
	font-size: 14;
	font-weight: bold;
}
.white-large {
font-size: x-large;
color: #FFFFFF;
font-weight: bold;}
.small {font-size: 10px}
-->