body {
    color: #000;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    background: #800;
    background-image: url(../images/RedGradBg.gif);
    background-repeat: repeat-x;               
}


a:link,  a:visited { 
    color:#c00; 
    text-decoration:none; 
    font-weight:bold;
}
a:hover, a:active { 
    text-decoration:underline; 
    font-weight:bold;
}

a.tog:link, a.tog:visited { 
    display:block;
    color:#333; 
    text-decoration:none; 
    padding:3px 6px 3px 6px;
}
a.tog:hover, a.tog:active { 
    color:#fff; 
    background:#999;
}


div.title{
/*    background-image: url(/4/gfx/gray_grad.gif); */
/*    background-repeat: repeat-x;                  */
    background: #fff;
    border: 1px #fff solid;
    padding:0px;
    margin: 0px;
    color: #000;
    font-weight: bold;
    font-size: 60px;
    letter-spacing:-1px;
    text-align:center;
}

.blue { color:blue; }
.green { color:green; }
.red { color:red; }
.yellow { color:#FC0; }

.heading {
    color:#444;
    font-size: 14px;
    font-weight: normal;
    letter-spacing:.5px;
    margin-top:0px;
    margin-bottom:8px;
    background: #fff;
}

.toggler {
    color: #666;
    margin: 1px;
    padding: 1px 1px;
    background: #fff;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    font-size: 12px;
    font-weight: bold;
}
 
img.tog {
    border: 1px solid #666;
    padding: 2px;
    margin-right:10px;
    background:#fff;
    float:left;
}
 
.element {
    color:#444;
    background: #fff;
    margin: -1px 1px 0px 1px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    padding:0px 0px 10px 0px ;
}


.element blockquote {
    padding: -1px 1px 0px 1px;
    margin: 10px 10px 10px 10px;
    font-size: 12px;
    float:left;
}

