a.icons img
{
	border: 0px SOLID #DADADA;
	direction:ltr
}
a.icons
{
    margin: 0px;
    position:relative;
    z-index:24;
	
}
a.icons:hover
{
	z-index:25; 
	
}
a.icons span
{
	display: none;
}
a.icons:hover span
{
    display:block;
    position:absolute;
    top: 45px; 
    left: 20px; 
    width: 200px;
    border:1px solid #6D6D6D;
	background-color:#EFEFEF;
    color: #4c4c4c;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    padding: 1px;
}
a.icons:hover>span
{
    top: 15px; 
}



 img, div { behavior: url(iepngfix.htc); border:none; }


.leftnav a:link, .leftnav a:visited, .leftnav a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/components/cat.gif);
	background-position: 180px;
	background-repeat: no-repeat;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-weight:bold;
}

.leftnavselected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #40b7b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/components/catsel.gif);
	background-color: #f2f2f2;
	background-position: 180px;
	background-repeat: no-repeat;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-weight:bold;
}

.leftnav a:hover{
	background-image: url(/components/catsel.gif);
	background-color: #f2f2f2;
	text-decoration: none;
	font-weight:bold;
}


.blackh1{
font-family:arial;
	font-size: 11px;
	text-decoration: bold;
	color: #999999;
}

.whitetext{
font-family:arial;
	font-size: 9px;
	text-decoration: none;
	color:#666666;
}

.welcometext{

border-style:solid;
border-width:1px;
padding: 20px;
border-color: #CCCCCC;
font-family:arial;
	font-size: 9px;
	text-decoration: none;
	color:#999999;
}





h2{
font-family:arial;
	font-size: 10px;
	text-decoration: none;
	color:#666666;
}


/* general styles */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
	background-image: url(/images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  

}
p,ul {
	margin-top:	6px;
	margin-bottom: 6px;
}

a {
position: relative;
}

a span { display:none;}
   
 
a:hover span {
  position: absolute;
  top: 15px;
  left: 30px;
  display: table-cell;
  background:  #ffffff;
  text-decoration: none;
  border: 1px solid red;
  }


a:link {
	color: #2f8e91;
	text-decoration: none;
}
a:visited {
	color: #2f8e91;
	text-decoration: none;
}
a:hover	{
	color: #f27a00;
	text-decoration: none;
}
a:active {
	color: #2f8e91;
	text-decoration: none;
}
.underlined:link, .underlined:visited, .underlined:active {
	text-decoration: underline;
}
.underlined:hover {
	text-decoration: none;
}
.hand {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
hr {
	border: solid #ced6da 0px;
	border-top-width: 1px;
	height: 0px; 
}
.subheader {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-color: white;
}
.subheader2 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.page-title {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
/* /general styles */
}
/* /header styles */

/* footer styles */
.bottom-bg {
	background-color: #fbfbfb;
}
.bottom-menu {
	color: #2f8e91;
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:link {
	color: #2f8e91;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:visited {
	color: #2f8e91;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:hover {
	color: #2f8e91;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-menu-links:active {
	color: #2f8e91;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
}
.bottom-copyright {
	color: #717171;
	font-family: arial, verdana, sans-serif;
	font-size: 10px; 
}