.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #0066CC;
	text-decoration: none;
}
a:active {
	font-size: x-small;
	color: #003366;
	text-decoration: none;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #003366;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003366;
	background-color: #F0F4F7;
	border: 1px solid #006699;
	height: 15px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	border: thin none #0099CC;
}
