body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #555555;
}
a:link {
	color: #0061A5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0061A5;
	font-weight: bold;
	text-decoration: none;
}
.watso #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	top: 50px;
	background-color: #FFFFFF;
	min-height:600px;
	height:auto !important;
	height:600px;
} 
.watso #header {
	background-color: #FFF;
	position: relative;
} 
.watso #container #header #apDiv1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #0061A5;
	padding: 4px;
}
.watso #container #header #apDiv1 a:link {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.watso #container #header #apDiv1 a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.watso #container #header #apDiv1 a:hover {
	font-weight: normal;
	color: #A5C3CC;
	text-decoration: none;
}
.watso #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0061A5;
	height: 460px;
}
.watso #sidebar1b {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-right: 30px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0061A5;
	margin-left: 15px;
}
#cwhitepaper {
	z-index: 351;
}
.watso #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	height: 475px;
}
.watso #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	height: 400px;
}
.watso #mainContent {
	margin-right: 30px;
	margin-left: 360px;
}
.watso #mainContentb {
	margin-right: 15px;
	margin-left: 30px;
}
.watso #mainContentwide {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 5px;
	background-color: #FFF;
}
.watso #footer {
	background-color: #0061A5;
	text-align: center;
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
} 
.watso #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #66CCFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
span.comdata_lawsuit a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
span.comdata_lawsuit a:visited {
color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
span.impactsub a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
span.impactsub a:visited {
color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	margin-bottom: 0.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.6em;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #CC0000;
}
h2 {
	color: #0061A5;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	margin-top: 0px;
}
.impactsub {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
	margin-top: 16px;
}
.blacksub  { color: #000000; font-weight: bold; font-size: 16px; line-height: 22px; font-family: Arial, Helvetica, sans-serif }
.blacksub2 { color: #000000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 20px; }
.blacksub3 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
}
.bluesub  {
	color: #0061A5;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif
}
.bluesub2  { color: #0061A5; font-weight: bold; font-size: 14px; line-height: 20px; font-family: Arial, Helvetica, sans-serif }
.redsub  {
	color: #CC0000;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
}
.redsub2  { color: #CC0000; font-weight: bold; font-size: 14px; line-height: 20px; font-family: Arial, Helvetica, sans-serif }
.comdata_lawsuit {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0061A5;
	padding: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0061A5;
	border-right-color: #0061A5;
	border-bottom-color: #0061A5;
	border-left-color: #0061A5;
	line-height: 20px;
}
.bullets  { color: black; font-weight: normal; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, FontName, FontName }
.caption { color: black; font-style: italic; font-weight: lighter; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif }
.headline  {
	color: #7CB038;
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, san-serif;
	font-style: normal;
	line-height: 23px;
}
.intro { color: black; font-weight: lighter; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, sans-serif }
.quote  { color: black; font-style: italic; font-weight: normal; font-size: 14px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; text-align: left }
.addlead6 {
	font-size: 6px;
	line-height: 8px;
}
.addlead4 { font-size: 4px; }
.quotee  { color: #903; font-weight: bold; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; text-align: right }
.size1 {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif
}
.size1lesslead {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif
}
.size2 { color: #000000; font-weight: normal; font-size: 12px; line-height: 15px; font-family: Arial, Helvetica, sans-serif }
.size1white {
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.size2white {
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.sidebarsize1 {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif
}
.sidebarsize1white {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif
}
.bottomnavtext {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
.disclaimer {
color: #000000; font-weight: normal; font-size: 9px; line-height: 11px; font-family: Arial, Helvetica, sans-serif
}
.greysub2 {
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.greysub15 {
	color: #666666;
	font-weight: bold;
	font-size: 15px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif
}
#flash {
	position:absolute;
	width:350px;
	height:125px;
	z-index:2;
	left: 0px;
	top: 30px;
}

#sidebar3forum {
	width: 255px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(images/sidebar_orange.png);
	background-repeat: repeat-y;
}
#sidebar3events {
	width: 255px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(images/sidebar_green.png);
	background-repeat: repeat-y;
}
#sidebar3insidetrack {
	width: 255px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(images/sidebar_blue.png);
	background-repeat: repeat-y;
}
#trendsanddata {
	position: absolute;
	left: 1031px;
	top: 432px;
	width: 255px;
	height: 243px;
	background-image: url(images/sidebar_liteblue.png);
	padding-right: 5px;
	padding-left: 20px;
}
#sidebar3trends {
	width: 255px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(images/sidebar_liteblue.png);
	background-repeat: repeat-y;
}

