/* ========== BarryEamesSTYLE.CSS  ==========
		    BarryEames.com
Authored by (who else?): Barry Eames the um, Legend, 
*/
/* old gold colour = CCBC00*/

body {
	background-color: #00986F;
	SCROLLBAR-BASE-COLOR: #00986F;
	scrollbar-arrow-color: #FFF9AF;
	font: 10pt
	font-family: Verdana, Arial, sans-serif;
	font: normal;
	color: #14003A;
	}

a:link {color: #00986F; text-decoration: none;}
a:visited {color: #00986F;}
a:hover {text-decoration: none; background-color: #FFF9AF; color: #14003A;}


/* =======  TableHeading ========= */

.tableheading {
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	color: ##FFF9AF; 
	text-align: Center;
}

.tableheadingLeft {
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	color: #FFF9AF;
	text-align: Left;
}

.tableheadingRight {
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	color: #FFF9AF;
	text-align: Right;
}

/* =======  TableText - LEFT ========= */

.tabletextleft{
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-serif;
	color: #F5FAFD;
	text-align: Left;
	}

.tabletextleft2{
	font-size: 10pt;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-serif;
	color: #F5FAFD;
	text-align: Left;
	}


/* =======  TableText - CENTRE ========= */

.tabletextcentre{
	font-size: 10pt;
	font-weight: bold;
	font-family: trebuchet, arial, sans-serif;
	color: #00807E;
	text-align: Center;
}

.tabletextcentre2{
	font-size: 10pt;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-serif;
	color: #F5FAFD;
	text-align: Center;
	}


/* =======  TableText - RIGHT ========= */
	
.tabletextright{
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-serif;
	color: #F5FAFD;
	text-align: Right;
	}

.tabletextright2{
	font-size: 10pt;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-serif;
	color: #F5FAFD;
	text-align: Right;
	}


/* =======  TableTitle 11pt ========= */

.tabletitle { 
	font-size: 12pt;
	font-family: Times New Roman, serif;
	color: #FFF9AF;
	font-weight: bold;
	font-style: italic;
	text-align: Center;
	}

.tabletitleLeft { 
	font-size: 12pt;
	font-family: Times New Roman, serif;
	color: #FFF9AF;
	font-weight: bold;
	font-style: italic;
	text-align: Left;
	}

.tabletitleRight { 
	font-size: 12pt;
	font-family: Times New Roman, serif;
	color: #FFF9AF;
	font-weight: bold;
	font-style: italic;
	text-align: Right;
	}

/* =======  miscellaneous ========= */

.rednote{
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Sans-serif;
	color: #AD002E;
	}

.smalltext{
	font-size: 7pt;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-serif;
	color: #14003A;
	}


/* ===========  Table Borders ========= */

/* 3D recessed look */
.tableborderPage {
	Border-TOP: #666666 2px solid;	/* #40545F */
	Border-RIGHT: #C0C0C0 1px solid;	
	Border-BOTTOM: #C0C0C0 1px solid;	/* #F5FAFD */
	Border-LEFT: #666666 2px solid;
	}

.discoBorder {
	Border-TOP: #FFF9AF 1px solid;
	Border-RIGHT: #FFF9AF 1px solid;	
	Border-BOTTOM: #FFF9AF 1px solid;
	Border-LEFT: #FFF9AF 1px solid;
	}
