BODY {
	font-family: "Arial";
	font-size: 10pt;
  	font-style: normal;
 	color: 000000;
    	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #008CBD;
	scrollbar-track-color: #CCCCCC;
	scrollbar-face-color: #008CBD;
	scrollbar-shadow-color: #0000BD;
	scrollbar-highlight-color: #008CBD;
	scrollbar-3dlight-color: #008CBD;
  }


.A1:Hover
 {
	text-decoration: none;
	background-color:FF6B39;
	color:FFFFFF;
 }

.clickMe 
  {
     cursor: pointer;
     color: #ff6633;
     text-decoration: none;
     font-family: arial;
     font-weight: bold;
   }

a:visited
  {	Text-decoration: none; 
	color: "663300";
	
  }


a:hover 
  {	
	text-decoration: none;
	background-color:0066FF;
	color:FFFFFF;
  }

a:link 
  {	Text-decoration: none; 
	color: "blue";
  }


// this corrects IE8 bug where images jump.
// http://www.webmasterworld.com/css/3907234.htm
img 
{
  vertical-align:bottom;
}


.text2pt { 
	    COLOR: #000000;
	    FONT-SIZE:12;
    	    FONT-FAMILY: arial, helvetica, sans-serif;
        }

.textred { 
	    COLOR: #FF0000;
	    FONT-SIZE:12;
    	    FONT-FAMILY: arial, helvetica, sans-serif;
        }

.text2ptRight { 
	    COLOR: #000000;
	    FONT-SIZE:12;
    	    FONT-FAMILY: arial, helvetica, sans-serif;
	    TEXT-ALIGN: RIGHT;
        }


.text2ptBold { 
	    COLOR: #0000FF;
	    FONT-SIZE:12;
	    FONT-WEIGHT:bold;
    	    FONT-FAMILY: arial, helvetica;
	    TEXT-ALIGN: RIGHT;
        }

.text2ptBoldRight { 
	    COLOR: #0000FF;
	    FONT-SIZE:12;
	    FONT-WEIGHT:bold;
    	    FONT-FAMILY: arial, helvetica;
	    TEXT-ALIGN: RIGHT;
        }

.text2ptBoldLeft { 
	    COLOR: #0000FF;
	    FONT-SIZE:12;
	    FONT-WEIGHT:bold;
    	    FONT-FAMILY: arial, helvetica;
	    TEXT-ALIGN: LEFT;
        }

.text2ptBoldLeftGreenBack { 
	    COLOR: #0000FF;
	    background-color: #E3FFE3;
	    FONT-SIZE:12;
	    FONT-WEIGHT:bold;
    	    FONT-FAMILY: arial, helvetica;
	    TEXT-ALIGN: LEFT;
        }

.text2ptBoldRight { 
	    COLOR: #0000FF;
	    FONT-SIZE:12;
	    FONT-WEIGHT:bold;
    	    FONT-FAMILY: arial, helvetica;
	    TEXT-ALIGN: RIGHT;
        }



.heading3 { 
	    COLOR: #FF6633;
	    FONT-SIZE:14;
            FONT-WEIGHT:Bold;
    	    FONT-FAMILY: arial, helvetica, sans-serif;
        }


.hilite { 
	    COLOR: #800000;
    	    FONT-FAMILY: arial, helvetica;
            background: #FFFF99
        }

.boldhilite { 
	    COLOR: #800000;
    	FONT-FAMILY: arial, helvetica;
        FONT-WEIGHT: bold;
        background: #FFFF99
        }

table {
		font-family: Arial;
		font-size: 10pt;
		font-style: normal;
        color:#000000;
}

td {
		font-family: Arial;
		font-size: 10pt;
		font-style: normal;
        color:#000000;
}

// for framesets
.c1 {border:0px;} 





