body { font-family: Georgia, Times New Roman; font-size: 14px; color: #ddd; text-align: center; background: #333; }

p { text-indent: 24px; }
strong { font-size: 16px; color: #fff; letter-spacing: -1px; }
small { font-size: 11px; color: #666; position: relative; bottom: 1px; }

.accessible { display: none; }

a:link, a:visited { color: #5095be; text-decoration: none; background: transparent url(/images/css_dotted_blue.gif) repeat-x bottom; border-bottom: none; padding: 0px; }
a:hover, a:active, a:focus { color: #2d5b77; background: transparent url(/images/css_dotted_black.gif) repeat-x bottom; }

a:link.white, a:visited.white { background: transparent url(/images/css_dotted_white.gif) repeat-x bottom; }
a:hover.white, a:active.white, a:focus.white { background: transparent url(/images/css_dotted_white.gif) repeat-x bottom; }

a:link.whitetext, a:visited.whitetext { color: #fff; }
a:hover.whitetext, a:active.whitetext, a:focus.greytext { color: #ccc; }

a:link.grey, a:visited.grey { background: transparent url(/images/css_dotted_lgrey.gif) repeat-x bottom; }
a:hover.grey, a:active.grey, a:focus.grey { background: transparent url(/images/css_dotted_dgrey.gif) repeat-x bottom; }

a:link.greytext, a:visited.greytext { color: #666; }
a:hover.greytext, a:active.greytext, a:focus.greytext { color: #aaa; }

a:link.black, a:visited.black { background: transparent url(/images/css_dotted_black.gif) repeat-x bottom; }
a:hover.black, a:active.black, a:focus.black { background: transparent url(/images/css_dotted_black.gif) repeat-x bottom; }

a:link.nounderline, a:visited.nounderline, a:hover.nounderline, a:active.nounderline, a:focus.nounderline { background: none; }
.noborder { border: none !important; }
.heading { padding-bottom: 14px; }

.hr_black { width: 100%; height: 1px; background: transparent url(/images/css_dotted_black.gif) repeat-x; }
.hr_grey { width: 100%; height: 1px; background: transparent url(/images/css_dotted_lgrey.gif) repeat-x; }
.hr_white { width: 100%; height: 1px; background: transparent url(/images/css_dotted_white.gif) repeat-x; }