/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

body {margin-left: 25px;
}

.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l2o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.m0l2i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

H2{
	font-size: 200%;
	font-weight: bold;
}

H3{
	font-size: 150%;
	font-weight: bold;
}

.credits {
	font-size: 75%;
	font-weight: normal;
	color: #666666;
}

.boldtxt1 {
	font-size: 125%;
	font-weight: bold;
	color: #990000;
}

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	color: #996666;
}

.caption {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #996666;
}

.redhot {
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}
