
/*Default style for SPAN icons. Edit if desired: */

.home_iconspan{
margin: 3px;
cursor:pointer;
}

/*CSS used to style the examples. Remove if desired: */

.home_eg-bar{
background-color: #ffffff;
font-weight: normal;
border: 1px solid #ffffff;
padding: 2px;
font-size:11px;
}

div.home_eg-bar{
width: 90%;

}
div.home_eg-bar a 
{
text-decoration:none;
color:#054b91; 
font-weight:bold;
background:#FFFFFF;
}
.home_eg-bar a 
{
text-decoration:none;
color: rgb(0, 96, 255);
font-weight:bold;
background:#FFFFFF;
}
.home_eg-bar a:hover 
{
text-decoration:none;
color:rgb(0, 96, 255);
font-weight:bold;
background:#FFFFFF;
}
.home_icongroup1{
width: 90%;
font-size:11px;
color:#000000;
}
.home_icongroup1 a{
font-size:11px;
color: rgb(0, 96, 255);
}
.home_icongroup1 a:hover{
font-size:11px;
color:#FF0000;
background-color:#FFFFFF;
}

.heading_title_category
{
font-size:12px;
font-weight:bold;
color:#FF0000;
}
.heading_title
{
font-size:12px;
font-weight:bold;
color:#042f5a;
}
.heading_title a
{
 color:#042f5a;
 text-decoration:none;
 cursor:pointer; 
}
.heading_title a:hover
{
 color:#4a79b3;
 text-decoration:underline;
 cursor:pointer; 
 background:#FFFFFF;
}

