﻿body 
{
    font-family: verdana, arial; 
    font-size: 10pt;

    border: 0px solid;
    border-collapse: collapse;
    
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

    background-image: url('../FloorStyling/Content_Background.jpg');
    background-position: center;
    background-repeat: repeat-y;
	color: #777777;    
}

a
{
	color: #777777;
}
TABLE
{
    text-align: left;
    border: 0px solid;
    border-collapse: collapse;
}

TD
{
    border: 0px solid;
    border-collapse: collapse;

    vertical-align: top;
    padding: 0px 0px 0px 0px;
}

TABLE.CONTENT
{
    width: 950px;
    height: 600px;
    border: 0px solid #000000;
}

TD.CONTENTLEFT
{
	width: 243px;
    border: 0px solid #000000;
    text-align: center;
}

TD.CONTENTRIGHT
{
	padding-left: 5px;
	padding-right: 40px;
}

TABLE.PAGECONTENT
{
    text-align: left;
    width: 100%;
}

TD.PAGEHEADER h1
{
	font-size: 10pt;
    font-weight: bold;
    text-align: justify;
    text-transform: uppercase;
	color: #9CAAB1;	
    
    line-height: 20px;
	

    padding-bottom: 3px;
    padding-top: 32px;
}

TD.PAGECONTENT
{
	font-size: 10pt;
    text-align: justify;
	
	color: #777777;	

    line-height: 20px;
}


