/* Maple Hill Farm Style Sheet */

/* link class */

/* common */

a { color: #cc6600; text-decoration: underline }
a:link { color:#cc6600; text-decoration: underline }
a:active { color:#cc6600; text-decoration: underline }
a:hover { color: #336633; text-decoration: underline }
a:visited { color: #336633; text-decoration: underline }

/* caption */

a.caption { color: #cc6600; font-weight: underline }
a.caption:link { color: #cc6600; text-decoration: underline }
a.caption:active { color: #cc6600; text-decoration: underline }
a.caption:hover { color: #336633; text-decoration: none }
a.caption:visited { color: #336633; text-decoration: none }

/* footer */

a.footer { color: #cc6600; text-decoration: none }
a.footer:link { color: #cc6600; text-decoration: none }
a.footer:active { color: #cc6600; text-decoration: none }
a.footer:hover { color: #336633; text-decoration: none }
a.footer:visited { color: #336633; text-decoration: none }

/* end link class */

/* copy class */

.copy { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight: normal}
.copysmall { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal}

.copycaption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #336633; font-weight: normal}
.comment { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: normal}
.comment01 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #336633; font-weight: normal}
.comment02 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #cc6600; font-weight: normal}
.copyfooter { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; font-weight: normal}

.title { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #336633; font-weight: bold}
.title02 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #cc6600; font-weight: bold}

.subtitle { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #336633; font-weight: normal}
.subtitle02 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #cc6600; font-weight: normal}

.titlesmall { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336633; font-weight: bold}

.highlight { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #cc0000; font-weight: bold}

/* end copy class */

/* misc class */

.imgright {float: right}
.imgleft {float: left}

.ul { margin-top: 0; margin-bottom: 0;}

/* end misc class */
