body, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

H1 {
	color: #880000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

H2 {
	color: #880000;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 11pt;
	margin-bottom: 6px;
}

.menutable {
	border-collapse: collapse;
	background-color: #EFEFEF;
}

.menutop {
	border-width: 1px;
	border-style: solid;
	border-color: #880000;
	
	background-color: #880000;
	color: #FFFFFF;
}

.menuborder {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #EFEFEF;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

.menutext A, .menulink A { 
	color: #880000;
	text-decoration: none;
}
.menu_smaller {
	font-size: 9pt;
}
.menu_smaller A { 
	color: #880000;
}
.menutext A:visited, .menulink A:visited, .menu_smaller A:visited { 
	color: #880000;
}

.footer {
	font-size: 10pt;
	color: #888888;
}

A:hover {
	color: red;
	text-decoration : underline;
}
A:visited {
	color: #000080;
}

.header_large {
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
/* 	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; */
}

.header_small {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
/* 	font-family: verdana, Geneva, Arial, Helvetica, sans-serif; */
}

.logofont  {
	font-size: 20pt;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

.logofont_small {
	font-size: 12pt;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

.datestamp {
	/* used when writing small tidbits with news and all sorts of information */
	color: #666666;
	font-size: 10px;
	margin-top: 5px;
}

.navlink {
	/* used for navigation links in the FAQ */
	color: #666666;
	font-size: 10px;
	margin-top: 5px;
}

.info {
	/* used for info texts */
	color: #666666;
	font-size: 10px;
	padding-bottom: 5px;
}
.info_materiale, .info-large {
	color: #666666;
	padding-bottom: 5px;
}

.btn {
	color: white;
	background-color: #800000;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

.faq {
	/* used for the questions in the FAQ (H2 headers) */
	color: #006600;
}

.compact {
	/* used for bullet lists */
	margin-top: 0px;
}

.state {
	font-size: 10px;
}

.label {
	text-align: right;
	padding-right: 8px;
}
INPUT, 
SELECT,
TEXTAREA 
{
	font-family: Arial, Helvetica, sans-serif;
}

.adresseliste TD {
	padding-top: 5px;
	padding-right: 8px;
	border-bottom: 1px solid #d0d0d0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

UL.listwithspace {
	margin-top: 0;
	padding-top: 0;
}

.listwithspace LI {
	margin-top: 8px;
}
.bold {
	font-weight: bold;
}

.infobox {
	border: 1px solid #aaaaaa; 
	padding:8px
}