/* @group Menu */

a.menu {
	color: white;
}

caption.menu {
	font-size: large;
	background-color: #CCCC99;
	color: white;
	padding: 6px;
	width: 98%;
}

table.menu {
	font-family: "comic sans ms", arial, "sans serif";
	font-size: small;
	color: #CC3333;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	width: 75%;
}

tr.menu {
	border-width: 4px;
	border-color: #CCCCCC;
	border-style: solid;
}

th.menu {
	font-weight: bold;
	font-size: medium;
	color: #666699;
	height: 45px;
	border-width: 3px;
	border-style: solid;
	border-color: #CCCC99;
	background-color: white;
}

td.menu {
	height: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	font-size: small;
	background-color: whitesmoke;
}

b.menu {
	font-family: "comic sans ms", arial, "sans serif";
	font-weight: bold;
	font-size: medium;
	color: #666699;
	text-align: center;
}

i.menu {
	color: #FF6633;
	font-style: italic;
	font-size: small;
}

font.menu {
	color: #000000;
}
/*

 @end */

/* @group fineprint */

pre.fineprint {
	font: bold small "Courier New", Courier, mono;
	text-align: right;
}

/* @end */

/* @group index */
td.index {
	height: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	font-size: medium;
}


/* @end */


