/* HEADERS */
h1 {font-size:18px; font-weight: bold;}
h2 {font-size:12px; font-weight: bold;}

/* ULs / LIs*/
dt {padding-top: 10px; padding-bottom: 4px; font-size: 14px; font-weight: bold;}
li ul {font-size: 10px;}

/* TABLES */
.table-h1 {background-color: #E8F9E5;}
.table-data {border: 1px solid #999999;}

/* TDs */
.td-header {padding-bottom: 11px;}
.td-h1 {padding-left: 5px}
.td-title {background-color: #EFEFEF; padding-left: 5px; padding-right: 5px; padding-top: 8px; padding-bottom: 8px;}
.td-text-states {padding-top: 6px; padding-left: 6px; padding-right: 6px; font-size: 14px; font-weight: bold; line-height: 18px;}
.td-text {padding: 6px;}
.td-line2 {background-color: #008000; height: 1px;}
.td-line3 {background-color: #E8F9E5; height: 20px;}

/* LINKs */
dt a:link {color: #000000; text-decoration: none;}
dt a:visited {color: #000000; text-decoration: none;}
dt a:active {color: #000000; text-decoration: none;}
dt a:hover {text-decoration: underline;}
li a:hover {color: #7777CC;}
.td-text-states a:hover {color: #7777CC;}
