@charset "utf-8";

body    { color: #666; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #eaeaea; margin: 10px 0 }
a:link {
	color: #DF5D33;
}
a:visited {
	color: #DF5D33;
}
a:hover {
	color: #DF5D33;
}
a:active {
	color: #DF5D33;
}
h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
p {
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}
.footText {
	font-size: 11px;
	padding-top: 18px;
	padding-left: 28px;
}

/*ACCORDION CLASS CSS*/
.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 505px;
}
.applemenu div.silverheader a{
	color: #8C9595;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height: 24px;
	padding-left: 58px;
	text-decoration: none;
	background-color: black;
	background-image: url(images/accordion-top.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 20px;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: #8C9595;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(images/accordion-top-on.gif);
	color: #df5d33;
}
.applemenu div.submenu{ /*DIV that contains each sub menu*/
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	background-color: white;
	background-image: url(images/accordion-bg.gif);
	padding-top: 10px;
	padding-right: 57px;
	padding-bottom: 5px;
	padding-left: 57px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabImage {
	padding-right: 10px;
	padding-bottom: 5px;
}

