/* Styles that can be used by user */

.underlined {
text-decoration:underline;
}

.centered {
text-align:center;
}

.padded {
margin-bottom: 10px;
}

.firstletter:first-letter, .firstletter:first-letter {
     float:left;
     color:#6A6A64;
     font-size:70px;
     line-height:50px;
     padding-top:2px;
     font-family: Times, serif, Georgia;
}

.dottedLine {
    border-top: 0px;
    border-bottom: 1px dotted #000000;
}

.whitefont {
    color: #fff;
}

.redfont {
    color: #cc0000;
}

.greycell-blacktext {
    background-color: #ccc;
    color: #000;
}

.darkgreycell-blacktext {
    background-color: #666;
    color: #000;
}

.blackcell-whitetext {
    background-color: #000;
    color: #fff;
}

.bluefromheader-whitetext {
    background-color: #23428f;
    color: #fff;
}

.bluefromsidebar-whitetext {
    background-color: #152665;
    color: #fff;
}

.bluefromfunfacts-whitetext {
    background-color: #010942;
    color: #fff;
}

.bluefrombackground-whitetext {
    background-color: #000033;
    color: #fff;
}

.caption {
    font: normal 9px "Verdana",sans-serif;
    color: #666;
    text-transform: uppercase;
}

.caption2 {
    font-size:11px;
    font-family:Verdana, Arial, sans-serif;
    color:#333399;
}

.captionBNOW {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    }

.lightblue-blacktext {
    background-color: #ff0000;
    color: #000;
}

.dottedLine {
    border-top: 0px;
    border-bottom: 1px dotted #000000;
}

ul.noBulletList {
    list-style: none;
    padding-left: 0;
}

ul.noIndentList {
    padding-left: 0px;
    margin-left: 15px;
}

ul.flushLeftBullets {
    padding-left: 0px;
    margin-left: 15px;
}

/* Styles that should appear in WYSIWYG edit mode */

h1 {
    color: #2c458c;
}

.notescontent {font-size:11px;}

.table-615 {width:615px;}
.table-590 {width:590px;}
.table-575 {width:575px;}
.table-400 {width:400px;}
.table-395 {width:395px;}
.table-350 {width:350px;}
.table-300 {width:300px;}
.table-200 {width:200px;}

.right-align {text-align:right;}
.indented {margin-left:30px;}

