html {background: #fff;} /*f4f4f4*/

body {
    font-family: Tahoma, "Arial CE", Arial, Helvetica, Verdana;
    font-size: 11px;
    line-height: 18px;
    color: #676b7d;
    margin: 0;
    padding: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* remove textarea scrollbar in IE */
textarea {
    overflow: auto;
}

/* everytime the table "wraps" to a new page, the header and footer are redisplayed */
thead { display: table-header-group; }
tfoot { display: table-footer-group; }

p, div {margin: 0; padding: 0;}
img {border: none;}


h1, h2, h3, h4, h5 {
    color: #282b2f;
    font-family: Verdana;
    font-weight: 100;
    margin: 10px 0;
}
h1 {
    /*text-transform: uppercase;*/
    font-size: 18px;
    color: #ed3125;
    padding-bottom: 4px;
    border-bottom: 2px solid #ed3125;
}
h2 {
    /*text-transform: uppercase;*/
    /*letter-spacing: 2px;*/
    font-size: 16px;
    color: #137fc0;
}
h3 {
    font-size: 14px;
}
h4 {font-size: 12px;}
h5 {font-size: 10px;}


p {
    color: #676b7d;
    font-size: 11px;
    line-height: 18px;
}

a,
a:link,
a:visited,
a:hover,
a:active
{
    color: #137fc1;
    text-decoration: none;
}

.BLUE-1 {color: #137fc0;}
.RED-1 {color: #ed3125;}
.TMAVOSEDA {color: #676b7d;}

.BOLD {font-weight: bold;}
.ITALIC {font-style: italic;}
.UNDERLINE {text-decoration: underline;}

.FONT-SIZE-10 {font-size: 10px;}
.FONT-SIZE-12 {font-size: 12px;}
.FONT-SIZE-14 {font-size: 14px;}
.FONT-SIZE-16 {font-size: 16px;}
.FONT-SIZE-18 {font-size: 18px;}
.FONT-SIZE-20 {font-size: 20px;}
.FONT-SIZE-22 {font-size: 22px;}

.MARGIN-TB-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.MARGIN-TB-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.MARGIN-TB-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
