﻿body {
}
.bodystyle
{background-color:#a8cff6;
    text-align: justify;
}
.tablestyle
{background-color:White;
 border: 20px solid #00afe8;   
     }
.style1
        {
            width: 85px;
            height: 85px;
            }
Heading1
{
    font-size :larger;
    font-weight :bold;
    color :#005826;
    letter-spacing:1px;
    
    }
    Heading3
{
    font-size :x-large;
    font-weight :bold;
    color :#660000;
    letter-spacing:1px;
    
    }
    table1
    {
      
        }
Heading2
{
   font-size :large;
    font-weight :bold;
    color :#c11c24;
    letter-spacing:0px; 
    }   
 Heading4
{
   font-size :small;
    font-weight :bold;
    color :#c11c24;
    letter-spacing:0px; 
    }     Heading4
{
   font-size :small;
    font-weight :bold;
    color :#c11c24;
    letter-spacing:0px; 
    }    
    disclaimer    
    {
        font-size :x-small;
    font-weight :bold;
    color :Blue;
    letter-spacing:0px;
        
        }
     ref1
    {
        font-size :small;
    
    color :Blue;
    letter-spacing:0px;
        
        }
        
.listboxCSS
{
    font-size: 16pt;
    font-family: Arial;
    border:0;
    overflow:auto;
}

.divBorderCSS
{
    border-left-width:thin;
    border-right-width: thin;
    border-top:thin;
    border-bottom: thin;
    border-color: #7F9DB9;
    border-style:solid;
    overflow:auto;
    width: 300px;
    height: 100px;
    POSITION: relative;
}
.boxed {
  
  width: 90%;
  text-align:justify;
  margin-left: 25px;
  padding-left: 15px;
  padding-right: 15 px;
}
.boxed1 {
  border:1px solid blue;
  width: 90%;
  text-align:justify;
  margin-left: 25px;
  padding-left: 15px;
  padding-right: 15 px;
  border-radius: 20px; /*To make the corners rounded in IE*/
-moz-border-radius: 20px;/*this is for mozilla*/
-webkit-border-radius: 20px; /*chrome and other browsers*/
background-color:#9fcef8;
}
.boxedvarietyhead {
  border:1px solid blue;
 width: 50%;
  text-align:center;
  margin-left: 25px;
  padding-left: 15px;
  padding-right: 15 px;
  border-radius: 20px; /*To make the corners rounded in IE*/
-moz-border-radius: 20px;/*this is for mozilla*/
-webkit-border-radius: 20px; /*chrome and other browsers*/
background-color:#9fcef8;
}
.boxedvarietynamefooter {
  border:1px solid blue;
 width: 50%;
  text-align:center;
  margin-left: 25px;
  padding-left: 15px;
  padding-right: 15 px;
  border-radius: 20px; /*To make the corners rounded in IE*/
-moz-border-radius: 20px;/*this is for mozilla*/
-webkit-border-radius: 20px; /*chrome and other browsers*/
background-color:#b7aeef;
}
.gobutton
{background-image:"images/search.png"; 
    
    }
samplecss
{
 border-radius: 10px; /*To make the corners rounded in IE*/
-moz-border-radius: 10px;/*this is for mozilla*/
-webkit-border-radius: 10px; /*chrome and other browsers*/
}
.boxedtext {
  
  width: 90%;
  text-align:justify;
  margin-left: 0px;
  padding-left: 15px;
  padding-right: 15 px;
  padding-top: 0px;
  padding-bottom: 0px;
}