body {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}
#header {
display : none;
}
#leftnav {
display : none;
}
#footer {
display : none;
}
/************************************ ELEMENTS *************************/
h1 {
color: black;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.7em;
line-height: 1.35em;
padding-bottom: 15px;
text-align: center;
}
h2 {
color: black;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.3em;
line-height: 1.20em;
padding: 6px 0;
}
h3 {
color: black;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-size: 1.6em;
line-height: 1.1em;
margin: 10px 30px;
text-align: center;
}
h4 {
color: black;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-size: 1.4em;
line-height: 1.1em;
margin: 10px 0px 10px 0px;
text-align: left;
}
p {
margin-bottom: .8em;
}
a:link, a:visited {
color: black;
text-decoration: underline;
font-weight: bold;
}
/************************************ FORMATTING *************************/
.text-bold {
font-weight: bold;
}
.text-italic {
font-style: italic;
}
.text-bold-italic {
font-style: italic;
font-weight: bold;
}
.text-legal {
font-size: 9px;
}
.text-underline {
text-decoration: underline;
}
.text-book-title {
font-style: italic;
text-decoration: underline;
}
.image-left {
float: left;
margin: 3px 12px 4px 0;
border: 1px #000000 solid;
}
.image-right {
float: right;
margin: 3px 0px 4px 12px;
border: 1px #000000 solid;
}
/************************************ TABLES *************************/
TABLE.content-table {
border-style: solid none none solid;
border-width: 1px 0px 0px 1px;
border-color: #670001;
width: 100%;
color: #000;
margin-bottom:6px;
}
TABLE.content-table th {
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 3px 5px;
border-style: none solid solid none;
border-width: 0px 1px 1px 0px;
border-color: #670001;
background: #dcdcdc;
text-align: center;
}
TABLE.content-table td {
font-size: 1em;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: normal;
padding: 4px 5px;
border-style: none solid solid none;
border-width: 0px 1px 1px 0px;
border-color: #670001;
background: #fbfbfb;
line-height: 1.2em;
}
tr.red td {
background: #ffe7e6;
}
tr.gray td {
background: #e7e7e7;
}
tr.green td {
background: #e9fbdf;
}
