﻿
.divModel {
    line-height: 30px;
}

.divRow {
    height: 30px;
    line-height: 25px;
    clear: both;
}

.divTitle {
    float: left;
    text-align: right;
}

.divContents {
    float: left;
}


.divRight{
    float:right;
}

.SRed{
    color:red;
    font-weight:bold;
}


a.SelPage{
    text-decoration:none;
    color:#246092;
    font-size:12px;
}
a.SelPage:hover {
    color: red;
}



a.btn{
    text-decoration:none;
    color:#246092 !important;
    font-size:12px;
    padding:0px;
}
a.btn:hover {
    color: red !important;
}





