<style type="text/css"> 
<!--

/* Links */
A:link  {
    color: maroon; 
    font-weight: BOLD; 
    text-decoration: none; 
}

A:hover { 
    color: #DA9F32; 
    font-weight: BOLD; 
    text-decoration: none; 
}

A:visited {
    color: #DA9F32; 
    text-decoration: none; 
    font-weight: BOLD; 
}

body {
    color: black;
    background-color : #FFFFFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : x-small;
}

.text, #text {
    color: black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : x-small;
    padding-top : 60%;
}

#bullet, .bullet {
    position : relative; 
    left : 30px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt; 
    line-height: 16pt; 
}

#bold, .bold {font-weight: bolder; }

/* Colors */
#gold, .gold {color: #DA9F32; }
#red, .red {color: #FF0000; }
#maroon, .maroon {color: maroon; }

#hilite, .hilite {background-color : Yellow; text-indent : 5px }

/* Headers */
h1 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : medium;
    color : maroon;
    font-style : normal;
    font-weight : bold;
    font-size: 16pt;
}

h2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : medium;
    color : maroon;
    font-style : normal;
    font-weight : bold;
    height : 14px;
    text-align: left;
}

h3 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : medium;
    color : maroon;
    font-style : normal;
    font-weight : bold;
    font-size: 12pt;
}

h4 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : medium;
    font-style : normal;
    font-size: 10pt;        
}

h5 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : medium;
    font-style : normal;
    font-size: 8pt;
}

/* Tables color:#21314a; line-height: 12pt;*/
td {
    font-family: arial,helvetica,sans-serif; font-size: 10pt;
    font-style: normal; font-weight: normal;
}

/* Text */
#smalltext, .smalltext {
	font-family: arial,helvetica,sans-serif; font-size: 8pt;
	font-style: normal; font-weight: normal;
}

-->
</style>    