
a { text-decoration: none; }
a:link { color: #47A900; } /* orginal c66 -> 00D100 */
a:visited { color: #369; }
a:active { color: #ffc; }
a:hover { color: #47A900; text-decoration: underline; }


.date { font-size: x-small; font-weight: bold; }
.strong { font-weight: bold; }
.title { font-size: large; color: #fff; font-weight: bold; }
.small { font-size: x-small; }
.footnote { font-size: x-small; color: #fff; }
.sub1 { color: #F00; font-size: small; }
.sub2 { color: #009; font-size: small; }
.news { color: #009; font-size: small; }
.center { text-align: center; }
.right { text-align: right; }


.copy { font-family: "Comic Sans MS","Arial";  font-size: 9pt; color: #084200; }


.gray { color: #ccc; }
.darkgray { color: #808080; }
.red { color: #f00; }
.navy { color: #000080; }
.green { color: #007F46; }


.line1 { line-height: 150%; }
.line2 { line-height: 200%; }
.line3 { line-height: 180%; }
.line4 { line-height: 120%; }



/* hr */

hr.green {
height: 2px;
background-color: #;007F7F
border: none;
color: #007F7F;
}



/* solid-thin */
.st {
    margin: auto
    border-width: 1px 0px 0px 0px;
    border-top-style: solid;
    color: #c0c0c0; 
 }


/* solid-thick */
.sk {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: solid;
}

/* dot-thin */
.dt {
    margin: 0.5em 0px;
    border-width: 1px 0px 0px 0px;
    border-top-style: dotted;
    height: 0px;
}

/* dot-thick */
.dk {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: dotted;
    height: 0px;
}

/* dash-thin */
.ht {
    margin: 0.5em 0px;
    border-width: 1px 0px 0px 0px;
    border-top-style: dashed;
}

/* dash-thick */
.sk {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: dashed;
}

/* solid-double */
.sd {
    margin: 0.5em 0px;
    border-width: 3px 0px 0px 0px;
    border-top-style: double;
}

/* left */
.l-b {
	margin: auto;
	border-left: 3px solid #FFD800;
}

/* right */
.r-b {
	margin: auto;
	border-right: 3px solid #FFD800;
}


