body {
	font-family: "Arial";
	font-size: 10pt;
  	font-style: normal;
 	color: #000000;
    scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #455B34;
	scrollbar-track-color: #CCCCCC;
	scrollbar-face-color: #7BA563;
	scrollbar-shadow-color: #00BD00;
	scrollbar-highlight-color: #7BA563;
	scrollbar-3dlight-color: #9FBB8B;
    }


a:visited
  {	
    text-decoration: none; 
    color: #663300;
  }


a:hover 
  {	
	text-decoration: none;
	background-color:#3366ff;
    color:#ffffff !important;
  }

a:link
{	
   text-decoration: none;
   color: #0000ff;
}

.text2pt 
{ 
   color: #000000;
   font-size:12pt;
   font-family: arial, helvetica, sans-serif;
}

.textred 
{ 
   color: #FF0000;
   font-size:12pt;
   font-family: arial, helvetica, sans-serif;
}

// this corrects IE8 bug where images jump.
// http://www.webmasterworld.com/css/3907234.htm
img !important
{
  vertical-align:bottom;
}


.text2ptRight 
{ 
   color: #000000;
   font-size:12pt;
   font-family: arial, helvetica, sans-serif;
   text-align: right;
}

.text2ptBold 
{ 
   color: #0000FF;
   font-size:12pt;
   font-weight:bold;
   font-family: arial, helvetica;
   text-align: right;
}

.text2ptBoldRight { 
	    color: #0000FF;
	    font-size:12pt;
	    FONT-WEIGHT:bold;
    	    font-family: arial, helvetica;
	    text-align: right;
        }

.text2ptBoldLeft { 
	    color: #0000ff;
	    font-size:12pt;
	    font-weight:bold;
    	font-family:: arial, helvetica;
	    text-align: left;
        }

.text2ptBoldRight { 
	    color: #0000FF;
	    font-size:12pt;
	    font-weight:bold;
    	font-family: arial, helvetica;
	    text-align: right;
        }


.text8ptBoldRight { 
	    color: #0000FF;
	    font-size:8pt;
	    font-weight:bold;
    	font-family: arial, helvetica;
	    text-align: RIGHT;
        }


.heading3 { 
	    color: #ff6633;
	    font-size:14pt;
        font-weight:bold;
    	font-family: arial, helvetica, sans-serif;
        }


.hilite { 
	    color: #800000;
    	font-family: arial, helvetica;
        background: #ffffcc;
        }

.boldhilite { 
	    color: #800000;
    	font-family: arial, helvetica;
		font-weight:bold;
        background: #ffff99;
        }


table {
		font-family: Arial;
		font-size: 10pt;
		font-style: normal;
}


div.ajax_indicator
    {            
        position:  absolute; 
        left:530px;
        top: 60px;        
    }
    
.AjaxLabel8White
    {
        font-family:Arial; 
        color :#000080; 
        font-size: 8pt;
        font-weight: normal;
    }      
 
.buttonStyle
{
    font-weight:bold;
    font-size: 8pt;
    text-transform: capitalize;
    color: white;
    font-family: Verdana;
    background-color: navy
}


