/***************************/
/*     Tag Classes         */
/***************************/

BODY {
	margin: 0px;
}
BODY,P,TD,.Normal {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #333333;
}
P {
	margin-top: 0px;
}
A {
	color: #993333;
	text-decoration: underline;
}
A:hover {
	color: #CC9933;
}

/***************************/
/*    Common Classes       */
/***************************/

.MainPanelRule {
	background-color: #DCE8BE;
}
.ContentPanel {
	background-color: #ffffff;
}
.SectionHeader {
	margin-bottom: 40px;
}
.PageHeader {
	font-size: 15px;
	font-weight: bold;
	color: #993333;
	margin-bottom: 10px;
}
.PageSubHead {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	margin: 0px;
}
.PageBottom {
	height: 12px;
}
.FeaturePanel {
	margin-bottom: 15px;
}
.FeaturePanelTable {
	padding: 12px;
}
.Footer {
	margin-top: 8px;
}
.Footer TD {
	text-align: left;
	font-size: 9.5px;
}
.ImageTopRight {
	margin: 0px 0px 15px 15px;
}
.ImageTopLeft {
	margin: 0px 15px 15px 0px;
}
.ImageCaption {
	text-align: center;
	font-size: 9.5px;
	font-weight: bold;
}
.SidebarTitle {
	margin-bottom: 12px;
}
.SidebarSection A {
	font-weight: bold;
}

/***************************/
/*    Superfish			   */
/***************************/

.sf-menu a img {
	border:none;
}

.sf-menu a img.off { display:inline; }
.sf-menu a:hover img.off { display:none; }
.sf-menu a img.on { display:none; }
.sf-menu a:hover img.on { display:inline; }

.sf-sub-indicator {
	display:none;
}

li.sfHover ul {
	width:160px;
	padding:0 10px 10px 0;
	margin-top:4px;
}

li.sfHover ul li {
	background:#FFF;
	width:160px;
	text-align:left;
}

li.sfHover ul li ul {
	margin-left:25px;	
}

li.sfHover ul li a {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-align:left;
}

li.sfHover ul li a:hover {
	color:#993333;
}

.sf-menu .about_subnav {
	margin-left:14px;
}

.sf-menu .investor_subnav,
.sf-menu .investor_subnav li {
	width:220px;
}


/***************************/
/*    Left Navigation      */
/***************************/
.LeftNavigation {
	width: 198px;
	background-color: #A43C5F;
	margin-bottom: 11px;
}
.LeftNavigationTopBottom {
	height: 29px;
}
.LeftSub {
	text-align: left;
	padding: 2px 0px 2px 40px;
	font-size: 9.5px;
}
.LeftSub2 {
	text-align: left;
	padding: 2px 0px 2px 50px;
	font-size: 9.5px;
}
.LeftSub A, .LeftSub2 A {
	color: #ffffff;
}
.LeftSub A:hover, .LeftSub2 A:hover {
	color: #F8F192;
}
.LeftSubSel {
	font-weight: bold;
}

/***************************/
/*     Stock Quote         */
/***************************/
.StockQuote {
	width: 100%;
	background: url(/lib/images/home_stockbg.gif);
	margin-bottom: 11px;
	padding: 20px 0px 20px 0px;
}
.StockQuote DIV {
	margin: 0px 20px 4px 20px;
	font-size: 9.5px;	
}	
.StockQuotePrice {
	color: #993333;
}
.StockQuoteChange {
	color: #336633;
}
.StockQuoteVolume {}

/***************************/
/*     Search Form         */
/***************************/
.SearchForm FORM {
	margin: 0px;
	padding: 0px;
}
.SearchForm INPUT {
	width: 130px;
	height: 22px;
	font-size: 10px;
}

/***************************/
/*          Home           */
/***************************/

.HomeMotto {
	margin-bottom: 9px;
}
.HomeFlash {
	margin-bottom: 18px;
}
.HomeNews DIV, .HomeEvents DIV {
	font-size: 10px;
}
.HomeNewsHeader, .HomeEventsHeader {
	font-weight: bold;
	margin-bottom: 4px;
}
.HomeNewsTitle {}
.HomeEventsTitle {}
.HomeEventsSummary {}

/***************************/
/*        Search           */
/***************************/

.SearchResults {
	width: 100%;
}
.SearchResults TD {
	padding: 6px 3px 6px 3px;
}
.SearchResultsHeader {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	padding: 3px;
}

/***************************/
/*          IR             */
/***************************/

.IREventsHeader {
	font-weight: bold;
	margin-bottom: 4px;
}
.IREventsHeader A:hover {
	color: #CC9933;
}
.IREventsTitle {}
.IREventsSummary {}

.IRNewsTitle {
	font-weight: bold;
}
.IRNewsTitle A {
	color: #333333;
}
.IRNewsSummary {
	margin-bottom: 12px;
}
.IRButton {
	border: 1px solid #993333;
	background-color: #ffffff;
	padding: 2px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/***************************/
/*          FAQ            */
/***************************/
.FAQAnswer {
	margin: 10px 15px 5px 15px;
	border: 1px solid #993333;
	background-color: #FFF7CC;
	padding: 12px;
}

/***************************/
/*       Corp Gov          */
/***************************/
.BulletedList LI {
	margin-bottom: 15px;
}
.CommitteeAltRow {
	background-color: #efefef;
}