.headlinebig{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22pt;
	font-weight : bold;
}

.headlinemedium{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
}

.headline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

.introtext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.text{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.boxedtext{ font-family : Arial, Helvetica, sans-serif;
 font-size : 10pt;
 padding: 4px;
 border: solid 1px #a0a0a0;
 outline-color: gray;
}

.boxedtext240{ font-family : Arial, Helvetica, sans-serif;
 font-size : 10pt;
 width: 240px;
 padding: 4px;
 border: solid 1px #a0a0a0;
 outline-color: gray;
}

.graybox{ font-family : Arial, Helvetica, sans-serif;
 font-size : 10pt;
 background-color: #d0d0d0;
 padding: 4px;
 border: solid 1px #a0a0a0;
}

.yellowbox { font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 background-color: #ffff99;
 padding: 4px;
 border: solid 1px #a0a0a0;
}

.infotext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.picturetext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : italic;
}

.links{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
}

.menuline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-decoration : none;
}

.footertext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
}

A{
	text-decoration: none;
}

A:HOVER{
	text-decoration: underline;
	color: #000000;
}

A:VISITED {
	color : #000099;
	text-decoration : none;
}
.menu_ee {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #000;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background: #e0e0e0;
  border: 1px solid #000;
  text-align: center;
	text-decoration : none;
}

a.menu_ee:hover{
	text-decoration: none;
	color: #000000;
	background: #7e9dcd;
}

a.menu_ee:visited {
	color : #000000;
	text-decoration : none;


