@charset "utf-8";
/* CSS Document */

/* HEADER */

.topNAV {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}

.topNAV a:link {
	color: #000000;
	text-decoration:none;
}

.topNAV a:hover {
	color: #000000;
	text-decoration:underline;
}


/* MENU */
.menuContainer {
	text-align: center;
	width: 700px;
}

.menulink {
	font-family: "Tahoma" , "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #5e9842;
	text-decoration:none;
	display: block;
	float: left;
	width: 100px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	white-space:nowrap; 
}

.menulink:hover {
	text-decoration: none;
	color: #c0d72f;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menulink a, * html .menulink a:hover {
width:100px; 
w\idth:100px;}


.menulinklft {
	font-family: "Tahoma" , "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #5e9842;
	text-decoration:none;
	padding: 0px 0px 0px 15px;
	display: block;
	float: left;
	width: 89px;
	height: 18px;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap; 
}

.menulinklft:hover {
	text-decoration: none;
	color: #c0d72f;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menulinklft a, * html .menulinklft a:hover {
width:89px; 
w\idth:89px;}

/*
.menulink a {
	text-decoration: none;
	color:#FF6600;
}

.menulink a:hover {
	text-decoration: none;
	color:#C42000;
}
*/


/* CONTENT */

/* type */
.type {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	}


/* FOOTER */

.footer {
	font-family: "Tahoma" , "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	color:#000000;
}

.footer a:link {
	text-decoration:none;
	color:#5e9842;
}

.footer a:hover {
	text-decoration: none;
	color:#c0d72f;
}

.footer a:visited {
	text-decoration:none;
	color:#c0d72f;
}


