/* Style sheet */
a { text-decoration: none; }
a:link { color: blue; font-weight:bold;}
a:visited { color: blue; font-weight:bold;}
a:active { color: red; font-weight:bold;}
a:hover { color: red; font-weight:bold; background-color: yellow;}
body { background-image: url("../images/ring_bkgnd1.gif"); }
caption.center {margin-right : auto; margin-left : auto }
code.white-on-black {color: #FFFFFF; background-color: #000000;}
code.black-on-gray {color: #000000; background-color: #D0D0D0;}
div.ctable{ text-align: center;}
div.ctable table { border-collapse:collapse; margin: auto; text-align: left;}
div.text-center {text-align:center;}
dl {margin-left: 70px;}
em {font-weight: bold;}
h1.center {text-align: center;}
h1.right {text-align: right;}
h1.page-header-right {text-align: right; margin-top: 0px; margin-bottom: 0px;}
h2 {border-style: solid;
    border-top-width: 1px; border-bottom-width: 3px; border-left-width: 1px; border-right-width: 3px;
    border-top-color: #009900; border-bottom-color: #006600; border-left-color: #009900; border-right-color: #006600;
    background-color: #CCFFCC;}
h3 {margin-left: 20px;}
h4 {margin-left: 30px;}
img.borderless {border: 0px;}
ol {margin-left: 70px;}
p {margin-left: 50px; text-indent: 1em;}
p.no-text-indent {text-indent: 0em;}
p.no-indent {margin-left: 0px;}
p.center {text-align: center;}
p.quoted {margin-left: 100px; margin-right: 100px; border-style: none; background-color: #FFCCFF}
pre.indent {margin-left: 70px;}
pre {margin-top: 0px; margin-bottom: 0px;}
pre.no-indent {margin-left: 0px; margin-top: 0px; margin-bottom: 0px;}
pre.boxed { padding-left: 10px; padding-right: 10px; padding-top: 0px; padding-bottom: 0px; border: 1px solid gray; background: #eeeeee }
strong {font-weight: bold; color: red;}
td {color: #000000; background-color: #FFFFFF;}
td { padding: 2px;border: 1px solid black; }
td.text-left {text-align:left;}
td.white-on-black {color: #FFFFFF; background-color: #000000;}
td.black-on-light-green {color: #000000; background-color: #CCFFCC;}
th { padding: 2px;border: 1px solid black; background-color : NavajoWhite;}
th {color: #000000; background-color: #CCFFFF;}
tr { vertical-align:top;}
ul {margin-left: 70px;}
