@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #dddddd;
	margin: 15px;
	line-height: 17px;
}

body.print {
	background: #ffffff;
}

a:focus { 
	outline: none; 
} 

a.archive, 
a.archive:visited, 
a.article, 
a.article:visited, 
a.feature, 
a.feature:visited, 
a.info, 
a.info:visited, 
p.buzzword,
p.currentarticle,
p.currentfeature {
	display: block;
	padding: 5px 5px 5px 10px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	color: #666666;
	background: #dddddd;
}

p.currentarticle,
p.currentfeature {
	background-color: #ffffff;
	background-image: url(img/active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p.currentarticle {
	color: #681888;
}

p.currentfeature {
	color: #0fa1b8;
}

a.archive:hover,
a.archive:active {
	color: #333333;
	background: #eeeeee;
}

a.article:hover,
a.article:active {
	color: #333333;
	background: #eeeeee;
}

a.feature:hover,
a.feature:active {
	color: #333333;
	background: #eeeeee;
}

a.info:hover,
a.info:active {
	color: #333333;
	background: #eeeeee;
}

p.buzzword {
	color: #333333;
	background: #eeeeee;
	border-bottom: 10px solid #ffffff;
}

hr {
	color: #999999;
	background: #999999;
	border: none;
	height: 1px;
	margin: 10px 0;
}

p {
	margin: 0 0 20px 0;
}

h1 {
	color: #999999;
	font-size: 24px;
	text-transform:uppercase;
	line-height: 24px;
	border-bottom: 1px dashed #cccccc;
	padding: 0 0 15px 0;
}

.sub {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	color:#681888;
	font-size: 18px;
	margin: 3px 0 0 0;
	line-height: 22px;
}

h2.homenosubtitle {
	margin: 20px 0 20px 0;
}

h2.nosubtitle {
	margin: 3px 0 20px 0;
}

h2.homepage {
	margin: 20px 0 0 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	margin: 0 0 20px 0;
	line-height: 22px;
}

.paddingtop {
	margin: 3px 0 20px 0;
}

h4 {
	font-size: 13px;
	margin: 0;
	padding: 5px 5px 5px 10px;
	color: #ffffff;
	border-top: 10px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

h4.issues {
	background: #072b60;
}

h4.articles {
	background: #681888;
}

h4.features {
	background: #0fa1b8;
}

h4.infos {
	background: #525051;
}

h4.buzzwords {
	background: #072b60;
}

a, a:visited {
	color: #072b60;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #0fa1b8;
	text-decoration: none;
}

h2 a, h2 a:visited {
	color: #68188;
	text-decoration: none;
}

h2 a:hover {
	color: #666666;
}

.footertext {
	color: #999999;
	display: block;
	text-align: right;
	padding: 13px 5px 5px 0;
	border-top: 1px dashed #cccccc;
}

a.footer,
a.footer:visited {
	color: #e0078c;
	text-decoration: none;
}

a.print,
a.print:visited {
	color:#999999;
	font-weight: normal;
	background: url(file:///Macintosh%20HD/Users/justinhoward/Documents/TNS/_DesignArchive/Zach/brand_connections/img/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 25px;
}

.pink {
	color: #e0078c;
}

.green {
	color: #681888;
}

.orange {
	color: #0fa1b8;
}

.gray {
	color: #999999;
}

.tableheader {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

a img {
	border: 0;
	text-decoration: none;
	display: block;
}