body {
	font-family:arial;
	font-size: 10pt;
  	font-style: normal;
 	color: #ff0000;
 	/*
 	 <!--[if IE]
    ms-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;
	[endif]-->
	*/ 
 }
 
#flashContent 
 { 
   width:100%; 
   height:100%; 
 }

.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:link 
  {	
	text-decoration: none; 
	color: blue;
	
  }

a:hover 
  {	
	text-decoration: none;
	background-color:#0066ff;
	color:#ffffff;
  }

/* 
   this corrects IE8 bug where images jump.
   http://www.webmasterworld.com/css/3907234.htm
 */
img 
{
	vertical-align:bottom;
}


.text2pt 
   { 
	color: #000000;
	font-size:12pt;
    font-family: arial, helvetica, sans-serif;
   }

.textred { 
	    color: #ff0000;
	    font-size:12pt;
    	font-family: arial, helvetica, sans-serif;
        }

.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;
        }

.text2ptBoldleftGreenBack { 
	    color: #0000FF;
	    background-color: #E3FFE3;
	    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;
        }

.heading3 { 
	    color: #FF6633;
	    font-size:14pt;
        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: 12pt;
		font-style: normal;
        color:#000080;
}

/* for framesets */
.c1 {border:0px;} 

.wrapword {
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 white-space: pre-wrap;       /* css-3 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

