.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000066;
}
.bwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #999999;
}
.tinywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
a:visited {
	text-decoration: underline;
	font-size: inherit;
	font-style: inherit;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: inherit;
	font-style: inherit;
	color: #000000;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: inherit;
	font-style: inherit;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	font-size: inherit;
	font-style: inherit;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}
