<style>    <!--

    BODY {
    	color: #333333;
    	background: #841013;
    	font-family: georgia, times, serif;
    }

    A:link{color:#841013;text-decoration:underline;}
    A:visited{color:#841013;text-decoration:underline;}
    A:active{color:#841013;}
    A:hover{color:#841013;text-decoration:underline;}

    .text {
    	color: #333333;
    	font-size: 10px;
    	font-family: georgia, times, serif;
    }

    .hdrtext {
    	color: #841013;
    	font-size: 10px;
    	font-family: georgia, times, serif;
		font-weight: bold;
    }

    .bgblue {
    	background: #DAE9ED;
    }
	
	.bgwhite {
    	background: #ffffff;
    }

    .bgmain {
    	background-image : url(images/bg_main.gif);
    }
	
	.bgweb {
    	background-image : url(images/bg_web.gif);
    }
	
	.bgprint {
    	background-image : url(images/bg_print.gif);
    }
	
	.bgbackend {
    	background-image : url(images/bg_backend.gif);
    }
	
	.bgwork1 {
    	background-image : url(images/bg_work1.gif);
    }
	
	.bgworkwords {
    	background-image : url(images/bg_workwords.gif);
    }
	
	.bgdashhoriz {
    	background-image : url(images/bg_dash_horiz.gif);
    }
	
	.bgdashvert {
    	background-image : url(images/bg_dash_vert.gif);
    }
    -->
</style>