body
{
    background: #FFF;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h3
{
    text-align: center;
    font-family: Verdana, Arial, FreeSans;
    font-size: 18px;
    color: #000;
    line-height: 18px;
}

h5
{
    text-align: center;
    font-family: Verdana, Arial, FreeSans;
    font-size: 10px;
    color: #333;
}

h4
{
    text-align: center;
    font-family: Verdana, Arial, FreeSans;
    font-size: 15px;
    color: #333;
    line-height: 14px;
}

p
{
    text-align: left;
    font-family: Verdana, Arial, FreeSans;
    font-size: 12px;
    color: #333;
}

/* Interface styles */

#interfaceframe
{
	top: 0px;
    position: relative;
    width: 630px;
	height: 176px;
    margin: auto;
    padding: 0px;
    border: 0px;
    z-index: 2;
}

#contentframe
{
    position: absolute;
    top: 10px;
    left: 180px;
    width: 400px;
    z-index: 4;
}


