﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #ffffff;
    margin: 0;
    padding: 0;
    color: #707070;
    line-height: 160%;
}

/*LINKS --------------------- */

A:link
{
    font-size: 11px;
    text-decoration: none;
    color: #808080;
}
A:visited
{
    font-size: 11px;
    text-decoration: none;
    color: #808080;
}
A:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #808080;
}
A:active
{
    font-size: 11px;
    text-decoration: underline;
    color: #808080;
}

A.menu:link
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #808080;
}
A.menu:visited
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #808080;
}
A.menu:hover
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #0599C3;
}
A.menu:active
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #0599C3;
}

A.main:link
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #808080;
}
A.main:visited
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #808080;
}
A.main:hover
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    color: #0599C3;
}
A.main:active
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    color: #0599C3;
}

a.img
{
    border-width: 0;
    border-style: none;
}

a.more
{
    font-size: 11px;
    color: #808080;
    text-decoration: underline;
    font-weight: normal;
}
/*LINKS --------------------- */

/*form --------------------- */
.input
{
    font-size: 11px;
    border-right: #d7d7d7 1px solid;
    padding-right: 1px;
    border-top: #d7d7d7 1px solid;
    padding-left: 1px;
    background: #fbfbfb;
    padding-bottom: 1px;
    border-left: #d7d7d7 1px solid;
    padding-top: 1px;
    border-bottom: #d7d7d7 1px solid;
    padding-left: 5px;
}

.inputSearch
{
    font-size: 11px;
    border-right: #ffffff 1px solid;
    padding-right: 1px;
    border-top: #ffffff 1px solid;
    padding-left: 1px;
    background: #ffffff;
    padding-bottom: 1px;
    border-left: #ffffff 1px solid;
    padding-top: 1px;
    border-bottom: #ffffff 1px solid;
}

/*font--------------------- */
.TitleFont
{
    color: #848484;
    font-size: 11px;
    font-weight: bold;
    padding-left: 18px;
}

.copylinte
{
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}

.SearchBox
{
    border: solid 1px #999999;
    text-align: center;
}

.TextBox_LeftAlign
{
    border: solid 1px #999999;
    text-align: left;
}

.WaterMark
{
    border: solid 1px #999999;
    color: #AAAAAA;
    text-align: center;
}

.WaterMark_LeftAlign
{
    border: solid 1px #999999;
    color: #AAAAAA;
    text-align: left;
}

.Title_1
{
    font-weight: bold;
    font-size: 13px;
    color: #444444;
}
