p { color: #68342D; 
font-size: 13px; 
line-height: 18px; 
font-family: Verdana, Arial, Helvetica, sans-serif; }

p.big { font-size: 20px;
line-height: 26px;  }

p.bar { background-color: #68342D; 
color: white; 
padding-top: 1px; 
padding-bottom: 2px; 
padding-right: 5px; 
padding-left: 0; 
text-align: right; 
text-transform: uppercase; 
margin-top: 7px; 
margin-bottom: 0; }

p.zero { color: #68342D; 
font-size: 12px; 
line-height: 18px; 
margin-left: 0; 
margin-right: 0;
font-family: Verdana, Arial, Helvetica, sans-serif; }

p.small { font-size: 11px; 
line-height: 14px; }

.red { color: #cc3300; }

ul { list-style-image: url('images/bullet.gif'); 
color: #68342D;
text-align: left; 
font-size: 12px; 
line-height: 18px; 
font-family: Verdana, Arial, Helvetica, sans-serif; }

ol { font-size: 13px; 
line-height: 18px; 
font-family: Verdana, Arial, Helvetica, sans-serif; }

/* blue link; underline and light blue on hover */
a:link { color: #808000; 
text-decoration: none; }

a:visited { color : #808000; 
text-decoration: none; }

a:hover { color : #808000; 
text-decoration: underline; }

a:active { color : #800000; 
text-decoration: underline; }

/* grey navbar links, no underline, blue on hover */
a.navbar:link { color: #C0C0C0; 
text-decoration: none; }

a.navbar:visited { color: #C0C0C0; 
text-decoration: none; }

a.navbar:hover { color: #FFFFFF; 
text-decoration: none; 
background-color: #0000FF; }

a.navbar:active { color: #FFFFFF; 
text-decoration: none; 
background-color: #0000FF; }