body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    margin-top: 5px;
    padding: 0;
    top: 0;
    left: 0;
}

td {
	font-size: xx-small; 
}

.h1 {
    font-size: 80% !important;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #000000;
    font-weight: bold;
}

.h2 {
    font-size: 120% !important;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #0000FF;
    font-weight: bold;
}

.h3 {
    font-size: 110% !important;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: .5em;
    margin-bottom: .5em;
    color: #1B53B3;
    font-weight: bold;
}

.cs_button {
    font-size :x-small;
    cursor :hand;
    color :#ffffff;
    background-color: #999999;
    border-top-style :outset;
    border-right-style: outset;
    border-left-style: outset;
    border-bottom-style: outset;
    border-left-color: white;
    border-bottom-color: white; 
    border-top-color: white; 
    border-right-color: white;
    vertical-align: middle ;
   }
.cs_label 
{
    font-size:8pt;
    vertical-align:middle;
}
.cs_textbox 
{
    font-size:x-small;
    vertical-align: middle ;
}
.cs_textbox_border 
{
    font-size:xx-small;
    color :Navy;
    border-style: solid ;
    border-color:Black ;
    border-width : 1px;
}
.cs_combo {
    font-size:xx-small;
}
.cs_textright{
    font-size:xx-small;
    text-align:right ;
}
.cs_textleft{
    font-size:xx-small;
    text-align:left ;
}
.cs_checkbox 
{
    font-size:small;
    vertical-align:middle;
}

.cs_textcentre{
    text-align:center ;
}  
.cs_tabbar1  /* Top Tab Bar running across each page */
{
    background-color:#CCCCCC;
    height :20px;
    font-size:xx-small;
} 
.cs_tabbar2  /* Bottom Tab Bar running across each page */
{
    color :#99CC33 ;
    background-color:#0C2577;
    height :20px;
    font-size:xx-small;
    color :White ;
}      
.cs_homepagetabtitle
{
    border-style: solid ;
    border-width : 1px;
    text-align :left;
    color :White ;
    background-color:#0C2577;
    width :100% ;
}   
.cs_homepagetable1
{
    background-color:#CCCCCC;
    height :150px;
    width :100%;
    text-align:left ;
}    
.cs_homepagetable2
{
    background-color:#CCCCCC;
    height :300px;
    width :100%;
    text-align:left ;
}      
.cs_LiveCollections
{
    border-style: solid ;
    border-width : 1px;
    text-align :left;
    background-color:#CCCCCC;
    width :100% ;
}    
.cs_radiobutton
{
    font-size :xx-small ;
    color :Gray ;
    text-align :left ;
}

.gridPager
{
    text-align: right; 
    background-color: #CCCCCC;
    font-size: small;
    font-weight: bold;
}

a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #000080;}
a:active {color: #000080;}


