A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}
A:active {text-decoration: underline;} 
DIV {font-family: Arial;}

H1 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 21px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	color: #333322;
} 

/* general font styles */
.white {color:#FFFFFF;}

.text {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 12px; 
	line-height: 17px; 
	text-decoration: none;
}

.text_white {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 12px; 
	line-height: 17px; 
	text-decoration: none; 
	color: #FFFFFF;
}

.text1 {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 11px; 
	line-height: 13px; 
	text-decoration: none;
}

.text2 {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	line-height: 13px; 
	text-decoration: none;
}

.text2_white {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	line-height: 13px; 
	text-decoration: none; 
	color: #FFFFFF;
}

.text2_blue {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	line-height: 13px; 
	text-decoration: none; 
	color: #3464AC;
}

.text2_credit {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 8px; 
	line-height: 10px; 
	text-decoration: none; 
	color: #888877;
}

.caption {
	font-family: Helvetica, Arial, Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 13px; 
	text-decoration: none; 
	color: #333322;
}

.pullquote {
	font-family: Georgia, Times, Times New Roman; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 18px; 
	text-decoration: none; 
	color: #333322;
}

.formtext {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	line-height: 13px; 
	text-decoration: none; 
	color: #777766;
}

.kicker {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: bold; 
	line-height: 13px; 
	text-decoration: none; 
	letter-spacing: 1; 
	color: #777766;
}

.hed {
	font-family: Georgia, Times, Times New Roman; 
	font-size: 21px; 
	line-height: 30px; 
	text-decoration: none; 
	color: #333322;
}

.text_big {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 17px; 
	line-height: 23px; 
	text-decoration: none;
}

.photocaption {
	font-family: Helvetica, Arial, Verdana; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 13px; 
	text-decoration: none; 
	color: #333322;
}

.photocredit {
	font-family: Arial, Helvetica, Verdana; 
	font-size: 8px; 
	line-height: 10px; 
	text-decoration: none; 
	color: #888877;
}

/* .click {cursor: pointer;} */
.click {
	cursor:pointer;
	cursor:hand;
}
		
/* article text */
#articleParent {
	position: relative; 
	height: 200px; 
	overflow: hidden; 
	z-index: 1;
}

.artCol {
	position: absolute;
	width: 395px;
	margin-right: 14px;
	z-index: 1;
	left: 38px;
	top: 242px;
	height: 494px;
}

.artText {
	position: absolute; 
	width: 221px; 
	top: 0px; 
	left: 0px; 
	margin-right: 5px; 
	font-family: Arial, san-serif; 
	font-size: 10px; 
	line-height: 16px; 
	color: #444444; 
	display: none;
}

/* next and previous buttons */
.prevImage {
	margin-bottom: 25px; 
	margin-left: 25px; 
	margin-top: 12px; 
	margin-right: 0px;
}

.nextImage {
	margin-bottom: 25px; 
	margin-left: 0px; 
	margin-top: 12px; 
	margin-right: 25px;
}

/* dotted lines and breaks */
.b1 {
	clear: both; 
	height: 1px;
}

.b2 {
	clear: both; 
	height: 4px;
}

.b3 {
	clear: both; 
	height: 8px;
}

.b4 {
	clear: both; 
	height: 16px;
}

.dL {
	height: 1px; 
	background-image: url(http://www.iht.com/images/lines/dotted.gif);
}

/* used for the google links */
.text2_google {
	font-family: Arial, Helvetica, Verdana;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
}

.text2_google_cpm {
	font-family: Arial, san-serif; 
	font-size: 12px; 
	line-height: 16px; 
	color: #444444;
}

.skiplink {display:none;}

/* for featured property */
.smallLight {
	font: 9px Verdana, Arial, san-serif;
	line-height: 12px; 
	color: #999999;
}

.textList {
	font: 10px Verdana, Arial, san-serif;
	line-height: 12px; 
	color: #50555A;
}

.topad {
	background: #ccccc9;
	margin-bottom: 5px;
	width: 945px;
}

.deadlink {color: #e8e8e8;}
