HTML, BODY
{
	FONT-SIZE: 9pt;
	COLOR: #333333;
	BACKGROUND-COLOR: #b8580a;
	FONT-FAMILY: Geneva, Helvetica, Arial;
	margin:0px;
	padding:0px;
	background-image:url('img/bgGrid.png');
	background-repeat:repeat-x;
}

IMG
{
	BORDER: 0px;
	padding: 0px;
	margin: 0px;
}

A
{
	COLOR: #988C70;
	TEXT-DECORATION: none;
}

A:active
{
	COLOR: #E40272;
}

A:visited
{
	COLOR: #988C70;
}

A:hover
{
	COLOR: #85929F;
}

.LeftBGImage
{
    position: absolute;
    left:0px;
    top:0px;
}

.RightBGImage
{
    position: absolute;
    right:0px;
    top:0px;
}

.mainContainer
{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width:924px;
    background-image: url('img/bgAllGrid.png');
	background-repeat:repeat-y;
}

.centerContent
{
    margin-left: 37px;
    width: 850px;
    
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style:italic;
}

.footer
{
    text-align: center;
    font-size: 8pt;
    margin-left: 25px;
    margin-top: 35px;
    padding-bottom: 25px;
    width: 800px;
}

.bottomEdge
{
    position: relative;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    vertical-align: top;
    height:30px;
}

.bottomEdge img
{
    height:8px;
}

.coverImage
{
    float:right;
    margin-left: 10px;
    margin-top:15px;
    text-align: center;
    margin-bottom: 5px;
}

.coverImageImg
{
    border: solid 1px #000000;
    margin-bottom: 5px;
}

.fifaLogo
{
    margin-top: 10px;
}

.fifaLicense
{
    margin-top: 2px;
    margin-left: 15px;
}

ul
{
    padding-left:15px;
}

.eGuide
{
    height: 130px;
    position: relative;
    float: right;
    width: 425px;
    margin-top:28px;
}

.eGuideImg
{
    position: absolute;
    top:0px;
    left:0px;
    border: solid 1px #000000;
}

.eGuideHead
{
    font-size: 13pt;
    font-weight: bold;
    margin:0px;
}

.eGuideText
{
    position: absolute;
    top:0px;
    left:100px;
    width:400px;
}

.downButton
{
    margin-top:7px;
    margin-bottom:7px;
}

.noBorder
{
    border: 0px;
}