.textGreyTitleLight{
	font-family: Trebuchet MS; 
	font-size:22px;
	font-weight: bold;
	color: #cccccc;
	text-decoration:none;
}

.textGreyTitleMedium{
	font-family: Trebuchet MS; 
	font-size:22px;
	font-weight: bold;
	color: #999999;
	text-decoration:none;
}

.textGreyTitleDark{
	font-family: Trebuchet MS; 
	font-size:22px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.textGreyNormal{
	font-family: Trebuchet MS; 
	font-size:15px;
	font-weight: none;
	color: #333333;
	text-decoration:none;
}

.textGreyNormalLight{
	font-family: Trebuchet MS; 
	font-size:14px;
	font-weight: none;
	color: #cccccc;
	text-decoration:none;
}

.textGreyNormalLink{
	font-family: Trebuchet MS; 
	font-size:14px;
	font-weight: normal;
	color: #ffcc00;
	text-decoration: underline;
}

.mainContentLeft{
	background: transparent url('../images/contentBgLeft.png') no-repeat scroll 0pt 0pt;
	background-color: #ffffff;
	font-family: Trebuchet MS; 
	font-size:15px;
	font-weight: none;
	color: #333333;
	text-decoration:none;
	padding: 10px 10px 20px 25px;
}

.mainContentRight{
	background: transparent url('../images/contentBgRight.png') no-repeat scroll 0pt 0pt;
	background-color: #cccccc;
	font-family: Trebuchet MS; 
	font-size:15px;
	font-weight: none;
	color: #333333;
	text-decoration:none;
	padding: 10px 10px 20px 25px;
}

.paddedColumn {
	padding: 10px 10px 20px 25px;
}



.horizontalLine{
	color: #cccccc;
	background-color: #cccccc;
	height: 1;
	border: 0;
}

.horizontalLineDark{
	color: #999999;
	background-color: #999999;
	height: 1;
	border: 0;
}
