html, body, img, div, form, a, script, input { margin:0; padding:0; }

body {
    font-family:Trebuchet MS,tahoma,arial,helvetica;
    font-weight:normal;
    font-size:12px;
    color:#373737;
}

img { border:0; display: block; }

p { margin:0; padding-top:5px; padding-bottom:5px; }

input, select { font-size:12px; }

a { color:#D61717; text-decoration:none; }
a:hover, a:active { color:#D61717; text-decoration:underline; }

li {
    list-style-image: url(/images/li.png);
}

h1 {
    padding:0 0 8px 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #0058A8;
}
h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #B22121;
}
h3, h4 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
h5 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
h6 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #0960C9;
}

#topPath h6 {
    padding:0 10px 0px 0px;
    margin:0;
    font-size:12px;
    font-weight:normal;
    color:#000000;
    background-color:#ffffff;
    text-align:right;
    width:970px;
    height:37px;
    /*background-image: url('/images/cat_top.jpg');*/
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}
.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#bottomContainer { margin:0 auto; width:980px; height:110px; background-image:url(/images/footer_bg.png); background-repeat:no-repeat; }

/* start: pagination */
#searchPagination { background:#ffffff; width:700px; margin:0 auto; text-align:center; padding-bottom:28px; }

#pagination a { padding:2px 6px; color:#721415; background:#fff; text-decoration:none; border:1px solid #cdddee; }

table.centerPagination { text-align:center; width:100%; margin:0px; padding:0px; }

table.pagination { padding:0px; margin:0px; }

table.pagination a { padding:2px 6px; display:block; font-size:.8em; color:#721415; background:#fff; text-decoration:none; border:1px solid #cdddee; }

table.pagination a:hover { color:#fff; background-color:#721415; border:1px solid #721415; }
table.pagination a.searchCurrentPage, table.pagination a.searchCurrentPage:hover { padding:2px 6px; display:block; color:#a8a8a8; background:#fff; text-decoration:none; border:1px solid white; white-space:nowrap; cursor:default; }

table.pagination a.searchPreviousPage,
table.pagination a.searchPreviousPage:hover,
table.pagination a.searchNextPage,
table.pagination a.searchNextPage:hover
{ padding:2px 6px; display:table-cell; color:#a8a8a8; background:#fff; text-decoration:none; border:1px solid #dcdcdc; white-space:nowrap; cursor:default; }

.paginationArrows { line-height:10px; }
/* end: pagination */

