/* CSS Document */


BODY,TD,.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	font-weight: normal;
}
.title {
	font-size: 18px;
	color: #330000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.stitle {
	font-size: 14px;
	color: #B30000;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.stext {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
.alert {
	color: #FF9900;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
A:LINK,A:VISITED {
	color: #000099;
	text-decoration: underline;
}
A:HOVER {
	color: #0000EE;
	text-decoration: none;
}
