
		A:LINK, A:VISITED, A:ACTIVE {
			font-family : "Gill Sans","Arial","Times New Roman";
			font-size : 13px;
			color : #009DD3;
			text-decoration : none;
			font-weight : bold;
			
		}

		A:HOVER {
			font-family : "Gill Sans","Arial","Times New Roman";
			font-size : 13px;
			color : #000000;
			text-decoration : underline;
			font-weight : bold;
       
		}
		
		BODY    {
			SCROLLBAR-ARROW-COLOR: #2F368E;
             background-repeat : no-repeat;
			background-attachment : fixed;
            font-family : 'Gill Sans',arial,'Times New Roman';
			font-size : 13px;
			color : #000000;
		}
        
        TEXTAREA {
            font-family : 'Gill Sans',arial,'Times New Roman';
			font-size : 13px;
			color : #000000;
        }
        
        TD.datacell {
	    font-family : 'Gill Sans',arial,'Times New Roman';
		font-size : 13px;
		color : #000000;
        }

		TD {
	    font-family : 'Gill Sans',arial,'Times New Roman';
		font-size : 13px;
		color : #000000;
        }
		
        INPUT {
	       font-family : 'Gill Sans',arial,'Times New Roman';
           font-size : 13px;
           color : #000000;
        }
		
	  	.epg_border {
	       border : 2px outset #009DD3;
	    }

       HR {
          border : thin #009DD3;
	      background-color : #009DD3;
	      color : #009DD3;
       }
	
