body, TD, SELECT {
        font-family: sans-serif;
        font-size:90%;
}
A {
     color:#000000;
}
A:hover {
     text-decoration:none;
}
.topMenu A {
     padding-left:5px;
     color:#000000;
     font-weight:bold;
}
.lmenu,.lmenu A {
     color:#223A9A;
     font-weight:bold;
     font-size:12px;
     margin-right:30px;

}
.mmenu, {
     color:#000000;
     font-weight:none;
     font-size:12px;
     margin-right:30px;

}
.mmenu A {
     color:#000000;
     font-weight:bold;
     font-size:12px;
     margin-right:30px;



}
.lmenu2 A {
     color:#000000;
}
.lmenu2 IMG {
     margin-right:10px;
}
#lmenu1 {
     width:240px;
     height:75px;
     background:url('../img/lmenu01.jpg') no-repeat;
     padding-left:25px;
     padding-right:150px;     
}
#lmenu2 {
     width:240px;
     height:75px;
     background:url('../img/lmenu02.jpg') no-repeat;
     padding-left:25px;
     padding-right:160px;
}
#lmenu3 {
     width:240px;
     height:75px;
     background:url('../img/lmenu03.jpg') no-repeat;
     padding-left:25px;
     padding-right:160px;
}
#lmenu4 {
     width:240px;
     height:75px;
     background:url('../img/lmenu04.jpg') no-repeat;
     padding-left:25px;
     padding-right:25px;
}
INPUT {
        font-family: sans-serif;
        font-size: 11px;
        border-top: 1px inset silver;
        border-bottom: 1px inset silver;
        border-right: 1px inset silver;
        border-left: 1px inset silver;
}
TEXTAREA {
        font-family: sans-serif;
        font-size: 11px;
        border-top: 1px inset silver;
        border-bottom: 1px inset silver;
        border-right: 1px inset silver;
        border-left: 1px inset silver;
}
INPUT.but {
        font-family: sans-serif;
        font-size: 11px;
        border-top: 1px outset silver;
        border-bottom: 1px outset silver;
        border-right: 1px outset silver;
        border-left: 1px outset silver;
}
INPUT.radio {
        font-family: sans-serif;
        font-size: 11px;
        border-top: 0px outset silver;
        border-bottom: 0px outset silver;
        border-right: 0px outset silver;
        border-left: 0px outset silver;
}
INPUT.faq {
     width: 300px;
}
TABLE.border {
     background:#C5C5C5;
}
TABLE.border TD {
     background:#FFFFFF;
}
.color {
     color:#98362B;
}
.th {
     padding:10px;
     background:#ACB8E2;
}
.tc {
     padding:10px;
}
.TextAttention {
     color:red;
}
.TextArchive {
     color:silver;
}
A.sblack {
     font-weight:normal;
     color:#000000;
}
A.blue {
     color:#223A9A;
}
TD.top {
     background:#F7F7F7 url('../img/top_bg.jpg') no-repeat left bottom;
     font-size:26px;
     font-weight:bold;
     color:#000000;
     width:665px;
     height:82px;
     padding-left:3px;
     letter-spacing:3px;
}
H2 {
     font-size:16px;
     font-weight:none;	
     color:#b90000;
}

H1 {
     font-size:16px;
     font-weight:none;	
     color:#b90000;



}
.menu2 {
     color:#223A9A;
     font-weight:bold;
     font-size:13px;
     text-decoration: underline;
}
section.blurb .box{
    padding:0;
}
/* styling of the container. */
a.myPlayer {
    display:block;
    width: 520px;
    height:330px;
    text-align:center;
    margin:15px;
    float:left;
    border:1px solid #999;
        }

/* play button */
a.myPlayer img {
    margin-top:120px;
    border:0px;
}


/* when container is hovered we alter the border color */
a.myPlayer:hover {
    border:1px solid #000;
}