.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.subheading {
	font-family: "Microsoft Sans Serif";
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
.bodytext {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #000066;
	font-weight: bold;

}
.subsubheading {
	font-family: "Microsoft Sans Serif";
	font-size: 18px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;

}
.class1 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.class1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.class1 a:hover {
	text-decoration: underline overline;
	color: #0000CC;

}
.class1 a:active {
	text-decoration: none;
}
