/* LINK STYLES */

a:link {
	color: #CDD0D4;
	text-decoration: none;
}
a:visited {
	color: #CDD0D4;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #CDD0D4;
	text-decoration: none;
}

a.alt:link {
	color: #000;
	text-decoration: none;
}
a.alt:visited {
	color: #000;
	text-decoration: none;
}
a.alt:hover {
	color: #FFF;
	text-decoration: none;
}
a.alt:active {
	color: #000;
	text-decoration: none;
}


/* */

.footer {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.featureText {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #CDD0D4;
	font-variant: normal;
	letter-spacing: 0.05em;
}

.featureViewAll {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-variant: normal;
	
}

.updateTextSmall {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-variant: normal;
	letter-spacing: 0.1pt;
}
.articlePageTitle {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.photocompTitle {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.articlePageIntro {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.articleMainText {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
}


.articleCopyrightFooter {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.header {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.articleImageBorder
{
	border:1px solid #5e614c;
}
.pageEnd {
	font-size: 1px;
	color: #EFF3F6;
}
.commentName {
	font-size: 13px;
	color: #334;
}
.commentDate {
	font-size: 9px;
	color: #334;
}
.comment {
	font-size: 12px;
	font-style: italic;
	color: #787e85;
}
a.commentAlt:link {
	color: #CDD0D4;
	text-decoration: none;
}
a.commentAlt:visited {
	color: #CDD0D4;
	text-decoration: none;
}
a.commentAlt:hover {
	color: #FFF;
	text-decoration: none;
}
a.commentAlt:active {
	color: #CDD0D4;
	text-decoration: none;
}

