body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #a1c1e8;
	background-image: url(img/bgr.png);
	background-repeat: repeat-x;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #007528;
	text-decoration: none;
}
a:visited {
	color: #00591e;
	text-decoration: none;
}
/* This seems to be broken in Internet Exploder 6
a:active {
	color: #00cb45;
	text-decoration: none;
} */

.main h1 {
	font-size: 18px;
	color: #007528;
	font-weight: bold;
}
.main h2 {
	font-size: 14px;
	color: #00722d;
	font-weight: bold;
}
.main h3 {
	font-size: 10px;
	color: #00732d;
	font-weight: bold;
}
.main h4 {
	font-size: 10px;
	color: #00732d;
	font-weight: normal;
	font-style: italic;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Ligher sidebox style */
.sidebox {
	color: #097530;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.sidebox a {
	color: #097530;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* Darker sidebox style, does the difference make sense? */
.sidebox_eval {
	color: #500000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.sidebox_eval a {
	color: #3c4f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/* Contact information in the footer */
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007733;
	font-weight: bold;
}

/* Phone numbers (including .address .phone) */
.phone {
	font-weight: bold;
}

/* Style for the address on the Contacts page */
.address {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.address .amname {
	color: #00732d;
	font-weight: bold;
}

