BODY {
        font-family : Verdana, Arial, sans-serif ;
        font-size : 9pt;
}

A {
        text-decoration: none;
        color: blue;
}

A:Hover {
        text-decoration: underline;
        color: red;
        background-color : Blue;
}

A.gold{
        color : #FCE645;
        text-decoration: none;
}

A.gold:Hover {
        background-color : #FCE645;
        color : Navy;
        text-decoration: none;
}

A.quiet{
        text-decoration: none;
        color: black;
}



H1,H2 {
        font-family : Tahoma, Arial, Helvetica, sans-serif;
        margin : 5 px;
        text-align : center;
        width : auto;
}

H1 {
        font-size : x-large;
}

H2 {
        font-size : large;
}

.caption {
        font : small Tahoma, Geneva, Arial, Helvetica, sans-serif;
        text-align : justify;
        padding: 20px;
}

.captionsmall {
        font : x-small  Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align : left;
}

.center {
        text-align : center;
}

P,UL {
        text-align : justify;
        text-indent : 0px;
        font-family : Georgia, "Times New Roman", Times, serif;
        font-size : medium;
        margin : 10 px 10 px 10 px 10 px;
}

P.space {
        line-height: +30px
}

.right{
        text-align: right;
}

.indent{
	margin-left: 40px;
	font-variant: normal;
	font-weight: bold;
}

SMALL {
        font : normal small Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align : center;
}

.middle {
        text-align : center;
}

H3 {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : medium;
        font-variant : small-caps;
        text-decoration : none;
        background-image: none;
        padding: 1%;
        border: inset;
        background-color : Silver;
        width : auto;
        text-align : center;
}

H4 {
        font-family : "Times New Roman", Times, serif;
        font-size : small;
        font-style : italic;
        width : auto;
        text-align : center;
}

H5 {
        float : none;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : small;
        margin : 10 px;
        width : auto;
        font-weight : lighter;
        text-align : justify;
}
li {
	background-color: #DCDCDC;
	list-style-type: square;
	list-style: square;
	list-style-position: outside;
	list-style-position: inside;
	text-align: left;
	text-indent: 10px;
}

