a img {
        border: 0;
}
body {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 120%;
        margin: 0;
        padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
        margin: 20px 0 20px 0;
        padding: 0;
}

a:link {
        text-decoration:underline;
        color: #FF1E00;
}
a:visited {
        text-decoration:underline;
        color: #990000;
}
a:hover {
        text-decoration:none;
        color: #FF1E00;
}

/*content*/
#content {
/*        margin: 0 53px 30px 93px;*/
        width:100%;
}
#content h1 {
        font-size: 24px;
        font-weight: bold;
        color: #000033;
        line-height: normal;
        margin: 26px 0;
}
#content h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000033;
        line-height: normal;
        margin-bottom: 30px;
}
#content p {
        margin:10px 0;
        line-height: 1.5;
}
/*#content a:link, #content a:visited, #content a:hover, #content a:active {
        text-decoration: underline;
        color: #ff1e00;
} */
#content ol {
        margin: 0;
        padding: 0;
        list-style-position: inside;
}
#content ol li {
        line-height: 2;
}
/*~content*/
/*news*/
#news caption {
        text-align: left;
        font-size: 12px;
        font-weight: bold;
        color: #000066;
        margin-bottom: 6px;
}
#news p {
        margin: 0;
        padding: 0;
        line-height: normal;
}
#news p.date {
        color: #4e7235;
        font-size: 10px;
}
#news p.news {
        font-size: 11px;
}
/*p.news a:link, p.news a:visited, p.news a:hover. p.news a:active {
        color: #FF1E00;
        text-decoration: underline;
} */
#news p.description {
        color: #666666;
        font-size: 11px;
}
/*~news*/
/*search*/
td#sleft {
        background: url(../gfx/sleft.png) no-repeat;
        padding-left: 4px;
}
td#sleft input {
        border: 0;
        padding: 0;
        width: 170px;
        height: 18px;
}
td#sright {
        background: url(../gfx/sright.png) no-repeat right top;
        padding: 0 6px;
        width: 45px;
}
td#sright input {
        font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 0;
        background: url(../gfx/sright_b.png) no-repeat;
        width: 45px;
        height: 18px;
}
/*~search*/

.smallText {
        font-size:10px;
}