/*SIP Magazine Style Sheet for font control*/
/*This script controls the month and issue text*/
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.issue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
/*This script controls the header content next to the editor photo*/
h1.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
/*This script controls the editor 's name font*/
.editor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
/*This script controls the body text-content*/
p.bodyp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
/*This script control the small headers through out the body text-content*/
p.headerp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #024da0;
}
/*This script is for the section begins*/
.lettersp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #024da0;
}

/*Table of Content script*/
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

/*This script controls the links color and font-family*/
a.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
a.titles:link {
	text-decoration: none;
}
a.titles:visited {
	text-decoration: none;
	color: #993300;
}
a.titles:hover {
	text-decoration: none;
	color: #666666;
}
a.titles:active {
	text-decoration: none;
	color: #000066;
}

/*This controls the borders on the Table of Content*/
.feature {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #044ea3;
	border-bottom-color: #044ea3;
	border-left-color: #044ea3;
}
.style6 {line-height: 18px; font-variant: normal; text-transform: none; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.style4 {font-size: 12px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.style2 {	font-size: 14px;
	font-weight: bold;
}