/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
body {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 100px;
	padding: 0px;
}

.border {
	border : 2px solid #000000;
}

.m0l0iout {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	border: solid 1px #000000;
	color: #000000;
}
.m0l0iover {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	border: solid 1px #000000;
	color: #000000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ffffee;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ffcc00;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #ffffee;
	filter: alpha(opacity=100);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #ffcc00;
}

/* level 2 inner */
.m0l2iout {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l2iover {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #ffffee;
	filter: alpha(opacity=100);
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #ffcc00;
}

/* font styles */
.main_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

.links_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.index_ad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}

.smallitalics {
	font-size: 11px;
	font-style: italic;
}