A:link, A:active, A:visited {
	text-decoration: none;
	color: black;
}
A:hover {
	text-decoration: none;
	color:black;
}

.SubHeaderText {
	font-family: Arial;
	font-size: 9pt;
	color: #F78610;
	font-weight: Bold;
}

.FeatureText {
	font-family: Arial;
	font-size: 8pt;
	color: #393C39;
}
.TitleText {
	font-family: Arial;
	font-size: 9pt;
	color: #F78610;
	font-weight: Bold;
}
.ColumnText {
	font-family: Arial;
	font-size: 9pt;
	color: #434343;
	font-weight: Bold;
}

.HeaderStyle {
	font-family: Arial;
	letter-spacing:1px;
	font-size: 9pt;
	color: #F78610;
	font-weight: bold;
}

.BodyText {
	font-family: Arial;
	font-size: 9pt;
	color: black;
}
.BodyTextSmall {
	font-family: Arial;
	font-size: 8pt;
	color: black;
}
.BodyTextLight {
	font-family: Arial;
	font-size: 9pt;
	color: #F78610;
}
.Button {
	border: 1px solid black; 
	background: #F78610;
	font-family: Arial;
	font-size: 9pt;
	color: white;
	width:100px;
}
.TextInput {
	border: 1px solid #CCCCCC;
	background:white;
	width: 95%;
	font-family: Arial;
	font-size: 9pt;
	padding: 2px;
}
/* Styles for the interface */

.MenuButtonImage {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: Bold;
	color: #464646;
	width: 124px;
	background-image: url(/gfx/interface/MenuButton.gif);
}

.SearchBox {
	font-family: Arial;
	font-size: 9pt;
	color: black;
	border: 1px solid #DDDDDD;
	background: #DDDDDD;
	height: 15px;
	width: 130px;
	padding: 0px;
}

.FooterText {
	font-family: Arial;
	font-size: 9pt;
	color: #424542;
}

.TopMenuLink:link, .TopMenuLink:visited, .TopMenuLink:active {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: Bold;
	color: #464646;
	text-decoration: none;
}

.TopMenuLink:hover {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: Bold;
	color: #FFFFFF;
	text-decoration: none;
}

.MenuLink:link, .MenuLink:visited, .MenuLink:active {
	font-family: Arial;
	font-size: 9pt;
	color: black;
	text-decoration: none;
}

.MenuLink:hover {
	font-family: Arial;
	font-size: 9pt;
	color: white;
	text-decoration: none;
}

/* styles for the search page */
.SearchWordStyle {
	font-family: Arial;
	font-size: 10pt;
	color: #F78610;
}

.SearchResultMatchesLink:link, .SearchResultMatchesLink:active, .SearchResultMatchesLink:visited {
	font-family: Arial;
	font-size: 8pt;
	color: #F78610;
	text-decoration: none;
}

.SearchResultMatchesLink:hover {
	font-family: Arial;
	font-size: 8pt;
	color: #F78610;
	text-decoration: underline;
}

.SearchResultLink:link, .SearchResultLink:active, .SearchResultLink:visited {
	font-family: Arial;
	font-size: 9pt;
	color: #F78610;
	text-decoration: none;
}

.SearchResultLink:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #F78610;
	text-decoration: underline;
}

.NormalSearchBox {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	border: 1px solid #5A5D5A;
	background: #DDDDDD;
}

.SearchButton {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	border: 1px solid #F78610;
	background: #F78610;
}
.AltNormalCell {
   background: #EDEDED;

}
.Divider {background: #000000;}
.IndicatorBarTable {border: 1px solid #000000;}
.SearchResultPositiveBar {background: #F78610;}
.SearchResultNegativeBar {background: #5A5D5A;} /*#CECFCE;}*/

