
.bodytext {
	font-family: "Tahoma", Tahoma, mono;
	font-size: 70%;
}
.header
{	
	font-weight: normal;
	font-size: 80%;
}
.label
{
	font-weight: normal;
	font-size: 60%;
}
a.link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.link:hover {
	color: #FFCC66;
	text-decoration: none;
}
a.iclink:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}
a.iclink:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.iclink:hover {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
}
.popupControl
{
	background-color:#ffffff;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}
.contactBox 
{
	background-color: Transparent;
	border-style: none;
	font-family: Reprobate;
	font-weight: bold;
	font-size: larger;
	color: Navy;
	cursor: text;
}