/* HMC LLC Style Sheet */

/* link class */

/* common */

a {font-size: 12px; color: #336060; text-decoration: underline}
a:link {font-size: 12px; color:#336060; text-decoration: underline}
a:active {font-size: 12px; color:#336060; text-decoration: underline}
a:hover {font-size: 12px; color: #336060; text-decoration: underline}
a:visited {font-size: 12px; color: #6c603c; text-decoration: none}

/* caption */

a.caption {font-size: 11px; color: #336060; font-weight: none}
a.caption:link {font-size: 11px; color: #336060; text-decoration: none}
a.caption:active {font-size: 11px; color: #336060; text-decoration: none}
a.caption:hover {font-size: 11px; color: #336060; text-decoration: none}
a.caption:visited {font-size: 11px; color: #6c603c; text-decoration: none}

/* footer */

a.footer {font-size: 10px; color: #9c9080; text-decoration: underline}
a.footer:link {font-size: 10px; color: #9c9080; text-decoration: underline}
a.footer:active {font-size: 10px; color: #9c9080; text-decoration: underline}
a.footer:hover {font-size: 10px; color: #9c9080; text-decoration: underline}
a.footer:visited {font-size: 10px; color: #9c9080; text-decoration: none}

/* end link class */

/* copy class */

.copy { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal}
.copyteal { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #336060; font-weight: normal}
.copycaption { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #6c603c; font-weight: normal}
.copycaption_teal { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #336060; font-weight: normal}
.copyfooter { font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; color: #9c9080; font-weight: normal}
.copyfooter_light { font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; color: #9c9080; font-weight: normal}


/* title class */

.title { font-family: arial, helvetica, sans-serif; font-size: 13px; color: #336060; font-weight: bold}
.subtitle { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #336060; font-weight: bold}
.titlecaption { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #336060; font-weight: bold}

/* misc class */

.imgright {  float: right}
.imgleft {  float: left}
