/* THIS IS FOR PLACING THE HOMEPAGE ART TO BE UPDATED WITH EACH ISSUE*/
.background {
	background-attachment: scroll;
	background-image: url(images/coverPhoto.jpg);
	background-position: 183px 150px;
	background-repeat: no-repeat;
}

/* THIS IS THE TEXT FOR THE "SEARCH ND BUSINESS MAGAZINE" HEADER ON EACH PAGE */
.searchtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
}

/* THIS IS THE ARTICLE HEADER ON THE HOMEPAGE AND INTERIOR PAGES */
.homeinteriorpageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: .5pt;
}

/* THIS IS THE ARTICLE TEXT ON THE HOMEPAGE AND INTERIOR PAGES */
.homeinteriorpagetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

/* THIS IS FOR THE "IN THIS ISSUE" HEADER ON THE HOMEPAGE */
.inthisissue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}

/* THIS IS THE COPYRIGHT TEXT AT THE BASE OF EACH PAGE */
.copyrighttext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}

/* THIS IS THE ARTICLE HEADER ON THE TEXT PAGES */
.textpageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

/* THIS IS THE ARTICLE SUBHEAD ON THE TEXT PAGES */
.textpagesubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

/* THIS IS THE ARTICLE BYLINE ON THE TEXT PAGES */
.textpagebyline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
/* THIS IS THE PRINTER FRIENDLY VERSION LINKS ON THE TEXT PAGES */
a.printerfrienly:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #000066;
}
a.printerfrienly:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #999966;
}
a.printerfrienly:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999966;
	text-transform: uppercase;
}
a.printerfrienly:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #999966;
}
/* THIS IS THE ARTICLE TEXT ON THE TEXT PAGES */
.textpagetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

/* THE FOLLOWING LINKS (BORDERLOWER, BORDERRIGHTLOWER, BORDER RIGHT) CREATE THE THIN GREY LINES ON EACH OF THE PAGES */
.borderlower {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.borderrightlower {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

/* THIS LINK CREATES THE SMALL LINE THAT EXTENDS FROM THE "IN THIS ISSUE BOX" ON THE HOMEPAGE */
.borderinthisissue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
}
a.enterarticle:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #006666;
}
a.enterarticle:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #999966;
}
a.enterarticle:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #999966;
}
a.enterarticle:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #999966;
}
.textpagetextItalics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	font-style: italic;

}
.skipIntro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
	a.skipIntro:link {color: #999999; text-decoration: none;}
	a.skipIntro:visited {color: #999999; text-decoration: none;}
	a.skipIntro:hover {color: #666666; text-decoration: underline;}
	a.skipIntro:visited:hover {color: #666666; text-decoration: underline;}
