body {
	background-color: white; /*#FFFFCC; */
}

.error {
	background-color: red;
  	border-color: black;
	border-style: solid;
	border-width: 0px;
	color: yellow;
	font-family: Comic Sans MS;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

.error_header {
	background-color: red;
  	border-color: black;
	border-style: solid;
	border-width: 0px;
	color: yellow;
	font-family: Comic Sans MS;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}

.errorno {
	background-color: blue;
  	border-color: black;
	border-style: solid;
	border-width: 0px;
	color: white;
	font-family: Comic Sans MS;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

h1 {
	background-color: blue;
	border-style: solid;
	border-color: blue; /*#00A6FF;*/
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom-width: 49px;
	color: white;
	font-family: Comic Sans MS;
	font-size: 28pt;
	font-style: italic;
	font-weight: bold;
  	margin-bottom: -25px;
	text-align: center;
}

h1.b {
	background-color: white;
	border-style: solid;
	border-color: white; /* red; */
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom-width: 49px;
	color: black;
	font-family: Comic Sans MS;
	font-size: 28pt;
	font-style: italic;
	font-weight: bold;
  	margin-bottom: -25px;
	text-align: center;
}

h2 {
	background-color: black;
  	border-color: #00A6FF;
	border-style: solid;
	border-width: 4px;
	color: white;
	font-family: arial; /*Times New Roman;*/ /*Comic Sans MS; */
	font-size: 14pt;
	font-weight: normal; /*bold; */
	text-align: center;
}

h2.o {
	background-color: orange;
  	border-color: red;
	border-style: solid;
	border-width: 8px;
	color: black;
	font-family: arial; /*Times New Roman;*/ /*Comic Sans MS; */
	font-size: 14pt;
	font-weight: normal; /*bold; */
	padding-top: 5px;
	padding-bottom: 8px;
	text-align: center;
}

hr {
	height: 6px;
	color: blue;            /* IE uses this property for color */
	background-color: blue; /* Mozilla uses this one for color */
/*	**************************************************************
	now we gotta specifiy the following for Mozilla so we don't 
	get the gray/recessed default border -- and... if the
	border-width property is greater than 0px it increases the
	HR height in Opera but is part of the total height in
	IE/Mozilla (what a bunch of SHIT -- the fuckin' browser makers
	need their asses kicked for causing this kind of crap!!!)
	*********************************************************** */
	border-color: red; 
        border-style: solid;
        border-width: 0px;
}

.hr_divider {
	color: gray;
	height: 2px;
}

.page_links {
	background-color: white; /*#FFFFCC;*/
	border-color: red;
        border-style: dashed;
        border-width: 2px; 
        border-bottom: 0px;
/*	color: white; */
	font-size: xx-small;
	font-family: Comic Sans MS;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0 auto;
//	margin-left: 40%;
//	margin-right: 40%;
  	margin-top: -54px;
  	margin-bottom: 0px;
	text-align: center;
	width: 190px;
//	float: right;
}

.the_price {
	color: black;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

.the_price_red {
	color: red;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

.the_price_green {
	color: green;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

.warning {
	background-color: orange;
  	border-color: black;
	border-style: solid;
	border-width: 0px;
	color: black;
	font-family: Comic Sans MS;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

/* --- 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 */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small; //12px;
	text-decoration: none;
	padding: 1px; //4px;
	padding-left: 3px;
	padding-bottom: 2px;
	color: #FFFFFF;
}
.m0l0iover {
	font: xx-small Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none; /*underline;*/
	padding: 1px; //4px;
	padding-left: 3px;
	padding-bottom: 2px;
	color: #000000; //#FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: #4682B4;
}
.m0l0oover {
	text-decoration: none;
	border: 1px solid #FF0000;
	background: #5AA7E5;
}

/* level 1 inner */
.m0l1iout {
//	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: xx-small Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1px; //4px;
	padding-left: 3px;
	padding-bottom: 2px;
	color: #000000;
}
.m0l1iover {
//	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: bold xx-small Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1px; //4px;
	padding-left: 3px;
	padding-bottom: 2px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration: none;
	border: 1px solid #000000; //#FFFFFF;
	background: #46B446;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration: none;
	border: 1px solid #FF0000; //#FFFFFF;
	background: #5AE55A;
}

/* level 2 inner */
.m0l2iover {
//	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: xx-small Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1px; //4px;
	padding-left: 3px;
	padding-bottom: 2px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: #E55A5A;
}