/*	
  		*********** LANDING PAGE COLOR CLASSES ************
  		Name			Hex			Class
		---------------	-----------	-----------------------
		RED				#990000		class="billboard990000"
		LIGHT-RED		#993333		class="billboard993333"
		GREEN			#006633		class="billboard006633"
		LIGHT-GREEN		#339966		class="billboard339966"
		OLIVE			#999900		class="billboard999900"
		PURPLE			#660033		class="billboard660033"
		LIGHT-PURPLE	#663366		class="billboard663366"
		ORANGE			#CC6600		class="billboardCC6600"
		LIGHT-BLUE		#336699		class="billboard336699"

	Global Events Color Classes
		DARK-BLUE		#003366		class="billboard003366"
		GRAY			#999999		class="billboard999999"
	
	SME Campaigns
		WHITE			#FFFFFF		class="billboardFFFFFF"
		LIGHT-BLUE		#3399CC		class="billboard3399CC"
  		***************************************************
*/
/*	landing-red */
table.billboard990000 table.billboard td {
	background-color: #900;
}
table.billboard990000 table.content td.articles h1 {
	color:#900;
}
/* landing-light-red */
table.billboard993333 table.billboard td {
	background-color: #933;
}
table.billboard993333 table.content td.articles h1 {
	color:#933;
}
/* landing-green */
table.billboard006633 table.billboard td {
	background-color: #063;
}
table.billboard006633 table.content td.articles h1 {
	color:#063;
}
/* landing-light-green */
table.billboard339966 table.billboard td {
	background-color: #396;
}
table.billboard339966 table.content td.articles h1 {
	color:#396;
}
/* landing-olive */
table.billboard999900 table.billboard td {
	background-color: #990;
}
table.billboard999900 table.content td.articles h1 {
	color:#990;
}
/* landing-purple */
table.billboard660033 table.billboard td {
	background-color: #603;
}
table.billboard660033 table.content td.articles h1 {
	color:#603;
}
/* landing-light-purple */
table.billboard663366 table.billboard td {
	background-color: #636;
}
table.billboard663366 table.content td.articles h1 {
	color:#636;
}
/* landing-orange */
table.billboardCC6600 table.billboard td {
	background-color: #C60;
}
table.billboardCC6600 table.content td.articles h1 {
	color:#C60;
}
/* landing-light-orange */
table.billboardFF9900 table.billboard td {
	background-color: #F90;
}
table.billboardFF9900 table.content td.articles h1 {
	color:#F90;
}
/* landing-light-blue */
table.billboard336699 table.billboard td {
	background-color: #369;
}
table.billboard336699 table.content td.articles h1 {
	color:#369;
}
/* landing-dark-blue for events only */
table.billboard003366 table.billboard td {
	background-color: #036;
}
table.billboard003366 table.content td.articles h1 {
	color:#036;
}
/* landing-gray for events only */
table.billboard999999 table.billboard td {
	background-color: #999;
}
table.billboard999999 table.content td.articles h1 {
	color:#999;
}
/*	landing-partneredge */
table.billboard6699cc table.billboard td {
	background-color:#69c;
}
table.billboard6699cc table.content6699cc td.articles h1 {
	color:#69c;
}
/*	landing-white SME Campaign */
table.billboardffffff table.billboard td {
	background-color: #fff;
}
table.billboardffffff table.content td.articles h1 {
	color:#f90;
}
/*	landing-light blue SME Campaign */
table.billboard3399cc table.billboard td {
	background-color:#39c;
}
table.billboard3399cc table.content td.articles h1 {
	color:#39c;
}
/*	SME TP landing-light blue */
table.billboardsme3399cc td.billboard {
	background-color:#39c;
}
table.billboardsme3399cc table.content td.articles h1 {
	color:#39c;
}
/*	SME TP landing-olive */
table.billboardsme999900 td.billboard {
	background-color:#990;
}
table.billboardsme999900 table.content td.articles h1 {
	color:#990;
}
/*	SME TP landing-purple */
table.billboardsme660033 td.billboard {
	background-color:#603;
}
table.billboardsme660033 table.content td.articles h1 {
	color:#603;
}
/*	SME TP landing-light orange */
table.billboardsmeff9900 td.billboard {
	background-color:#f90;
}
table.billboardsmeff9900 table.content td.articles h1 {
	color:#f90;
}
/*	SME TP landing- billboard h1 style */
table.whitebillboard h1 {
	font: 13pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#666;
	margin-top: 0px;
}
table.billboard td {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	color:#FFF;
}
table.billboard td {
	margin-top:0px; 
	margin-left:24px; 
	list-style-type: square;
}
table.billboard h1 {
	font: 13pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#FFF;
	margin-top: 0px;
}
table.billboardffffff h1 {
	font: 13pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#666;
	margin-top: 0px;
}
table.billboard h2 {
	font: 9pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#DDD;
}
table.billboard ul {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	color:#fff;
	margin-top: 12pt;
	margin-bottom: 4pt;
}
table.billboard ol {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	color:#fff;
	margin-top: 12pt;
	margin-bottom: 4pt;
}
table.billboard li {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	margin-top: 4pt;
	color:#fff;
}
table.content td {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	color:#333;
	margin-top:0px;
	margin-left:24px;
	margin-right:16px;
}
table.content h2 {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#333;
	margin-bottom:0px;
}
table.content td h1 {
	font: 10pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}
table.content6699cc td {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	color:#333;
	margin-top:0px;
	margin-left:24px;
	margin-right:16px;
}
table.content6699cc h2 {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#c60;
	margin-bottom:0px;
}
table.content6699cc td h1 {
	font: 13pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 0;
}
table.highlights {
	margin-left:15px;
	margin-bottom:15px;
	border-left:1px solid #999;
}
table.highlights td h3 {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#333;
	margin-bottom:0px;
}
table.highlights td {
	margin-top:0px; 
	margin-left:24px;
	margin-right:16px;
}
table.highlightsffffff {
	margin-left:15px;
	margin-bottom:15px;
	border-left:1px solid #999;
	margin-right:0px;
	margin-top:0px;
}
table.highlightsffffff td h3 {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#333;
	margin-bottom:0px;
}
table.highlights6699cc {
	margin-left:15px;
	margin-bottom:15px;
	border-left:1px solid #999;
	margin-right:0px;
	margin-top:0px;
}
table.highlights6699cc td h3 {
	font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color:#c60;
	margin-bottom:0px;
}
ul {font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
	color:#333;
	margin-top: 12pt;
	margin-bottom: 12pt;
	}
ol {font: 8pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: decimal;
	color:#333;
	}
li {font: 8pt tahoma, arial, helvetica, sans-serif;
	margin-top: 4pt;
	color:#333;
	}
p {font: 8pt tahoma, arial, helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 8pt;
	color:#333;
	}
/*	landing-partneredge */
.subject1 {font: 8pt tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 17px;
	color:#fc0;
	}
.subject2 {font: 8pt tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 17px;
	color:#ddd;
	}
.mainhead {font: 8pt tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
	color:#ddd;
	}
