/*Standard Style Sheet 2 */
/* Konrad Plendl, 5-05 */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #0099FF;
	font-weight: bold;
}
h1 {
	font-size: 34px;
	color: #000000;
}
h2 {
	font-size: 20px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 10px;
}


.style2 {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
}

.style1 {
	font-size: 25px;
	line-height: 25px;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
}
.style4 {
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
}
.style7 {
	font-size: 42px;
	line-height: 25px;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.style8b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.style6 {	font-size: 18px;
	font-weight: bold;
}
.style5 {	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.style9 {	font-size: 12px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
}



/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
	
	inner-text, outer-background
*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background: #666699;
}
.m0l0oover {
	text-decoration : none;
	background: #666699;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6666FF;
	filter: alpha(opacity=135);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6666FF;
}

/* level 2 inner * (Not Used)/
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ccff00;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ccff66;
}