.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: 20px;
  color: #000000;
  text-decoration: none
}
.bodyTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal
}
.tabHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold
}
.tabBodyTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal
}
.tabBullet {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  list-style-image: url(/images/tabBullet.gif);
  list-style-position: outside;
  list-style-type: circle
}
.bulletedList {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; font-weight: normal;
  list-style-type: square
}
.tabBodyTxt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal
}
.FooterTxt { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal
}
A:link {
  color: #FF9933;
} 
A:visited {
  color: #FF9933;
} 
A:active {
  color: #FF9933;
} 
A:hover {
  color: #FF9933;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#linkmain { width: 100%; }

#linkmain ul
{
margin-left: 0;
padding-left: 0;
padding-right: 20;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#linkmain a
{
display: block;
padding: 3px;
width: 100%;
background-color: green;
border-bottom: 1px solid #eee;
}

#linkmain a:link, #linkmain_ul a:visited
{
color: White;
text-decoration: none;
}

#linkmain a:hover
{
background-color: #8fabe3;
color: #fff;
}

#linksub { width: 100%; }

#linksub ul
{
margin-left: 0;
padding-left: 10;
padding-right: 30;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#linksub a
{
	display: block;
	padding: 3px;
	width: 100%;
	background-color: green;
	border-bottom: 1px solid #eee;
}

#linksub a:link, #linksub_ul a:visited
{
color: White;
text-decoration: none;
}

#linksub a:hover
{
	background-color: #8fabe3;
	color: #fff;
}

