/*
a:link{text-decoration:none;color:#666666;}
a:visited{text-decoration:none;color:#666666;}
a:hover{text-decoration:none;color:#ffffff;}
*/	
	
	.heading {
		font-size:50px;
		font-weight:600;
		letter-spacing:2px;
		}
		
	.headingG {
		font-size:22px;
		font-weight:300;
		letter-spacing:2px;
		}
		
	.headingB {
		font-size:50px;
		font-weight:300;
		letter-spacing:2px;
		}
		
	.headingW {
		font-size:38px;
		font-weight:300;
		letter-spacing:2px;
		}
		
	.subheadingB {
		font-size:40px;
		font-weight:300;
		}
		
	.subheadingG {
		font-size:14px;
		font-weight:300;
		}
		
	.blurb {
		font-size:12px;
		font-weight:bold;
		line-height:18px;
		}
		
	.smalllineheight {
		line-height:12px;
		}
	
	.black {
		color:#000000;
		}
		
	.subsubheadingG {
		font-size:12px;
		font-weight:300;
		}
		
	.subheadingW {
		font-size:12px;
		font-weight:400;
		}
	
	.caption {
		font-size:14px;
		font-weight:normal;
		}
	
	.justified {
		font-size:12px;
		font-weight:normal;
		text-align:justify;
		}
		/*.justified a:link{text-decoration:none;color:#777777;}
		.justified a:visited{text-decoration:none;color:#777777;}
		.justified a:hover{text-decoration:none;color:#ffffff;}*/
	
	.captionB {
		font-size:14px;
		font-weight:normal;
		}
	
	.smallprint {
		font-size:12px;
		font-weight:normal;
		}
	
	.hometext {
		font-size:10px;
		font-weight:normal;
		}
	
	.smalltext {
		font-size:9px;
		font-weight:normal;
		line-height:13px;
		}
		
	.verticaltext {
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;
}
/*Also, if I can stay away from IE filters I like too, but it's worth mentioning that if you have an specific rotation, you have to use the IE filter:

filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

		}*/