.standard {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
}
.bold {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.title {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}
.table {
	border: 1px solid #FF6600;
}
