/* these tow division below are related to the fomatting of 'centerGraphicsTextDiv'
	place in the 'main.css' */
#heading {
	width:640px;
	text-align:left;
	font-variant:small-caps;
}
#centerGraphicsDiv {
	float:left;
	width:180px;
	padding-right:5px;
	/*background-color:blue;*/
}
#centerTextDiv {
	float:left;
	width:450px;
	paddinng-left:5px;
	/*background-color:yellow;*/
}
#readOnline {
	margin: 25px;
}
#backIssues {
	margin: 25px;
}
.author {
	color:#000000;
}
.title {
	color:#990033;
	font-size:16px;
	font-weight:bold;
}
.articleParag {
	font-size:14px;
	color: #C30;
}
.section {
	font-variant:small-caps;
	font-weight:bold;
	color: #C33;
}
.blue {
	font-variant:small-caps;
	font-weight:bold;
	color: #009;
}
.green {
	font-variant:small-caps;
	font-weight:bold;
	color: #393;
}
.brown {
	font-variant:small-caps;
	font-weight:bold;
	color: #996;
}
.section960 {
	font-variant:small-caps;
	font-weight:bold;
	color: #960;
}
.sectionF60 {
	font-variant:small-caps;
	font-weight:bold;
	color: #F60;
}
.section6FF {
	font-variant:small-caps;
	font-weight:bold;
	color: #6FF;
}
.sectionF90 {
	font-variant:small-caps;
	font-weight:bold;
	color: #F90;
}
.section6F3 {
	font-variant:small-caps;
	font-weight:bold;
	color: #6F3;
}
.noDecor {
	border: none;
}
