
@font-face {
	font-family: Mistral;
	src: local(Mistral), url(/files/fonts/MISTRAL.TTF);
}
.ta:hover{
    text-decoration: none;
}


        .list-row{
            padding: 15px;
            background-color: #F6F6F6;
        }
        .list-row-odd{
            background-color: #FFFFFF;
            border-left: 1px solid #E2E2E2;
            border-right: 1px solid #E2E2E2;
        }
        .list-spacer{
            color: #AAAAAA; font-size: 12px;
        }


.archive{
    padding: 20px;
}
.archive_bg{
    background-color: #F9F9F9;
    border: 1px solid #EDEDED;
}
.archive h2 {
     font-size: 22px;
     color: #08ADF4;
     margin-top: 0px;
     font-weight: normal;
     margin-bottom: 13px;
}
.lnk{
     color: #08ADF4;
     text-decoration:none;
     cursor: pointer;
}
.lnk:hover {
     color: #75CFF6;
     text-decoration:none;
     cursor: pointer;
}
.box{
     width: 30%;
     float: left;
     border: 1px solid #EEEEEE;
     padding-left: 15px;
     padding-top: 7px;
     padding-bottom: 7px;
}
.box1{
     background-color: #FFFFFF;
}
.box2{
     background-color: #F8F8F8;
}
.box_first{
    border-bottom: 0px;
    border-top: 1px solid #EEEEEE;
}
