body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
}

.SkinObject
{
	color: #000000;
}

.pagemaster
{
    width: 1px; /* Trick to constraint the width */
    margin: 0;
}

.logo img
{
    margin-top: 95px;
    margin-left: 30px;
}

.terms, .terms:visited, .terms:active, .terms:link
{
    /*position: relative;
    top: 15px;
    left: 110px;*/
    color: #999999;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
}

a.headerlink, a.headerlink:visited, a.headerlink:active, a.headerlink:link
{
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
    color:#000000;
}

a.headerlink:hover
{
    color:#666666;
}

a.headerlinkbold, a.headerlinkbold:visited, a.headerlinkbold:active, a.headerlinkbold:link
{
    font-family:Arial;
    font-size:11px;
    text-decoration:none;
    color:#000000;
    font-weight:bold;
}

a.headerlinkbold:hover
{
    color:#666666;
}

/* PANES */
.HeaderPane
{
    height: 150px;
}

.LeftPane
{
    width: 148px;
}

.ContentPane
{
	/*padding-right:80px;*/
}

.RightPane
{
	width:265px;
	text-align:right;
}

.FooterPane
{
}










