body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; 
	padding: 0;
	border: 0;
	background: url(../grfx/intbg.gif) repeat-y top left #4666D2;
}

body#home {
	background: url(../grfx/vbg.gif) repeat-y #000 775px 0px;
}

#top {
	height: 256px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: url(../grfx/bg.gif) repeat-x top left;
}

#hdr {
	height: 256px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: url(../grfx/top.jpg) no-repeat;
}
 
#content {
	padding: 0; 
	margin: 0;
	min-height: 220px;
	background: url(../grfx/footer.jpg) repeat-y top left #010006;
}

#heading {
	padding: 0; 
	background: url(../grfx/heading-bg.gif) repeat-x;
	height:23px;
}

#intcontent {
	background: url(../grfx/intheading-bg.gif) repeat-x;
}

#intheading {
	padding: 0; 

	height:23px;
}

#lefttext {
	width: 340px;
	margin: 0;
	float: left;
	padding: 2px 0 0 103px;
	background: url(../grfx/text-bg.gif) no-repeat  top left;
}

#righttext {
	width: 285px;
	margin: 0;
	float: left;
	padding: 25px 5px 5px 5px;
	background: url(../grfx/text-bg.jpg) no-repeat  top left;
}

#text {
	padding: 2px 0 0 98px;
	width: 660px;
}

* html #lefttext, * html #righttext {
	height: 190px;
}

* html #content {
	height: 204px;
}

#footer {
	height: 50px;
	color:#FFF;
	background-color:#000000;
	padding: 30px 0 10px 98px;
	margin: 0;
	width: 680px;
	border: 0;
	clear: both;
	overflow: hidden;
}

#intfooter {
	color: #000;
	padding: 30px 0 10px 98px;
	margin: 0 0 50px 0;
	width: 660px;
	border: 0;
	clear: both;
	overflow: hidden;
}

/*___________text stuff below______________*/

#heading h1 {
	margin: 0;
	padding: 0 0 0 101px;
	height: 23px;
	background: url(../grfx/header-bg.jpg) top left no-repeat;
}

#intheading h1 {
	margin: 0;
	padding: 0 0 0 101px;
	height: 23px;
	background: url(../grfx/intheader-bg.jpg) top left no-repeat;
}

#righttext p, #righttext h2, #righttext h3 {
	color: #fff;
	margin: 1ex 15px 1ex 6px;
}

#lefttext p {
	color: #000;
	margin: 1ex 15px 1ex 6px;
}

#righttext a {
	color: #fff;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

.lightgrey {
	color: #BDBCBC;
}

#shareprices {
	margin: 0;
	padding: 5px 0 0 8px;
	width: 380px;
}

#shareprices li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	color: #0B3E67;
}

#shareprices li h2 {
	margin: 0;
}

#shareprices li h3 {
	font-size: 1.7em;
	color: #0B3E67;
	margin-left: 25px;
}

#shareprices li span {
	font-size: 1.2em;
	margin-left: 25px;
	font-weight: bold;
}

.initial {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

a.btn {
	width: 120px;
	height: 10px;
	padding: 3px 5px;
	border: 1px solid #000;
	background: #ccc;
	color: #000;
	text-align: center;
	text-decoration: none;
}

a.btn:hover {
	background: #999;
}

.objectives {
	list-style-type: lower-alpha
}

.datatable {
	border: 1px solid #d6dde6;
	border-collapse: collapse;
	margin: 1ex 0px 1ex 20px;
	width: 95%;
}

.datatable td {
	border: 1px solid #D6DDE6;
	text-align: left;
	padding: 1px;
}

.datatable th {
	border: 1px solid #0530B2;
	background-color: #4667D2;
	font-weight: bold;
	text-align: left;
	padding: 1px;
	color: #fff;
}

.datatable tr.altrow {
	background-color: #B5C1D9;
	color: #000;
}

.datatable td.drilltimetable {
	background-color: #357FD0;
}