/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.dark_blue_text { color: #0A4E8A; }

p.no_bottom_space,
div.main-content p.no_bottom_space { margin: 0px; padding: 0px; }

.green_text { color:#498400 }

p.bold_subtitles { color:#333; size: 13px; font-weight: bold; }

li.bottom_space,
div.main-content li.bottom_space { margin: 6px; }

ul.bottom_space,
div.main-content li.bottom_space { margin: 6px; }