 <style type="text/css">
<!---

/* General font families for common tags */
font                      { font-family: Verdana, sans-serif, Arial, Helvetica; }
a:link,a:active,a:visited { color : #9F9F9F; }
a:hover		          { text-decoration : underline; color : #DD6900; }

/* General text */
.genhead { font-size : 12px; color : #555555; text-align: justify;}
.gentext { font-size : 11px; color : #989998; text-align: justify;}
.gentext2 { font-size : 11px; color : #989998; text-align: center;}
.gendate { font-size : 11px; color : #770000; text-align: justify;}

a        { text-decoration: none; font-size : 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:hover  { color: #770000; text-decoration: none }

/* Code block */
pre.code {
        font-size       : 12px; 
        font-family     : courier new, courier-new, courier, Monospace, times new roman;
        background-color: #EBEBEB; 
        border          : 1px #000000; 
        border-style    : dotted;
        text-align      : left; 
        margin-left     : auto;
        margin-right    : auto;
        padding         : 3px; 
}

/* Quote block */

.quote {
        font-family     : Verdana, sans-serif, Arial, Helvetica; 
        font-size       : 11px;
        color           : #444444;
        line-height     : 125%;
        background-color: #DADADA;
        border          : #888888;
        border-style    : none;
        border-left-width :  1px;
        border-top-width  :  1px;
        border-right-width:  1px;
        border-bottom-width: 1px;
        text-align      : justify;
}

/* Box blocks */
.box {
        font-family     : Verdana, sans-serif, Helvetica, Arial; 
        font-size       : 11px; 
        color           : #444444; 
        line-height     : 125%;
        background-color: #F1F1F1; 
        border          : #000000; 
        border-style    : solid;
        border-left-width :  1px; 
        border-top-width  :  1px; 
        border-right-width:  1px; 
        border-bottom-width: 1px;
        text-align      : justify;
        padding         : 3px;
}

.box2 {
        font-family     : Verdana, sans-serif, Arial, Helvetica; 
        font-size       : 11px; 
        color           : #444444; 
        line-height     : 125%;
        background-color: #E1E1E1; 
        border          : #000000; 
        border-style    : solid;
        border-left-width :  1px; 
        border-top-width  :  1px; 
        border-right-width:  1px; 
        border-bottom-width: 1px;
        text-align      : justify;
        padding         : 3px;
}

.box3 {
        font-family     : Verdana, sans-serif, Arial, Helvetica; 
        font-size       : 11px; 
        color           : #444444; 
        line-height     : 125%;
        border-left-width :  1px; 
        border-top-width  :  1px; 
        border-right-width:  1px; 
        border-bottom-width: 1px;
        text-align      : justify;
        padding         : 3px;
}

/*  Header box block */
.headerbox {
        font-family     : Verdana, sans-serif, Arial, Helvetica; 
        font-size       : 11px; 
        color           : #444444; 
        line-height     : 125%;
        background-color: #8899AA; 
        border          : #000000; 
        border-style    : solid;
        border-left-width :  1px; 
        border-top-width  :  1px; 
        border-right-width:  1px; 
        border-bottom-width: 1px;
        text-align      : justify;
        padding         : 3px;
}

--->
</style>
