* {
	font-family: Calibri, Arial, Tahoma;
	font-size: 14px;
	line-height : 150%;
	letter-spacing : 0px;
    color: #EEEEEE;
}
body {
  background-image: url(pict/decor/test3.jpg);
  background-repeat: repeat-y;
  background-position: center;
  margin: 0px;
  padding: 0em;
}
a {
    color: #FFFF00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.decor {
       line-height : 100%;
       font-size: 12px;
       font-style: italic;
       color: #FFFFFF;
       font-weight: bolder;
       text-decoration: none;
}
H1 {
       line-height : 100%;
       font-size: 20px;
       font-weight: normal;
       text-decoration: none;
}
H2, .h2, .h2yell, .h2black {
       line-height : 100%;
       font-size: 17px;
       font-weight: normal;
       text-decoration: none;
       color: white;
}
.h2:hover {
    text-decoration: underline;
}
.h2yell {
    color: #FFFF00;
}
.h2black {
    color: #000000;
}

.mid, .mid:link, .mid:visited {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100%;
}
.mid:hover {
    text-decoration: underline;
}

.sm, .sm:link, .sm:visited {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100%;
    color: #999999;
}
.sm:hover {
    text-decoration: underline;
}

.tdw {
	border: 1px solid #999999;
	padding: 1px 5px 1px 5px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100%;
    color: #FFFFFF;
}
td.galltxt {
    background-color: #EEEEEE;
    color: #000000;
    font-size: 15px;
    text-align: justify;
}
a.galltxt {
       font-size: 15px;
       color: #176991;
       text-decoration: underline;
}




#div_top_back
{
       top: 0px;
       left: 0px;
       height: 48px;
       width: 100%;
       position: absolute;
       background-repeat: no-repeat;
       background-image: url(pict/decor/top_back_1.gif);
       background-position: center;
}
#div_bot_back
{
       bottom: 0px;
       left: 0px;
       height: 60px;
       width: 100%;
       position: static;
       background-repeat: no-repeat;
       background-image: url(pict/decor/bot_back.jpg);
       background-position: center;
       text-align: center;
}
#div_top
{
       top: 0px;
       position: relative;
}
#div_vk
{
       position: absolute;
       top: 7px;
       right: 20%;
}


Input.sm, Textarea.sm, Select.sm, Option.sm
{
    border-width: 1;
    border-color:#FFFF00;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    color: #000000;
    background:#FFFFFF;
}
