﻿body {
    margin: 0px;
    background-image: url('images/bg2.jpg');
    background-attachment: fixed;
    font-family: Verdana;
    background-repeat: no-repeat;
    background-color: #000000;
}
a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:active
{
    color: #FFFFFF;
}
.NewsTitle
{
    font-size: 16px;
    font-weight: bold;
}
.NewsNew
{
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FF3300;
    background-color: #FFFFFF;
}
.NewsText
{
    font-size: 12px;
    padding-left: 20px;
    border-left-style: solid;
    margin-left: 20px;
    padding-right: 20px;
    border-left-width: 1px;
    border-left-color: #FF0000;
    margin-top: 10px;
    margin-bottom: 20px;
}
.NewsText a:link
{
    color: Orange;
    text-decoration: none;
}
.NewsText a:visited
{
    color: Orange;
    text-decoration: none;
}
.NewsText a:hover
{
    color: Orange;
    text-decoration: underline;
}
.NewsText a:active
{
    color: Orange;
}
.ime-on
{
    ime-mode: active;
}
.ime-off
{
    ime-mode:disabled;
}
        input
        {
            color: #FFFFFF;
            background-color: #3A3B5A;
            border: 1px solid #FFFFFF;
        }
        textarea
        {
    color: #FFFFFF;
    background-color: #3A3B5A;
    border: 1px solid #FFFFFF;
    margin-bottom: 10px;
}

       
.Question {
	color: #66CCFF;
	font-weight: bold;
}
a.whitelink:link
{
    color:#6e7176;
    text-decoration: none;
}
a.whitelink:visited
{
    color:#6e7176;
    text-decoration: none;
}
a.whitelink:hover
{
    color:#6e7176;
    text-decoration: underline;
}
a.whitelink:active
{
    color:#6e7176;
}
