 /* 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. */
 
.txt_sub {
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.txt {
    font-family: Tahoma;
    font-size: 11px;
    color: 464646;
}

.bg_mnu {
    background-image: url(..\images\bg2.gif);
    background-repeat: repeat-y;
    background-position: left top;
    background-color: #676B6D;
}

.header1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: 859696;
}

.header2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #016701;
}

.t10_w {
    font-family: tahoma;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.SearchRowEven {
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.SearchRowOdd {
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

.PoweredBy {
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

A.PoweredBy:link, A.PoweredBy:visited, A.PoweredBy:active {
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

A.PoweredBy:hover {
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
}