BODY {
	color: #666666;
	background-color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* Colours*/

.backgroundtext {
	color: #666666;
}

.blackbold {
	color: #000000; font-weight: 600;
}

.black11bold {
	color: #000000; font-size: 11px; font-weight: 600;
}

.maroon {
	color: #800000;
}

.maroonbold {
	color: #800000; font-weight: 600;
}

.maroonbold14 {
	color: #800000; font-size: 14px; font-weight: 600;
}

.red {
	color: #FF0000;
}
/* Sizes */

.bold {
	font-weight: 600;
}

.charcoal13bold {
	color: #666666; font-size: 13px; font-weight: 600;
}

/* Alignment */

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: center;
}

/* Spacers */

.margintop5 {
	margin-top: 5px;
}

.margintop10 {
	margin-top: 10px;
}

/* Links */

a:link {
	color: #666666; text-decoration: none; white-space: nowrap;
}

a:visited {
	color: #666666; text-decoration: none; white-space: nowrap;
}

a:active {
	color: #666666; text-decoration: none; white-space: nowrap;
}

a:hover {
	color: red; background-color: #333333; text-decoration: none; white-space: nowrap; font-size: 1em;
}

a.footer:link {
	color: #FF6600; font-size: 1em; text-align: left; padding-right: 7px; font-size: 1em;
}

a.footer:visited {
	color: #FF6600; font-size: 1em; text-align: left; padding-right: 7px; font-size: 1em;
}

a.footer:active {
	color: #FF6600; font-size: 1em; text-align: left; padding-right: 7px; font-size: 1em;
}

a.footer:hover {
	color: red; background-color: #333333; font-size: 1em; text-align: left; padding-right: 7px;
}

a.menubar:link {
	color: #FF6600; font-size: 1em; text-align: right; padding-right: 7px;
}

a.menubar:visited {
	color: #FF6600; font-size: 1em; text-align: right; padding-right: 7px;
}

a.menubar:active {
	color: #FF6600; font-size: 1em; text-align: right; padding-right: 7px;
}

a.menubar:hover {
	color: #FFCC00; background-color: #000000; font-size: 1em; text-align: right; padding-right: 7px;
}

a.more:link {
	color: #FF6600; font-size: 1em; text-align: right; padding-right: 7px;
}

a.more:visited {
	color: #FF6600; font-size: 1em; text-align: right; padding-right: 7px;
}

a.more:active {
	color: #FF6600; font-size: 1em; text-align: right; padding-right: 7px;
}

a.more:hover {
	color: #FFCC00; background-color: #000000; font-size: 1em; text-align: right; padding-right: 7px;
}

/* Tables */

table {
	border: 0px; margin: 0px; padding: 0px; font-size: 1em;
}

table.footer {
	width: 780px; padding: 3px; border-top-color: #FF6600; border-top-style: solid; border-top-width: 1px; color: #CCCCCC; font-size: 0.8em;
}

table.main {
	width: 780px; height: 400px;
}

table.masthead {
	width: 780px; height: 75px; background-color: #000000;
}

table.menubar {
	width: 780px; height: 25px; background-color: #000000;
}

table.midmast {
	width: 780px; height: 25px; 
}

table.sidebar {
	width: 190px; border-color: #999999; border-style: solid; border-width: 1px;
}

/* Cells */

td {
	text-align: left; border: 0px; margin: 0px; padding: 0px; font-size: 1em;
}

td.footer {
	text-align: right; padding-top: 10px;
}

td.gutter1 {
	width: 10px; border-right-color: #FF6600; border-right-style: solid; border-right-width: 1px;
}

td.gutter2 {
	width: 10px; 
}

td.mainpanel {
	width: 540px;  background-color: #F0F0F0; padding-left: 10px; padding-right: 10px; padding-top: 15px; padding-bottom: 15px;
}

td.mainpanelwhite {
	width: 540px;  background-color: #F0F0F0; padding-left: 10px; padding-right: 10px; padding-top: 15px; padding-bottom: 15px;
}

td.masthead1 {
	white-space: nowrap; width: 291px; background-image: url(images/masthead/Logo.gif); background-repeat: no-repeat; background-position: left;
}

td.masthead2 {
	white-space: nowrap; background-image: url(images/masthead/Consultancy.gif); background-repeat: no-repeat; background-position: right;
}

td.menubar {
	text-align: right; 
}

td.midmast {
	background-image: url(images/backgrounds/BG-Midmast.gif); background-repeat: repeat-x; 
}

td.sidebarl {
	width: 12px; background-image: url(images/pointers/SidebarPointer.gif); background-repeat: no-repeat; background-position: center; border-bottom-color: #999999; border-bottom-style: solid; border-bottom-width: 1px;
}

td.sidebarr {
	width: 178px; padding-bottom: 3px; padding-left: 5px; padding-right: 3px; padding-top: 3px; text-align: left; border-bottom-color: #999999; border-bottom-style: solid; border-bottom-width: 1px;
}

td.sidebarpanel {
	width: 200px; background-color: #CCCCCC; text-align: center;
}

/* Outer filler cells */

td.botfillerl {
	width: 10px;background-color: #666666;
}

td.botfillerr {
	width: 10px; background-color: #666666;
}

td.footerouterl {
	width: 10px; background-color: #666666;
}

td.footerouterr {
	width: 10px; background-color: #666666;
}

td.mainpanelouterl {
	width: 10px; background-color: #666666;
}

td.mainpanelouterr {
	width: 10px; background-color: #666666;
}

td.mastheadouterl {
	width: 10px; background-color: #666666;
}

td.mastheadouterr {
	width: 10px; background-color: #666666;
}

td.menubarouterl {
	width: 10px; background-color: #666666;
}

td.menubarouterr {
	width: 10px; background-color: #666666;
}

td.midmastouterl {
	width: 10px; background-color: #666666;
}

td.midmastouterr {
	width: 10px; background-color: #666666;
}

td.topfillerl {
	width: 10px; background-color: #666666;
}

td.topfillerr {
	width: 10px; background-color: #666666;
}

/* Lists */

ul.tandots {
	color: #666666; list-style-image: url(images/lists/TanDots.gif); text-align: left;  
}

ul.sidebar {
	color: #666666; list-style-image: url(images/dots/Tanstar.gif); text-align: left; margin-left: 5px;
}

li.tandots {
	margin-bottom: 10px; padding-left: 20px; vertical-align: middle; text-align: left;  
	}
	
li.sidebar {
	margin-bottom: 10px; vertical-align: middle; text-align: left;  
	}	

