@media screen {
	/* Screen Coding */

	/* specific application */
    .HIGHLIGHT { color: #A7F1A7 }

    .REGULAR { color: #084D08 }

    .LOWLIGHT { color: #a0a0a0 }

    .ERROR {color: red}

    .INITIAL:first-line { text-transform: uppercase }

    .TITLE { font-family:  Impact, sans-serif }

    .COMPACT	{ display: compact }

	/* Margins */
    .SETMARGIN  { margin-right: 3em; margin-left: 3em }

    .LEFT20		{ margin-left: 20em }
    .RIGHT20	{ margin-right: 20em }

    .LEFT10		{ margin-left: 10em }
    .RIGHT10	{ margin-right: 10em }

    .LEFT2		{ margin-left: 2em }

	/* Side heads - 3.5em */
    .SIDETITLE3_5	{ float: left;
    				  width: 3.5em;
    				  text-align: left;
    				}
    .SIDEBODY3_5 	{ margin-left: 4em }

	/* Side heads - Xem */
    .SIDETITLE1	{ float: left;
    			  width: 7.2em;
    			  text-align: left;
    			}
    .SIDEBODY1	 { margin-left: 7.4em }

	/*in-line display */
	.INLINE {display: inline }

	/*diamond bullets*/
	ul.diamond li.diamond {list-style-image: url(images/bullet.gif);}


	/* general application */
    BODY {
        border-color: White;
        background-image: url(images/background1.jpg);
        background-color: White;
        background-repeat: repeat;
        background-attachment: fixed;
        color: #084D08;
        font-family: Times, Garamond, serif;
        font-weight: 500
    }

    H1, H2, H3, H4, H5, H6 {
        color: #084D08 ;
    }

    a:link {
        color: #084D08 ;
        text-decoration: underline;
    }

    a:active {
        color: #084D08 ;
        text-decoration: underline;
    }

    a:visited {
        color: #084D08 ;
        text-decoration: underline;
    }
}

@media print {
    BODY {
    	background-color : White;
        border-color: Black;
    	color : Black;
	    font : Courier, serif;

    H1, H2, H3, H4, H5, H6 {
        color: BLACK ;
    }
}

H1, H2, H3, H4, H5, H6 {
    text-align: center
}
