font {
	font-family: Tahoma;
	font-size: 3mm;
	line-height: 4mm;
}
a.menu:link {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	background-position: center;
	text-align: center;
}
a.menu:visited {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	background-position: center;
	text-align: center;
}
a.menu:hover {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	display: block;
	width: 100%;
	height: 40px;
		vertical-align: middle;
	line-height: 40px;
	background-position: center;
	text-align: center;
}
a.menu:active {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 40px;
		vertical-align: middle;
	line-height: 40px;
	background-position: center;
	text-align: center;
}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px;
}
h2 {
	font-family: Tahoma;
	font-size: 13px;
	margin: 0px;
}
a:link {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.contact:link {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.contact:visited {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.contact:hover {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.contact:active {
	font-family: Tahoma;
	font-size: 3mm;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

textarea {
	font-family: Tahoma;
	font-size: 3mm;
}
fieldset {
	font-family: Tahoma;
	font-size: 3mm;
}

input.grey {
     background-color: #CCCCCC; 
	 font-family: Tahoma;
	 font-weight: bold; 
	 font-size: 3mm; 
	 color: #000000;
	 
}
input.field {
     background-color: #EAEAEA; 
	 font-family: Tahoma;
	 font-size: 3mm; 
	 color: #000000;
}
select {
     background-color: #EAEAEA; 
	 font-family: Tahoma;
	 font-size: 3mm; 
	 color: #000000;
}
.contactform {

border: 1px dashed #CCCCCC;

}