/* Note: These file is used to declare user defined styles. These styles are used only on the website and not in Electos Studio. You may expand and change these however you see fit. */

Body { bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000" } 

.IntroText {
        font-family: verdana; 
        font-size: 11px; 
        line-height: 18px
}
.DataFlexText {
        font-family: verdana; 
        font-size: 11px; 
        line-height: 18px
}
.MenuButtonOdd {
        font-family: verdana; 
        font-size: 11px; 
        cursor: hand;
        font-weight: bold; 
        text-decoration: none; 
        background: #DCE5EE
}
.MenuButtonEven {
        font-family: verdana; 
        font-size: 11px; 
        font-weight: bold; 
        cursor: hand; 
        text-decoration: none; 
        background: #B3C7E0
}
.NewsPoints A {
        font-family: verdana; 
        font-size: 10px;        
        color: #000000;
        font-weight: bold;
        text-decoration : none;
}
.NewsPoints A:Hover {
        text-decoration : underline; 
}
.MoreNews {
        font-family: verdana; 
        font-size: 12px; 
        font-weight: bold; 
        cursor: hand
}
.NewsTitle {
        font-family: verdana; 
        font-size: 10px;
        color: #000000;
        font-weight: bold;
}
.AgendaPoints {
        font-family: verdana; 
        font-size: 10px; 
        font-weight: bold
}
.AgendaLocation {
        font-family: verdana; 
        color: #999999; 
        font-size: 10px; 
}
.Copyright {
        font-family: verdana; 
        font-size: 10px; 
}
.HomeNewsTitle {
        font-family: verdana; 
        font-size: 14px; 
        color: #515151; 
        line-height: 18px; 
        font: bold
}
.HomeNewsText {
        font-family: verdana; 
        font-size: 11px; 
        color: #515151; 
        line-height: 18px
}
.ProductButton {
        background-color: #dce5ee;
        cursor: hand;
}
.ProductButtonOver {
        background-color: #d2dbe4;
        cursor: hand;
}

a.newButton {
        background:transparent url('../images/buttonLeft.jpg') no-repeat top left;
        display:block;
        float:left;
        height:45px;
        padding:0px 0px 0px 0px;
        text-decoration: none;    
        margin: 0px 10px 20px 20px;
    }

    a.newButton span {
        background:transparent url('../images/buttonRight.jpg') no-repeat top right;
        cursor:pointer;
        display:inline;
        float:left;
        height:30px;
        margin:0px 0px 0px 0px;
        padding: 15px 20px 0px 20px;
        font-size: 12px;
        text-transform: uppercase;
        font-family:lucida sans;
        color:#FFFFFF;
        font-weight:bold;
    }

    a.newButton:hover {
        background-position: left -45px;
    }

    a.newButton:hover span {
        background-position: right -45px;
    }