/* fire.css -- stylesheet for schodack.org/911 */

body {
margin-left: 12px;
margin-right: 12px;
color: black
background-color: #ddffff;
}

table {
background-color: #eeffff;
border-style: none;
border-width: 0px;
}

.b {
font-weight: bold;
}

.nodent {
text-indent: 0px;
}

.dent12 {
text-indent: 12px;
}

.dent24 {
text-indent: 24px;
}

.pad24 {
padding-left: 24px;
}

.pad48 {
padding-left: 48px;
}

.hl36 {
font-size: 36pt;
font-weight: bold;
}

.hl30 {
font-size: 30pt;
font-weight: bold;
}

.hl24 {
font-size: 24pt;
font-weight: bold;
}

.hl16 {
font-size: 16pt;
font-weight: bold;
}

.hl14 {
font-size: 14pt;
font-weight: bold;
}

/* left sidebar */

.lsb {
color: black; 
background-color: #aaddff;
padding-left: 3px;  
padding-right: 3px;  
padding-top: 1px;  
padding-bottom: 1px;
font-family: Arial, Verdana, sans-serif;
font-size: 9pt;
line-height: 130%;
text-decoration: none;
}

lsb.a:visited, a:link {
line-height: 130%;
color: black;
}

.lsb.a:active {
line-height: 130%;
color: NAVY;
}

a:visited, a:link {
color: NAVY;
}

a:active {
color: NAVY;
}

li {
list-style-type: none;
}

li.d {
list-style-type: decimal;
}

li.bullet {
list-style-type: disc;
}

.cntr {
text-align: center;
}

address {
font-size: 9pt;
}

