﻿.item:hover {
    color: #FFFFFF;
}
a:hover{
    color:#FFFFFF;
}
.btnstd {
    border-radius: 10px 10px 10px 10px;
    background-color: #295290;
    margin-left: 20px;
}
.btnsml {
    border-radius: 10px 10px 10px 10px;
    background-color: #295290;
    margin-right: 20px;
}
.pagstd {
    color: #FFCC00;
    background-color: #f9f9c6;
    top: 0;
    width: 100%;
    height: 100%;
}
.pagstdpos {
    bottom: 0;
    width: 100%;
    height: 100%;
}

.rigpar {
    background-color: white;
}
.rigdis {
    background-color: lightgray; /*#f9f9c6;  azure;*/
}
.titgrd {
    color: #FFCC00; /*#800000;*/
    background-color: #295290;   /*#B0C4DE;*/
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}
.titpag {
    color: #FFCC00;
    background-color: #295290;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: x-large;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: center;
}
.subtitpag {
    color: #FFCC00;
    background-color: #295290;
    font-size:  large;
    width: 100%;
/*    text-align: center;*/
}
.titstd {
    color: #295290; /*  #FFCC00  #1E90FF */
    font-size: medium;
}
.btnclr {
    color: #FFCC00;
    background-color: #295290;
}














