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

.largeYellow {
	color:#B6A216;
	font-size: 150%;
	line-height:24px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.yellow{
	color:#B6A216;
	font-size: 110%;
	line-height:24px;
	font-family:arial,Verdana, Geneva, sans-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:24px;
}
.hidden /*hides html text for when stylsheet is turned off*/
{
	display: none;
}
#pgLinkbox{
	width:217px;
	margin-right:30px;
	float:left;
	text-align:center;
}
#columnLeft{
	width:260px;
	float:left;
	margin-right:20px;
	}
#columnRight{
	width:260px;
	float:left;
	}
#tickImg{
	height:36px;
	width:29px;
	float:left;
	background-image:url(../images/tick_green.gif);
	background-repeat:no-repeat;	
}
#pointerImg{
	height:110px;
	width:29px;
	float:left;
	background-image:url(../images/pointer.gif);
	background-repeat:no-repeat;	
}
#pointerImg2{
	height:80px;
	width:29px;
	float:left;
	background-image:url(../images/pointer.gif);
	background-repeat:no-repeat;	
}

#borderTop_folioplus{ border-top: 1px dotted #55701C;}

/* TABLE PROPERTIES */


.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;
}
.yellow_bg {
	background-color:#DED595;
	border-right: #AB9814 1px solid;
	color:#333333;
	}
.yellow_bglighter {
	background-color:#EDE7C4;
	border-right: #AB9814 1px solid;
	color:#333;
	}





