﻿html
{
	overflow-x: hidden;
	height: 100%;
}


body
{
    font-family: Calibri, Arial, Trebuchet MS;
    font-size: 11pt;
    padding: 0px;
    margin: 0px;
    color: #000;
    background-color: #fff;
    background-image: url(image/background.png);
    background-repeat: repeat-x;
}
h1
{
	font-family: Cambria, Arial, Trebuchet MS;
	font-size: 14pt;
}

h2
{
	font-family: Cambria, Arial, Trebuchet MS;
	font-size: 13pt;
	color: #000;
}

img
{
    border: 0px;
}

a
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}


/***
.mainContainer
{
    width:100%;
    border: 1px solid #fff;
    border-bottom: 0px;
	margin:0px auto;
}**/
.textbox
{
	background-image: url(image/textboxbg.png);
	background-repeat: repeat-y;
	width: 809px;
	margin: 0px auto;
}

.textbox div
{
	width: 740px;
	margin: 0px auto;
	padding: 20px;
	overflow: hidden;
}