/* Style Sheet for SIP Magazine Articles */
/* Magazine Issue */
.issue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
/* Article Header Title */
.headerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
/* Article Author */
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
/* Article Content */
p.articleContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	line-height: 20px;
}
li.points {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	line-height: 20px;
}
/* Article Content Titles */
.contenTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
/* Table of Contents links (Top)*/
a.tableContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.tableContents:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.tableContents:hover {
	color: #999999;
	text-decoration:underline;
}
a.tableContents:active {
	color: #FFFFFF;
	text-decoration: none;
}
