/* basic elements */
p      { font-family: Arial; font-size: 11px; color: #004000 }
h1      { font-family:bold Arial; font-size: 18px; color: #004000 }
h2      { font-family:bold Arial; font-size: 14px; color: #004000 }
h3      { font-family:bold Arial; font-size: 12px; color: #004000; font-style: italic; }
h4      { font-family:bold Arial; font-size: 11px; color: #004000; font-style: italic; }

a:link { font-size: 11px; font-weight: bold; color: #339933; text-decoration: none;}
a:hover { font-size: 11px; font-weight: bold; color: #FF9933; text-decoration: underline;}
a:visited { font-size: 11px; font-weight: bold; color: #339933; text-decoration: none;}
a:active { font-size: 11px; font-weight: bold; color: #FF9933; text-decoration: underline;}
a.nav:link { font-size: 16px; font-weight: bold; color: #339933; text-decoration: none; margin: 5px;}
a.nav:hover { font-size: 16px; font-weight: bold; color: #FF9933; text-decoration: underline; margin: 5px;}
a.nav:visited { font-size: 16px; font-weight: bold; color: #339933; text-decoration: none; margin: 5px; }
a.nav:active { font-size: 16px; font-weight: bold; color: #FF9933; text-decoration: underline; margin: 5px; }
hr           { color: #008000 }
ul { font-family: Arial; font-size: 11px; color: #004000; }
ul.banner     { font-weight: bold; font-size: 14px; color: #004000; margin: 5px; }
li     { font-family: Arial; font-size: 11px; color: #004000; }
li.banner     { font-weight: bold; font-size: 14px; color: #004000; margin: 5px; }

/* specific divs */
#sunBullet ul     { font-family: Arial; font-size: 11px; color: #004000; list-style-image: url(/images/sun%20symbol.gif);}
#sunBullet ul.banner     { font-weight: bold; font-size: 14px; color: #004000; list-style-image: url(/images/sun%20symbol.gif); margin: 5px;}
#sunBullet li     { font-family: Arial; font-size: 11px; color: #004000; list-style-image: url(/images/sun%20symbol.gif); }
#sunBullet li.banner     { font-weight: bold; font-size: 14px; color: #004000; list-style-image: url(/images/sun%20symbol.gif); margin: 5px; }