BODY {
        color: black;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        background-image: url(images/bust.gif);
        background-repeat: repeat;
      background-position: 20px 40px;
      background-attachment: fixed;
        filter: alpha(Opacity=100); 
	opacity: .99;
        font-size: 10pt;
        text-align: left;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

BODY P {
        color: white;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 1pt;
        text-align : left;
}

BODY H1 {
        color: black;
        font-family : Verdana, Ariel, Helvetica;
        font-size: 14pt;
        text-align : center;

}

BODY H2 {
        color: #840094;
        font-family : Verdana, Ariel, Helvetica;
        font-size: 10pt;
        font-style: bold;
        font-weight: 900;
        text-align : center;
}

BODY H3 {
        color: black;
        font-family : Verdana, Ariel, Helvetica;
        font-size: 9pt;
        text-align : left;
        font-weight: 500;
}

BODY H4 {
        color: #840094;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        text-align : left;
}

BODY H5 {
        color: black;
        font-family : Verdana, Ariel, Helvetica;
        font-size: 8pt;
        font-weight: 900;
        text-align : left;
}

BODY H6 {
        color: black;
        font-family : Verdana, Ariel, Helvetica;
        font-size: 7pt;
        text-align : left;
}


BODY P {
        color: white;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 1pt;
        text-align : left;
}

A {
        color: blue; 
        text-decoration: none;
        font-weight: 500;
        font-size: 9pt;
}

TD {
        font-size: 9pt;
        border-right: #000000 0px solid; 
        border-top: #000000 0px solid; 
        border-left: #000000 0px solid; 
        border-bottom: #000000 0px solid;
}

TD.non {
        font-size: 7pt;
        border-right: #000000 0px solid; 
        border-top: #000000 0px solid; 
        border-left: #000000 0px solid; 
        border-bottom: #000000 0px solid;
}

TD.form {
        font-size: 9pt;
        font-weight: 700;
        filter: alpha(Opacity=90);
        border-right: #000000 1px solid; 
        border-top: #000000 1px solid; 
        border-left: #000000 1px solid; 
        border-bottom: #000000 1px solid;
}

table#main {
        top: 100px;
        left: 50px;
        z-index: 900;
        margin: 10px;
        position: absolute;
        filter: alpha(Opacity=10); 

}

.opacity2 {
        z-index: 600; 
        filter: alpha(Opacity=80); 
	opacity: .8;
        position: relative; 
        font-family : Verdana, Ariel, Helvetica;
        font-size: 10pt;
        font-weight: 900;       
}

.opacity {
        z-index: 900; 
	    opacity: .8;
        filter: alpha(Opacity=80); 
        position: relative; 

}


div#bust {
        z-index: 400;
        right: 0%; 
        position: absolute; 
        bottom: 0%;
}

div#cell1 {
        z-index: 900;
        background-color:white;
        margin: 0px;
        height: 480px;
        width: 390px;
	filter:alpha(opacity=80); 
	    opacity: .8;
        border-left: 0px solid black;
        border-right: 0px solid black;
        border-top: 0px solid black;
        border-bottom: 0px solid black;
}       

img {
	filter:alpha(opacity=100); 
	    opacity: .99;
}	
