body {
 margin: 0px;
 font-family: verdana;
 font-size: 12px;
 background: #ececec;
 text-align: center
}
a { color: blue; text-decoration: none }
a:visited { color: purple }
a:active { color: red }
a:hover { color: red }

/* DIV */
#capsule {
 width: 777px;
 border: 1px solid silver;
 border-top: 0px;
 margin-left: auto;
 margin-right: auto;
 text-align: left
}
#copyrightdiv {
 font-size: 10px;
 padding: 0px;
 background: silver;
 color: gray;
 width: 777px
}
#copyrightdiv div { padding: 3px }
#innerdiv {
 background: white
}
#logodiv {
 width: 777px;
 height: 100px
}

/* TABLE */
#menutd { background: #990000 }
#menutable {
 background: #990000;
 color: white;
 font-family: verdana;
 font-size: 12px
}
#menutable td {
 border-bottom: 1px solid white
}
#menutable td:hover { background: maroon }
#menutable a { text-decoration: none; color: white }
#menutable a:visited { color: white }
#menutable a:active { color: white }

#maintd { /* the main table */
 padding: 10px;
 padding-bottom: 5px
}
#texttd {
 padding: 20px;
 padding-bottom: 5px;
 text-align: justify;
 font-family: verdana; 
 font-size: 12px
}

/* H */
h1 {
 color: maroon;
 font-size: 15px
}
h2 {
 color: maroon;
 font-size: 13px
}

/* unique */
.thinborderimg { border: 1px solid #ececec }
.disclaimer {
 font-size: 10px
}

/* Other Tags */
em {
 font-style: normal;
 color: maroon
}

/* QUALITY CSS VERSION */
/*
.redul {
 color: #b30000;
 font-weight: bolder;
 margin-left: 5px;
 padding: 0px;
 font-size: 11px;
 list-style-image: url(/bv/images/red-diamond.gif)
}
.redul li {
 padding-top: 10px
}*/

/* HACK VERSION (IE6 support) */
.redul {
 color: #b30000;
 font-weight: bolder;
 margin-left: 5px;
 padding: 0px;
 font-size: 11px;
 list-style: none
}
.redul li {
 padding-top: 10px;
 background: url(/bv/images/red-diamond.gif) no-repeat 0px 1.3em;
 padding-left: 12px
}
.simpleul{
 font-size: 11px;
 list-style: none
}

/* QUALITY CSS VERSION */
/*
#.blackul {
 list-style-image: url('/bv/images/diamond.gif');
}
#.blackul li{
 padding: 2px
}
*/

/* HACK VERSION (IE6 support) */
.blackul {
 list-style: none; 
 font-size: 11px
}
.blackul li {
 padding: 2px;
 background: url(/bv/images/diamond.gif) no-repeat 0px 0.6em;
 padding-left: 12px
}

ul li { Padding: 2px }
