.textExtraLargeBold {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 20px;
	font-weight: bold;
}

.textLargeBold {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 16px;
	font-weight: bold;
}

.textBig {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 14px;
}

.textBigBold {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 14px;
	font-weight: bold;
}

.text {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 12px;
}

.textBold {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 12px;
	font-weight: bold;
}

.textSmall {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 10px;
}

.textSmallBold {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 10px;
	font-weight: bold;
}

a {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 12px;
	font-weight: bold;
}

a.textBigBold {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 14px;
	font-weight: bold;
}

a.textSmallBold {
	color: #666666;
	font-family: 'Arial', 'Verdana';
	font-size: 10px;
	font-weight: bold;
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: underline; color: #000000; font-weight: bold; }
a:active { text-decoration: underline; color: #000000; font-weight: bold; }

table.default {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	
}





