﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #14702d url('images/background_main.jpg') repeat-y center top;
    font-size: 0.7em;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size: 0.8em;
    font-family: Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1, h2
{
    font-size: 14px;
    font-color: #14702d;	
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

#columnright
{
    vertical-align: top;	   	
    margin-left: 245px;
    position:relative;
}

 .rightblock
{
    border: 1px solid #14702d;
    padding: 15px;
    margin-bottom: 10px;
    background: #E2ECF5 url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
}

.green_bg
{
	background-color:#e3fed7;
}
