/* NHBCC Style Sheet */

/* link class */

a { color: #663366; text-decoration: underline }
a:link { color: #663366; text-decoration: underline }
a:active { color: #663366; text-decoration: underline }
a:hover { color: #663366; text-decoration: underline }
a:visited { color: #336633; text-decoration: underline }

/* small link class */

a.small { color: #663366; text-decoration: underline }
a.small:hover { color: #663366; text-decoration: underline }
a.small:active { color: #663366; text-decoration: underline }
a.small:visited { color: #336633; text-decoration: underline }

/* end small link class */

/* caption link class */

a.caption { color: #404040; text-decoration: underline }
a.caption:link { color: #404040; text-decoration: underline }
a.caption:active { color: #404040; text-decoration: underline }
a.caption:hover { color: #404040; text-decoration: underline }
a.caption:visited { color: #808080; text-decoration: none }

/* end link class */

/* footer link class */

a.footer { color: #404040; text-decoration: none }
a.footer:link { color: #404040; text-decoration: none }
a.footer:active { color: #404040; text-decoration: none }
a.footer:hover { color: #404040; text-decoration: none }
a.footer:visited { color: #808080; text-decoration: none }

/* end link class */

/* copy class */

.copy {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #000000}
.copy_purple {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #663366}
.copy_green {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #336633}

.copysmall {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
.copysmall_purple {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #663366}
.copysmall_green {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #336633}

.copycaption {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #404040}
.copycaption_black {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000}
.copyfooter {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #404040}

/* end copy class */

/* title class */

.title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #336633; font-weight: bold}
.subtitle { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #663366; font-weight: bold}
.subtitle_green { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #336633; font-weight: bold}
.titlesmall { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336633; font-weight: bold}
.subtitlesmall { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #663366; font-weight: bold}
.titlecaption_black {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000}

/* end title class */

/* misc copy class */

.comment {font-family: Arial, Helvetica, sans-serif; font-size: 11px;font-weight: normal; color: #000000}
.accent {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #cc0000}
.announce { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #cc0000; font-weight: bold}
.dropcap {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #663366}

/* end misc copy class */

/* misc class */

.imgright {  float: right}
.imgleft {  float: left}

.ul { margin-top: 0; margin-bottom: 0;}

/* end misc class */

.button {color: #7d977d; font-weight:bold; font-size:12px; background-color:#FFF; }