.MenuTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold; 
	color: #FFFFFF; 
	font-variant: normal;
}
.BodyText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.BodyText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.BodyText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.BodyText1_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.BodyText1_Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
}
.TitleText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.TitleText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.TitleText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.TitleText4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.TitleText5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.TitleText6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.TitleText7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.TitleText8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.OrangeTitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
}
A:visited.MenuBar  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
A:link.MenuBar  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
A:active.MenuBar  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
A:hover.MenuBar   {
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic;
	font-size: 12px;
	font-weight: bold; 
	/*cursor: crosshair;*/ 
	color: #FFFFFF; 
	text-decoration: none;
}


A:visited.ArticleLinks, A:link.ArticleLinks, A:active.ArticleLinks {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
A:hover.ArticleLinks   {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}




/*----EXPANDING CONTENT CSS----
/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-color: #FF6600;
}

div.eg-bar{
width: 500px;
}

.icongroup1{
width: 500px;
}

/*Product Page CSS*/
.Table_Black_Top_and_Bottom {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.Under_5px {
	bottom: -5px;
	position: relative;
}
.Over_5px {
	bottom: 5px;
	position: relative;
}
.Under_25px {
	bottom: -25px;
	position: relative;
}
.BlueText {
	font-family: Arial, Helvetica, sans-serif;
	color: #7199AE;
}

/*The Css below controls the appearance of the products menu bar.*/
table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 2px solid #FFFFFF;
}
table.navbar td a{
   text-decoration: none;
   display: block;
   padding: 8px;
}
table.navbar td a:link, table.navbar td a:active, table.navbar td a:visited {
   color: #FFFFFF;
   /*background-image: url(http://fer-post/internet/Images/Graphics/Button_Background_b.gif);*/
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold; 
   text-decoration: none;
}
table.navbar td a:hover {
   color: #000000;
   background-color: #FFC39B;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold; 
   text-decoration: none;
   background-image: none;
}


/*CSS for Character Counter Script*/
.minitext {
  font: normal 0.9em Arial, sans-serif;
  color: Black;
}

