﻿body
{
	background-image: url(../images/img03.jpg);
	background-repeat: repeat-x;
}
li.ss
{
	font-size: 12px;
	font-weight:bold;
	list-style-image:url(../images/img08.gif);
	list-style-type:lower-alpha;
	list-style-position:inside;
}
 a.st1
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, 'Arial Black';
}
a.st1:hover
{
	
	color:White;
	font-weight:bold;
	font-size: 12px;
}
a.st1:visited
{
	
	color:White;
	font-weight:bold;
	font-size: 12px;
}

a.st2
{
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
a.st2:hover
{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
a.st2:visited
{
	color:blue;
	font-weight:bold;
	font-size: 12px;
	text-decoration: underline;
	
}
 
/* for dataset*/
  
    .htext
    {
        background-color: #033280;
        color: White;
        font-size: 12px;
        font-weight: bold;   
    }
    .celltext
    {
        background-color: #E9F3F8;
        color: #000000;
        font-size: 12px;
        font-weight: bold;   
    }
    a.ds
    {
        text-decoration: none;
        font-weight:bold;
        color:Blue;
    }
     a.ds:visited 
    {
        text-decoration: none;
        font-weight:bold;
         color:Blue;
        
    }
   a.ds:hover 
    {
        text-decoration: underline;
        color:Blue;
    }
  