A:link {text-decoration: none; color:blue;}
A:visited {text-decoration: none; color:#6d65ff;}
A:active {text-decoration: none; color:#DB0000;}
A:hover {text-decoration: underline; color:#DB0000;}

body {
	font-family: Arial, Helvetica, sans-serif,Georgia, Verdana;
	font-size:12px;
}

#container {
margin: 0 auto 0 auto;
width:680px;
font-family: Arial, Helvetica, sans-serif,Georgia, Verdana;
font-size:16px;
color:#000000;
line-height: 130%;
}
#footer{
margin: 0 auto 0 auto;
width:680px;
font-family: Arial, Helvetica, sans-serif, Verdana;
font-size:10px;
color:#000000;
line-height: 130%;
}
#container1{
margin: 0 auto 0 auto;
font-family: Arial, Helvetica, sans-serif, Georgia, Verdana;
font-size:22px;
color:#DB0000;
line-height: 130%;
}
#container2{
margin: 0 auto 0 auto;
font-family: Arial, Helvetica, sans-serif, Georgia, Verdana;
font-size:16px;
color:#000000;
line-height: 130%;
}
#container3 {
margin: 0 auto 0 auto;
width:680px;
}
#container4{
margin: 0 auto 0 auto;
width:620px;
font-family: Arial, Helvetica, sans-serif, Georgia, Verdana;
font-size:16px;
color:#000000;
line-height: 130%;
}

/** FONTS **/

h1 {
margin:0px;
font-family: Arial, Helvetica, sans-serif, Georgia, Verdana;
font-size:30px;
color:#DB0000;
}

h2 {
margin:0px;
font-family: Arial, Helvetica, sans-serif, Georgia, Verdana;
font-size:22px;
font-weight:lighter;
color:#DB0000;
line-height: 130%;
}

h3 {
margin:0px;
font-family: Arial, Helvetica, sans-serif, Georgia, Verdana;
font-size:18px;
color:#DB0000;
font-weight:bold;

}
h4 {
margin:0px;
font-family: Arial, Helvetica, sans-serif,Georgia, Verdana;
font-size:16px;
font-weight:bold;
color:#000000;
}
h5 {
margin:0px;
font-family: Arial, Helvetica, sans-serif,Georgia, Verdana;
font-size:20px;
font-weight:lighter;
color:#DB0000;
line-height: 115%;
}
h6 {
margin:0px;
font-family: Arial, Helvetica, sans-serif,Verdana;
font-size:10px;
font-weight:lighter;
color:#000000;
line-height: 115%;
}
.text_top {
background-color:#3C454B;
border-bottom: 1px #DB0000 solid;
color:#fff;
padding: 4px;
}

/** COLORS **/

.white {
background-color:#fff;
}
.text_white {
color:#fff;
}.color2 {
background-color:#34454F;}

.yellow {
background-color:#FFF5CB;}


/* YES LIST */

    ul.yes {
        list-style-type: none;
        margin: 20px;
    }
    
    ul.yes li {
        margin-bottom: 5px;
        background-color: #f3fce3;
        padding: 4px;
        font-size: 11pt;
        color: #232323;
        background-image: url(../../../../5TageEbook-BFM/5TageEbook-BFM/web-content/images/accept.png);
        background-repeat: no-repeat;
        background-position: 8px 4px;
        padding-left: 32px;
    }
    
/* BLOCKQUOTE */

    blockquote {
        border-top: 3px solid #c4e0fb;
        border-left: 3px solid #c4e0fb;
        border-right: 1px dotted #c4e0fb;
        border-bottom: 15px solid #c4e0fb;
        padding: 15px;
        padding-bottom: 0px;
        background-color: #d2e8fc;
        margin: 0px 20px 20px 20px;
        background-image: url(../../../../5TageEbook-BFM/5TageEbook-BFM/web-content/images/quotebg.gif);
        background-position: top left;
        background-repeat: no-repeat;
    }

    #maincontent blockquote * {
        color: #1e5b95;
        font-style: italic;
    }
