body
{
padding:0px;
margin:0px;
}


.smalltext
{
font-size : 8pt;
font-family : Arial;
color: #333333;
}


.txt
{
font-size : 8pt;
font-family : Arial;
color: #000000;
text-decoration: none;
}

.redtxt
{
font-size : 10pt;
font-family : Arial;
color: red;
text-decoration: none;
font-weight: bold;
}

.header
{
font-size : 18pt;
font-family : Arial;
color: #999999;
text-decoration: none;
}

.menu
{
font-size : 8pt;
font-family : Arial;
color: #006633;
text-decoration: none;
font-weight: bold;
}

.menu2
{
font-size : 10pt;
font-family : Arial;
color: #006633;
text-decoration: none;
font-weight: bold;
}

.backgr
{ 
background-image: 
url('images/fon3_.gif');
background-repeat: repeat-y
}

.backgr2
{ 
background-image:
url('images/fon4_.gif');
background-repeat: repeat-y
}

.dotted_box
{
border-top: #67D074 1px dashed;
border-bottom: #67D074 1px dashed;
border-left: #FFFF00 1px dashed;
border-right: #FFFF00 1px dashed;
}

.solid_box
{
border-top: #67D074 1px solid;
border-bottom: #67D074 1px solid;
border-left: #67D074 1px solid;
border-right: #67D074 1px solid;
padding: 5px;
}

.hr_line
{
color: #FFFF00;
width: auto;
border: thin;
}

.smalldiv
{
position: relative;
left: 7; 
top: 0;
width: 95%;
}

.side_div
{
position: relative;
left: 100; 
top: 0; 
width: 50%;
}

.side_div1
{
position: relative;
left: 250; 
top: 0; 
width: 50%;
}

.dot_bottom
{
padding: 3px;
border-bottom: 1px dotted #CCCCC3;
}