/* CSS Document */

Div.pagelayout
{
	align: center;
	width: 100%;
}


H1
{
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #000000;
}

H2 
{
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	}

H3 
{
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #EB6029;
	}

H4 
{
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	}



H4 A:link
{
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: white;
	font-style:normal;
	text-decoration: underline;
	}

H4 A:visited
{
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: white;
	font-style:normal;
	text-decoration: underline;
}

H4 A:hover
{
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-style:normal;
	text-decoration:none;
}
.countrytitle
{
	vertical-align: top;
	font-size: 8pt;
        font-weight: bold;
	color: #11133C;
	font-family: "Arial", sans-serif;
	background-color: none;
}
	
p
{
	vertical-align: top;
	font-size: 8pt;
	color: #666666;
	font-family: "Arial", sans-serif;
	background-color: none;
}

p	a:link
{
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	}

p	a:visited
{
	font-family: "Arial", sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	font-style:normal;
	text-decoration:underline;
	font-weight: bold;
}

p	a:hover
{
	font-family: "Arial", sans-serif;
	font-size:8pt;
	font-style: normal;
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}
ul
{
	
	font-size: 8pt;
	color: #666666;
	font-family: "Arial", sans-serif;
}

ol
{
	
	font-size: 8pt;
	color: #666666;
	font-family: "Arial", sans-serif;
}


body
{
	vertical-align: top;
	font-size: 8pt;
	color: #000000;
	font-family: "Arial", sans-serif;
	
}
.quickmenu1
{
	vertical-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	background-color: none;
        text-align: right;
        padding-right:30px;
}
.quickmenu
{
	vertical-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	background-color: none;
        text-align: right;
}

	a.quickmenu:link
{
	vertical-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	background-color: none;
        text-align: right;
}

	a.quickmenu:visited
{
	vertical-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family:  "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	background-color: none;
        text-align: right;
}

	a.quickmenu:hover
{
	vertical-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration:underline;
	background-color: none;
        text-align: right;
}


/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {font-size:9pt;}

TreeLeaf, a.TreeLeaf 
{ 	font-family: "Arial", sans-serif; font-weight: bold; color: #2F2F53;  text-transform: none;}

TreeLeaf, td.Treeleaf
{ 	font-family: "Arial", sans-serif; font-size: 9pt; font-weight: bold; color: #2F2F53; padding-top:10px; padding-left: 15px; padding-bottom: 10px; line-height:15px;}

TreeLeaf, a.TreeLeaf:hover 
{ 	font-family: "Arial", sans-serif; font-weight: bold; color: White}

/*	The following Table is the table that stretches right across - effectivly its your canvas
=========================================================================

The only thing you really need to change is the colour.
*/

TABLE.BackgroundTable
{
	background-color: white;
	width: 100%;
	height: 100%;
	padding-top: 0;
	border: 0;
	padding :0;
	cellspacing:0;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	margin: 0 auto;
	text-align: center;
}
td.BackgroundTableRow
{       vertical-align: top;}
/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable
{
	align: center;
	width: 750px;
	height:00%;
	vertical-align: top;
	border: 0;
	padding :0;
	cellspacing:0;
	background-color: White;
}

/*	The main table is split into 2 columns and the whole table is beneath the header table
The left column contains the menu. 
The right column contains the content.
=========================================================================
*/
TABLE.MainTable
{
	width: 750px;
        background-color: #B6B9C5;
        background-image: url(/File.aspx?x=468&File=maintable-bg2.jpg);
        background-repeat: repeat-y;
        background-position: top center;
        height:100%;
	vertical-align: top;
	border: 0;
	padding :0;

}

td.leftcolumn
{ 
        background-image: url(/File.aspx?x=468&File=treemenu-bg.jpg);
        background-repeat: repeat-y;
        background-position: top center;
	width: 170;
	height:100%;
	vertical-align: top;
        padding-left:35px;
        padding-top:25px;
        line-height:15px;
	}


td.rightcolumn 
{       
	vertical-align: top;
        padding-left:30px;
        padding-top:0px; 
	padding-bottom:0px;
	}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable
{
	color: white;
	vertical-align: top;
        width: 750px;
	font-size: 7pt;
	font-family: "Arial", sans-serif;
}
.footerlink1
{
	vertical-align: center;
	font-size: 7pt;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
	background-color: none;
        text-align: right;
        padding-right:30px;
}

.footerlink
{
	vertical-align: center;
	font-size: 7pt;
	color: #FFFFFF;
	font-family: "Arial", sans-serif;
	background-color: none;
}

	a.footerlink:link
{
	font-family: "Arial", sans-serif;
	font-size: 7pt;
	font-style: normal;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: normal;
	}

	a.footerlink:visited
{
	font-family: "Arial", sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #FFFFFF;
	font-style:normal;
	text-decoration:none;
	font-weight: normal;
}

	a.footerlink:hover
{
	font-family: "Arial", sans-serif;
	font-size:7pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}


