﻿body {
    
   	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #0B480B;
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat-x;
}
A
{
	text-decoration: none;
	color: #174212;
}
A:hover
{
	text-decoration: underline;
}
TD
{
	font-size: 12px;
}
table 
{
    border-collapse: collapse;
}
.tblFullHeight
{
    height:100%;
}
.tblMainFrame
{
    width: 780px;
    height: 100%;
}
.tdCrumbTrail
{
    font-size: 11px;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-image: url(../images/ico_home.png);
	background-repeat: no-repeat;
    background-position: left 10px;
    height: 30px;
}
.tdCrumbTrail A
{
    color: #FFFFFF;
    text-decoration: none;
}
.tdCrumbTrail A:hover
{
    text-decoration: underline;
}
.tdMainFrame
{
    background-color: #f0eee9;
    padding: 1px;
}
.tdMainBottom
{
    height: 20px;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: bottom;
}
.tblContentFrame
{
    height: 100%;
    width: 780px;
    border: solid 1px #003400;
}
.tdContentHeader
{
    background-image: url(../images/title_demet.jpg);
	background-repeat: no-repeat;
    background-position: left top;
    height: 160px;
}
.tdContentFrame
{
    vertical-align: top;
}
.tdContentFooter
{
    font-size: 11px;
    color: #003400;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.contentTop
{
    background-image: url(../images/content_top.gif);
    background-repeat: repeat-x;
    background-position: top left;
    padding-top: 10px;
}
.contentTopFill
{
    background-image: url(../images/content_top.gif);
    background-repeat: repeat-x;
    background-position: top right;
    padding-top: 10px;
}

.tblContent
{
   width: 758px;
   height: 100%;
}