body
{
    background-color: #f5f5f5;
    font-family: Helvetica, Arial, sans-serif, sans;
    font-size: 10pt;
    line-height: 150%;
    margin: 0px;
}

a
{
    color: #1290f8;
    text-decoration: none;
}

h1
{
    font-weight: normal;
    font-size: 16pt;
    margin-top: -10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom 20px;
    padding: 0px;
    clear: both;
}

.layout
{
    background-image: url("layout-page.png");
    background-repeat: repeat-y;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

		.width
{
    width: 800px;
}

.columns
{
    float: left;
    margin-left: 80px;
    margin-right: 60px;
    margin-top: 10px;
}

.column
{
    width: 120px;
    float: left;
    margin-left: 10px;
    line-height: 125%;
}

.column a
{
    color: black;
}

.column img
{
    margin-bottom: 10px;
}

.text
{
    margin-left: 160px;
    margin-right: 80px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.text img
{
    position: absolute;
    margin-left: -80px;
    border-top: 4px solid white;
}

.gray
{
    color: gray;
}

.layout-section
{
    height: 40px;
    text-align: right;
    padding-right: 60px;
    background-image: url("layout-section.png");
    background-repeat: no-repeat;
    clear: both;
}

.layout-section a
{
    background-image: url("layout-up.png");
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 8pt;
    padding-right: 20px;
    margin-top: 30px;
    position: relative;
    top: 30px;
}

.layout-top
{
	width: 800px;
	height: 100px;
	background-image: url("layout-top.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-right:10px;
}

.layout-footer
{
	width: 800px;
	height: 30px;
	background-image: url("7-footer.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.layout-bottom
{
	width: 800px;
	height: 50px;
	background-image: url("layout-bottom.png");
    background-repeat: no-repeat;
    background-position: left top;
	padding-right:10px;
}

h6
{
	padding: 0px;
	margin: 40px;
	margin-bottom: 20px;
	font-size: 21pt;
	text-align: center;
	font-weight: normal;
}