@charset "utf-8";
/* CSS Document */

.largeGreen {
	color:#55701C;
	font-size: 150%;
	line-height:24px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.green {
	color:#55701C;
	font-size: 110%;
	line-height:24px;
	font-family:arial,Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.largeGreen2 {
	color:#55701C;
	font-size: 120%;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.largeGrey1 {
	color:#545454;
	font-size: 130%;
	line-height:22px;
		font-family:Georgia, "Times New Roman", Times, serif
}
.largeGrey {
	color:#545454;
	font-size: 120%;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.black {
	color:#000000;
	line-height:20px;
	font-family:arial,Verdana, Geneva, sans-serif;
	font-size:110%;
}
.black2 {
	color:#000000;
	line-height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:130%;
}
.grey {
	color:#545454;
	font-size: 120%;
	line-height:20px;
	font-family:arial, Verdana, Geneva, sans-serif;
}
li {
	line-height:30px;
	list-style-image:url(../images/tick_green3.gif);
	
}
.hidden /*hides html text for when stylsheet is turned off*/
{
	display: none;
}
#pgLinkbox{
	width:292px;
	margin-left:38px;
	margin-top:30px;
	float:left;
	text-align:center;
}
#columnLeft{
	width:260px;
	float:left;
	margin-right:20px;
	}
#columnRight{
	width:260px;
	float:left;
	}
#tickImg{
	height:28px;
	width:28px;
	float:left;
	background-image:url(../images/tick_green.gif);
	background-repeat:no-repeat;	
}
#pointerImg{
	height:80px;
	width:29px;
	float:left;
	background-image:url(../images/tick_green.gif);
	background-repeat:no-repeat;	
}
#pointerImg2{
	height:50px;
	width:29px;
	float:left;
	background-image:url(../images/tick_green.gif);
	background-repeat:no-repeat;	
}
#advert_pg{
	width:535px;
	height:131px;
	background-image:url(../images/advert_private_lending.jpg);
	background-repeat:no-repeat;
	padding-top:70px;
	padding-left:62px;
	color:#333333;
	font-size: 130%;
	line-height:20px;
	font-family:arial,Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
#borderTop_pg{ border-top: 1px dotted #55701C;}

/* TABLE PROPERTIES */

.head{ background-color:#53701A;}
.products { 
	background-color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:100%;
	border-right: #FFF 1px solid;
	border-top: #FFF 1px solid;
}
.products_noborder { 
	background-color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:100%;
	border-top: #FFF 1px solid;
}
.green_bg {
	background-color:#D3DCBA;
	border-right: #333 1px solid;
	color:#000;
	}
.green_bgleft {
	background-color:#D3DCBA;
	color:#000;
	}
.white_bg {
	background-color:#fff;
	border-right: #333 1px solid;
	color:#000;
	}
.white_bgbottom {
	background-color:#fff;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	color:#000;
	}
.green_noborder {
	background-color:#D3DCBA;
	color:#000;
	border-right:#D3DCBA; 1px; solid;
	}
.white_noborder {
	background-color:#fff;
	color:#000;
	}
.smallText_blk {
	font-size: x-small;
	color: #000000;
}


