.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
body {
	background-image: url(graphics/back.gif);
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	text-decoration: none;
}
.textBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333366;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
.textBigBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.textLtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
.textIt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
.textBoldUnderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	text-decoration: underline;
}

