﻿/* Import other stylesheets */
@import url(CDStyle.css);
@import url(CDMenus.css);

/* Standard settings used throughout site */
* { margin: 0; padding: 0; border: 0; }
html, body { font-family: Verdana, Arial, Tahoma; font-size: 82%; color: #800000; background: #800000; padding: 10px 0; }

/* Links */
a:link, a:visited { text-decoration: none; color: #000; }
a:active, a:hover { text-decoration: underline; }

/* Defaults */
.strong { font-weight: bold; }
.italic { font-style: italic; }
a.noDecoration:hover { border: 0; background: 0; }
p { padding-bottom: 10px; line-height: 150%; }
h1 { padding-bottom: 10px; font-size: 1.3em; }
h2 { padding: 10px 0 6px; font-size: 1.2em; }
h3 { padding: 10px 0 6px; font-size: 1.1em; }
#rightColumn ul, #rightColumn ol { margin-left: 20px; padding-bottom: 10px; list-style-position: inside; }
ul.detail li { list-style-position: outside; padding-left: 2px; }

/* Others */
.clear { clear: both; }

/* Forms */
input, textarea, select { border: 1px solid #ccc; padding: 2px; margin: 1px; }

/* Tables */
td { padding: 4px; }