/* CSS Document */

body { background-color: black; }

h1 { font-size: 14px; font-family: Arial; color: #000099; font-weight: bold; margin-bottom: 1px; }
h2 { font-size: 13px; font-family: Arial; color: black; font-weight: bold; margin-bottom: 1px; }
h3 { font-size: 13px; font-family: Arial; color: #000099; font-weight: bold; margin-bottom: 1px; }
h4 { font-size: 13px; font-family: Arial; color: black; font-weight: normal; margin-bottom: 1px; }
h5 { font-size: 14px; font-family: Arial; color: #8E8F7A; font-weight: normal; margin-bottom: 1px; }
h6 { font-size: 13px; font-family: Arial; color: #D90E12; font-weight: normal; margin-bottom: 1px; }

p { font-size: 13px; font-family: Tahoma; color: #dedce1; font-weight: normal margin-bottom: 0px; }
td { font-size: 10px; font-family: Tahoma; color: black }

.imgleft { margin-top: 3px; margin-bottom: 3px; margin-right: 3px; }
.imgright { margin-top: 3px; margin-bottom: 3px; margin-left: 3px; }
 
a:link { text-decoration:none; color:#ff6600; font-weight:bold }
a:visited { text-decoration:none; color:#ff6600;  font-weight:bold }
a:hover { text-decoration:none; color:#000099;  font-weight:bold }

HR { height:1px; width:100%; color:#ff6600; background:none; margin: 0px 0px 0px 0px; }