@charset "utf-8";
/* Unified Communications Magazine Layout CSS  */
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.Author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.FeatureArticle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 16px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	}
	
.Magazine {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.Volume {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}



/*--------------------------Links Format----------------------------------------------*/

a.articles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a.articles:link {
	text-decoration: none;
}
a.articles:visited {
	text-decoration: none;
	color: #000000;
}
a.articles:hover {
	text-decoration: underline;
	color: #0000FF;
}
a.articles:active {
	text-decoration: none;
	color: #000000;
}


/*-------------------------------ViewAll Link-------------------------------------------*/


a.ViewAll {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
a.ViewAll:link {
	text-decoration: none;
}
a.ViewAll:visited {
	text-decoration: none;
	color: #000000;
}
a.ViewAll:hover {
	text-decoration: underline;
	color: #0000FF;
}
a.ViewAll:active {
	text-decoration: none;
	color: #000000;
}

.style1 {
	color: #000000;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
.style3 {color: #000000}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
