body {
	background:url(bg_body.jpg) no-repeat center center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color:#2d2d2d;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
}

p { 
	text-align: justify;
}

div {
	text-align: left;
}

form {
	display:inline;
}	

h1 {
	display:inline;
	font-size: 17px;
}
h2 {
	font-size: 17px;
	display:inline;
}


a 		{ color:#8b4444; }
a:hover { color:#5F2323; text-decoration:underline; }

.newsContent a 			{ color:#FFFFFF; }
.newsContent a:hover	{ color:#CCCCCC; text-decoration:underline; }

.footer a, .footer a:visited { color:#505050; text-decoration:none;  }
.footer a:hover 			 { color:#79a800; text-decoration:none; }

/* EMAIL SIGNUP */
#signup_load {
	display:none;
	padding:10px 0px;
}


/* COLOUR SCHEMES */
.mainImage {
	background:url(img_main_investors.png) no-repeat; 
	width:951px;
	height:216px;
}
.category {
	background:url(bg_category_investors.jpg) no-repeat; 
	height:33px;
}
.header {
	background:url(bg_header_investors.jpg) no-repeat; 
	height:38px;
}
.content {
	background:url(bg_content_investors.jpg) repeat-y; 
	padding-top:25px;
}

.subNavOn {
	padding:0px 10px 0px 35px; 
	background:url(bg_subnav_on_investors.jpg) no-repeat left bottom; 
	font-size:13px;
	color:#8b4444;
	font-weight:bold;
}
.subNavOver {
	padding:0px 10px 0px 35px; 
	background:url(bg_subnav_over_investors.jpg) no-repeat left; 
	font-size:13px;
	color:#8b4444;
	cursor: pointer;
}
.subsubNavOn {
	padding:0px 10px 0px 45px;
	background:url(bg_subsubnav_on_investors.jpg) no-repeat left bottom; 
	font-size:13px;
	color:#8b4444;
	font-weight:bold;
}
.subNavOff a {
	color:#656565; text-decoration:none;
}
.subNavOff a:hover, .subNavOver a {
	color:#8b4444; text-decoration:none;
}
.subNavOff {
	padding:0px 10px 0px 35px; 
	background:url(bg_subnav_off.jpg) no-repeat left bottom; 
	font-size:13px;
}

.stockTable {
	background:url(bg_stocktable.gif) repeat-x;
	height:18px;
}
.stockPadding {
	padding:3px;
}