.catheading {
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.white {
	color: white;
	}
.outerborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
}

/* Start of Left Navigation */
#aisle a{
	color:#000;
	text-decoration:none;
	text-align:left;
	}
#aisle ul{
	padding:0;
	margin:0;
	list-style:none;
}
#aisle ul a{
	display:block;
	width:148px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:black;
	background:white;
	padding:4px 6px 4px 6px;
	border-bottom:solid 1px #CC0000;
	width:136px;
	}
#aisle ul a:hover{
	background-color:#FFCC99;
	text-decoration:none;
	}
#aisle ul ul a{
	font-weight:normal;
	background:white;
	padding:4px 6px 4px 12px;
	width:130px;
	font-size:12px;
	}
#aisle ul ul a:hover{
	background-color:#FFCC99;
	text-decoration:none;
	
	}
#aisle ul ul ul a{
	font-weight:normal;
	font-size:12px;
	padding:1px 6px 1px 6px;
	background:#eef5ee;
	}
#aisle ul ul ul a:hover{
	background-color:#FFCC99;
	text-decoration:none;
	}
.menutable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
}


/* End of Left Navigation */
.catheading {
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
}
a.plain:visited {
	text-decoration: none;
	color: #000000;
}
a.plain:link {
	text-decoration: none;
	color: #000000;
}
a.plain:active {
	text-decoration: none;
}
a.plain:hover {
	text-decoration: underline;
}body {
	background-color: #FFFFFF;
}
h2 {
	color: #CC0000;
}
h1 {
	color: #CC0000;
}