/* this the background colour and properties of the document */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* this is the font type, size and colour for general text within the page */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}

/* this is the colour for general text links within the page */
a {
	font-size: 10px;
	color: #d12525;
}

/* this is the colour for general text links within the page when you mouseover them */
a:hover {
	font-size: 10px;
	color: #680c0c;
}

/* this is the colour, size and weight for text headers */
.text_header {
	font-size: 12px;
	font-weight: bold;
	color: #d12525;
}


/* this is the colour for general text links within the page */
.sublinks {
	font-size: 12px;
	font-weight: bold;
	color: #d12525;
	text-decoration: none;
}

/* this is the colour for general text links within the page when you mouseover them */
.sublinks:hover {
	font-size: 12px;
	font-weight: bold;
	color: #680c0c;
	text-decoration: underline;
}

/* this is the colour, size and weight for text headers */
.text_quote {
	font-size: 10px;
	font-style: italic;
	color: #d12525;
}

/* this is the colour, size and weight for text sub headers */
.text_subheader {
	font-size: 12px;
	font-weight: bold;
	color: #C5A05B;
}

/* this is the colour of the copyright text link */
.copyrightcolor {
	font-size: 10px;
	color: #145CB1;
}

/* this is the colour of the copyright text link when you mouseover it */
.copyrightcolor:hover {
	font-size: 10px;
	color: #06366F;
}

.header_bg_home {
	background-image:url(../images/header_01.jpg);
}

.header_bg_premium {
	background-image:url(../images/header_01_premium.jpg);
}

.header_bg_asset {
	background-image:url(../images/header_01_asset.jpg);
}

.header_bg_loans {
	background-image:url(../images/header_01_loans.jpg);
}

.red_box_bg {
	height: 121px;
	width: 212px;
	background-image:url(../images/red_box.gif);
}

.red_box_big_bg {
	height: 99px;
	width: 646px;
	background-image:url(../images/red_box_big.gif);
}

#leftnavbar ul {
	list-style-type: none;
}
#leftnavbar li {
	margin-bottom: 12px;
}
#leftnavbar a {
	font-size: 11px;
	font-weight: bold;
	color: #d12525;
	text-decoration: none;
}

#leftnavbar a:hover {
	color: #680c0c;
	text-decoration: underline;
}

#EmailForm input, #EmailForm textarea {
	width: 250px;
}
#EmailForm textarea {
	height: 100px;
}
#EmailForm .button {
	width: auto;
}
.thumbscontainer img {
	border: 1px solid #d12525;
}
#expandlist .heading a {
	text-decoration: none;
}
#expandlist .heading a:hover {
	text-decoration: underline;
}
#expandlist .heading:hover, #expandlist .heading.over {

}
#expandlist .content {
	display: none;
}
#expandlist .contentactive {
	display: block;
}