/* STANDARD TAG REDEFINITIONS */
BODY {
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: black;
margin: 0;
padding: 0;
border: solid red;
}

TD {
font-size: 10pt;
}

p {
font-size: 10pt;
margin-bottom: 7px;
margin-top: 0px;
padding-top: 5px;
}

form {
margin:0;
}

a:link {
color: red;
background-color: transparent;
text-decoration: underline;
}

a:hover {
color: white;
background-color: transparent;
text-decoration: underline;
}

#HEADER {
width:800px;
margin-left:auto;
margin-right:auto;
}

#HEADER .Visual {
height:160px;
background-image: url(bdbanner.jpg);
background-repeat: no-repeat;
background-color: #4492C8;
}

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 7px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a#current{border-color: #F60;color: #06F}
ul#minitabs a:hover{border-color: #F60;color: #666} 

h1 {
text-align: center;
margin: 0;
padding: 15px 0 15px 0;
font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
font-weight: bold;
letter-spacing: .005em;
color: red;
font-size: 18pt;
}

#CONTENT {
width:800px;
margin-left:auto;
margin-right:auto;
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}


h2 {
text-align: center;
margin: 0;
padding: 10px 0 10px 0;
font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif;
font-weight: bold;
letter-spacing: .005em;
color: Red;
font-size: 18pt;
}

#TEXT {
padding: 10px;
border-bottom: 2px solid #484848;
border-top: 2px solid #484848;
background-color: #222222;
}

#TEXT p {
margin-bottom: 1em;
}

#FOOTER {
width:800px;
margin-top:27px;
margin-left:auto;
margin-right:auto;
border-top: 4px solid #363636;
text-align: right;
padding-top: 1px;
}

#FOOTER p {
font-size: 11px;
line-height: 14px;
margin: 0;
color: #DDDDDD;
}

#FOOTER a {
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: White;
}

#FOOTER a:hover {
color: white;
text-decoration: underline;
}