/* MAIN PEOPLE-PRESS STYLE */


body
	{
	background-color:#cccccc;
	margin:0;
	}
	

a
	{
	color:#27506c;
	}

a:hover
	{
	color:#47718d;
	}

#pagelayout
	{
	width:980px;
	margin:0 auto;
	background-color:#fff;
	padding-top:5px;
	}
	
#contentlayout
	{
	width:968px;
	margin:0 auto;
	border-top:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	}

#topline
	{
	width:968px;
	background-image: url(/images/toplinebackground.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#fff;
	clear:both;
	}
	
.toplineitem, .toplineitemlast
	{
	width:192px;
	margin-top:10px;
	margin-bottom:10px;
	border-right:1px solid #ccc;
	float:left;
	}

.toplineitemlast
	{
	border:0;
	}

#topline table
	{
	border-collapse:collapse;
	width:100%;
	}
	
#topline td.text
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-align:right;
	width:95px;
	}

#topline td.arrow
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-align:center;
	width:35px;
	}
	
#topline td.number
	{
	font-family:arial,helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	width:60px;
	color:#000;
	}	
	
	

/* BANNER */

#banner
	{
	background-color:#286e6e;
	clear:both;
	border-bottom:1px solid #465e5d;
	color:#fff;
	position:relative;
	background-image: url(/images/bannerbackground.gif);
	background-repeat: repeat-x;
	background-position:bottom left;
	clear:both;
	border-bottom:1px solid #465e5d;
	color:#fff;
	position:relative;
	}

#bannertopperleft
	{
	position:absolute;
	top:-1px;
	left:-1px;
	}
	
#bannertopperright
	{
	position:absolute;
	top:-1px;
	right:-1px;
	}
	

#rightboxtopperleft
	{
	position:absolute;
	top:0px;
	left:-0px;
	}
	
#rightboxtopperright
	{
	position:absolute;
	top:0px;
	right:0px;
	}
	
	
	
#ticker
	{
	clear:both;
	padding: 7px 0 0 15px;
	}
	
#ticker a
	{
	color:#fff;
	text-decoration:none;
	}

#ticker a:hover
	{
	text-decoration:underline;
	}
	
#logo
	{
	position:relative;
	margin:0;
	}


/* Search Form in Header */

#search
	{
	position:absolute;
	left:650px;
	top:28px;
	color:#fff;
	}
	
#search form
	{
	margin:0 0 4px 0;
	}

#search input.searchinput
	{
	width:190px;
	height:20px;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	color:#666;
	padding:5px 0 0 7px;
	border:1px solid #ccc;
	}
	
#search input.searchbutton
	{
	margin:0;
	border:0;
	vertical-align:top;
	height:27px;
	width:54px;
	}




/* Navigation Styles */

#navigation
	{
	width:968px;
	background-color:#032c2a;
	border-bottom:10px solid #dddddd;
	clear:both;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #000;
	}
	
#navigation li {
	float: left;
	margin: 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	width:120px;
	border-right:1px solid #465e5d;
	}

#navigation li.last
	{
	width:121px;
	border:0;
	}
	
#navigation li a {
	float: left;
	padding: 7px 0 7px 0;
	margin:0 auto;
	text-decoration: none;
	color: #fff;
	border: none;
	width:100%;
	text-align:center;
	}
	
#navigation li a:hover {
	color: #fff;
	background: #666666;
	}

#navigation li a.on
	{
	background-color:#dddddd;
	color:#000;
	}

#navigation li a.active {
	font-weight: bold;
	color: #fff;
	}
	

/* Section Banners */

#section
	{
	background-color:#fff;
	font-family:georgia,times,times new roman,serif;
	font-size:20px;
	font-weight:bold;
	padding:7px 0px 7px 20px;
	margin:1px 0 0 0;
	border-top:1px solid #ddd;
	border-bottom:3px double #ddd;
	color:#000;
	}





/* Front Columns */

#frontcolumns
	{
	width:968px;
	background-color:#fff;
	background-image: url(/images/frontcolumnsbackground.gif);
	background-repeat: repeat-y;
	clear:both;
	}

#frontcolumns-left
	{
	float:left;
	width:628px;
	background-image: url(/images/toprightcorner.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
	}

#frontcolumns-right
	{
	float:left;
	width:340px;
	}

#frontcolumns img
	{
	border:0;
	}
	
	

/* Interior Columns */

#interiorcolumns
	{
	width:968px;
	background-color:#fff;
	background-image: url(/images/interiorcolumnsbackground.gif);
	background-repeat: repeat-y;
	clear:both;
	}

#interiorcolumns-left
	{
	float:left;
	width:690px;
	}

#interiorcolumns-right
	{
	float:left;
	width:278px;
	}


/* Interior Columns Alternate No Right Column */

#interiorcolumns-alt
	{
	width:968px;
	background-color:#fff;
	clear:both;
	}

#interiorcolumns-alt-left
	{
	width:840px;
	}




/* Types of layouts for main front column */

.twocolumn
	{
	width:588px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:15px;
	}
	
.twocolumn-left
	{
	width:320px;
	margin-right:18px;
	float:left;
	}
	
.twocolumn-right
	{
	width:250px;
	float:left;
	}

.threecolumn
	{
	width:588px;
	margin:0 auto;
	margin-bottom:25px;
	margin-top:35px;
	}

.twocolumnspecial
	{
	/* border-bottom:1px solid #ddd; */
	}

.twocolumnspecial-left
	{
	width:286px;
	margin-right:16px;
	float:left;
	}
	
.twocolumnspecial-right
	{
	width:286px;
	float:left;
	}
	


.threecolumn-left, .threecolumn-center
	{
	width:186px;
	margin-right:15px;
	float:left;
	}

.threecolumn-right
	{
	width:186px;
	float:left;
	}
	



/* Lead and Secondary Items divs */

.leaditem
	{
	margin-top:15px;
	margin-bottom:30px;
	}

.secondaryitem
	{
	margin-top:15px;
	margin-bottom:15px;
	}
	
.newsinterestitem
	{
	margin-top:15px;
	}
	
	

	
/* This module spans whole width of main front column, green shaded */
.greenspan
	{
	margin:0 auto;
	width:588px;
	background-image:url('/images/greenspanbackground.gif');
	background-color:#ffffff;
	background-repeat:no-repeat;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:45px;
	padding:0;
	color:#000;
	text-align:center;
	}
	
.greenspan img
	{
	vertical-align:middle;
	margin-left:10px;
	}
	
.greenspan a
	{
	color:#000;
	text-decoration:none;
	}

.greenspan a:hover
	{
	text-decoration:underline;
	}
	

/* Gray break span for special modules */

.graybreak
	{
	height:10px;
	background-color:#dddddd;
	}



/* ****** Headline Styles for Main Front Areas ***** */

/*  box headers in three styles */

div.boxheader1
	{
	border-bottom: 1px dotted #aaaaaa;
	padding-bottom:10px;
	color:#990000;
	font-family:georgia,times new roman,times,serif;
	font-weight:normal;
	font-size:18px;
	margin-bottom:0px;
	}


div.boxheader2
	{
	border-bottom: 1px dotted #aaaaaa;
	padding-bottom:10px;
	color:#000000;
	font-family:georgia,times new roman,times,serif;
	font-weight:normal;
	font-size:14px;
	line-height:17px;
	margin-bottom:0px;
	text-transform:uppercase;
	}
		
div.boxheader3
	{
	color:#000000;
	border:0;
	font-family:georgia,times new roman,times,serif;
	font-weight:normal;
	font-size:16px;
	margin-bottom:10px;
	text-transform:uppercase;
	}
	
	
/* front headline styles */

div.date, span.date
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#777777;
	margin:0;
	}
	
.twocolumn h1
	{
	font-family:georgia,times new roman,times,serif;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	margin:0px 0 7px 0;
	}

.twocolumn h2
	{
	font-family:arial,helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0 0 5px 0;
	}

.twocolumn h3, .rightfeaturebox h3
	{
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	line-height:19px;
	margin:0;
	}
	
.twocolumn h4, .rightfeaturebox h4
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0;
	font-weight:normal;
	}
	

.twocolumn .twocolumn-right h3
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0;
	}
	
.twocolumn .twocolumn-right h4
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0;
	font-weight:normal;
	}
	

.threecolumn h3
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0;
	}
	
.threecolumn h4
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:16px;
	margin:0;
	font-weight:normal;
	}
	


	
.twocolumn a, .threecolumn a, .rightfeaturebox a
	{
	text-decoration:none;
	}

.twocolumn a:hover, .threecolumn a:hover, .rightfeaturebox a:hover
	{
	text-decoration:underline;
	}
	
	
.twocolumn .blurb, .twocolumnspecial .blurb
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	}


#frontcolumns .capoverline
	{
	font-family:arial,helvetica,sans-serif;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
	color:#bc5d0e;
	letter-spacing:.07em;
	}



	

.rightfeaturebox
	{
	width:300px;
	margin:0 auto;
	padding:15px 10px 20px 10px;
	margin-bottom:10px;
	clear:both;
	background-color:#fff;
	position:relative;
	}

.rightfeaturebox p
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	margin-top:4px;
	}	
	
.rightfeaturenobox
	{
	width:320px;
	margin:0 auto;
	margin-bottom:10px;
	padding-top:10px;
	clear:both;
	}

.rightfeaturenobox p
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	margin-top:4px;
	}
	
.rightfeaturebox h2
	{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#999;
	margin:0 0 5px 0;
	}
	


.reportmaterials
	{
	width:258px;
	margin:10px auto 20px auto;
	padding:0 10px 0 10px;
	clear:both;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	}

.reportmaterials img.filetypeicon
	{
	margin-right:7px;
	vertical-align:middle;
	}


.tableofcontents
	{
	width:238px;
	margin:10px auto;
	padding:10px 10px 20px 10px;
	margin-bottom:10px;
	clear:both;
	background-color:#fff;
	position:relative;
	}
	
	
.tableofcontents ul
	{
	list-style-type:none;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	margin-left:0;
	padding-left:0;
	}
	
.tableofcontents ul li
	{
	margin-top:0px;
	padding-left:12px;
	background-image:url(/images/faqbullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}

.tableofcontents ul li.active
	{
	background-image:url(/images/graybullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color:#999;
	}

.tableofcontents ul li a
	{
	text-decoration:none;
	}

.tableofcontents ul li a:hover
	{
	text-decoration:underline;
	}
	



.reporthighlights
	{
	width:238px;
	margin:10px auto;
	padding:15px 10px 20px 10px;
	margin-bottom:10px;
	clear:both;
	background-color:#fff;
	position:relative;
	}
	
	
.reporthighlights ul
	{
	list-style-type:none;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	margin-left:0;
	padding-left:0;
	}
	
.reporthighlights ul li
	{
	margin-top:17px;
	padding-left:12px;
	background-image:url(/images/faqbullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}

.reporthighlights ul li a
	{
	text-decoration:none;
	}

.reporthighlights ul li a:hover
	{
	text-decoration:underline;
	}
	



	
	
#footer
	{
	width:980px;
	background-color:#aaaaaa;
	height:275px;
	margin:0 auto;
	}

#footercontent
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	color:#eaeaea;
	padding:25px 21px 0 21px;
	}

#footernav ul
	{
	color:#ccc;
	list-style-type:none;
	margin:0;
	padding-left:0;
	}

#footernav ul li
	{
	display:inline;
	border-right:1px solid #ccc;
	padding-right:5px;
	padding-left:5px;
	}

#footernav ul li.first
	{
	padding-left:0;
	}

#footer ul li.last
	{
	border:0;
	}

#footernav ul li a
	{
	color:#eaeaea;
	text-decoration:none;
	}

#footernav ul li a:hover
	{
	text-decoration:underline;
	}



div.clear
	{
	clear:both;
	}
	


.twocolumn-right p
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	margin-top:17px;
	}

.twocolumn-right p a
	{
	color:#27506c;
	text-decoration:none;
	font-weight:bold;
	}

.twocolumn-right p a:hover
	{
	color:#47718d;
	text-decoration:underline;
	}
	
	

.threecolumn p
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	margin-top:17px;
	}

.threecolumn p a
	{
	text-decoration:none;
	font-weight:bold;
	}

.threecolumn p a:hover
	{
	text-decoration:underline;
	}
	

.threecolumn ul
	{
	list-style-type:none;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	margin-left:0;
	padding-left:0;
	}
	
.threecolumn ul li
	{
	margin-top:17px;
	padding-left:12px;
	background-image:url(/images/faqbullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	}

.threecolumn ul li a
	{
	text-decoration:none;
	}

.threecolumn ul li a:hover
	{
	text-decoration:underline;
	}



/* Election 2008 Feature Box */

.rightfeaturebox table
	{
	border-collapse:separate;
	border-spacing:1px;
	empty-cells: yes;
	}
	
.rightfeaturebox table .caption
	{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#999;
	padding:3px 0px 10px 0px;
	}

.rightfeaturebox table th
	{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	}

.rightfeaturebox th.red
	{
	color:#801005;
	text-align:left;
	padding-left:7px;
	}

.rightfeaturebox th.blue
	{
	color:#27506c;
	text-align:left;
	padding-left:7px;
	}
	
.rightfeaturebox table td
	{
	height:19px;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	}

.rightfeaturebox td.candidate
	{
	width:95px;
	text-align:right;
	padding-right:5px;
	}

.rightfeaturebox td.percent
	{
	}

.rightfeaturebox td.bar
	{
	width:200px;
	background-image:url(/images/barlinebackground.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
	


.rightfeaturebox td.niistory
	{
	width:100px;
	padding-right:5px;
	text-align:right;
	}

.rightfeaturebox td.niipercent
	{
	}
	
.rightfeaturebox td.niibar
	{
	width:200px;
	background-image:url(/images/barlinebackground.gif);
	background-repeat:no-repeat;
	background-position:right;
	}

.rightfeaturebox tr.evenrow
	{
	background-color:#fff;
	}
	

.rightfeaturebox table .niicaption
	{
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color:#999;
	padding:3px 0px 5px 0px;
	}
	


#previousnext
	{
	clear:both;
	margin-top:50px;
	border-top:1px dotted #aaaaaa;
	}

#previousnext .next, #previousnext .previous
	{
	font-family:arial,helvetica,san-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:.05em;
	color:#666666;
	}
	
#previousnext .previous
	{
	float:left;
	}
	
#previousnext .next
	{
	float:right;
	}









	
	
	
	
	
/* Report Styles */

#reportbody
	{
	padding:0 20px 40px 20px;
	}

/* old image divs */

div.floatright
	{
	float:right;
	margin:0;
	}

div.floatleft
	{
	float:left;
	margin:0;
	}

div.floatcenter
	{
	text-align:center;
	}

/* new image styles for reports to handle what WYS code */

#reportbody img
	{
	margin:10px;
	}
	
#pagebody img
	{
	margin:10px;
	}

#reportbody h1 /*main title of report */
	{
	font-family:georgia,times,times new roman,serif;
	font-size:28px;
	font-weight:normal;
	margin:7px 0 5px 0;
	}
	
#reportbody h2  /* section subheads within a report body */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:35px;
	color:#333;
	}
	
#reportbody h3  /* report subtitle */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-top:5px;
	}

#reportbody h4 /* Report particular page title, i.e., Summary of Findings */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:5px 0 5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	color:#777;
	}

#reportbody h5  /* Report primary topic at top of page */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:1px solid #ddd;
	color:#000;
	margin:20px 0 0 0;
	}

#reportbody h6  /* Report date */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:20px 0 0 0;
	color:#777777;
	}


#reportbody p.highlights  /* Highlights area */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:17px;
	color:#000000;
	}

#reportbody p.highlights .highlightsheader  /* Highlights area header */
	{
	font-family:arial,helvetica,sans-serif;
	text-transform:uppercase;
	font-size:11px;
	line-height:16px;
	color:#666666;
	letter-spacing:.07em;
	}
	
		
#reportbody p, #reportbody div.text  /*remove this second style div when properly formatted */
	{
	font-family:georgia,times,times new roman,serif;
	font-size:15px;
	line-height:21px;
	}
	
	
/* Regular Page Styles */

#pagebody
	{
	padding:20px 20px 40px 20px;
	}

#pagebody h1 /*main title of report */
	{
	font-family:georgia,times,times new roman,serif;
	font-size:28px;
	font-weight:normal;
	margin:5px 0 5px 0;
	}
	
#pagebody h2  /* section subheads within a report body */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:35px;
	color:#333;
	}
	
#pagebody h3  /* report subtitle */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-top:5px;
	}


#pagebody h5  /* Report primary topic at top of page */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	border-bottom:1px solid #ddd;
	color:#000;
	margin:20px 0 0 0;
	}


#pagebody h6  /* Report date */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:20px 0 0 0;
	color:#666;
	}

#pagebody p
	{
	font-family:georgia,times,times new roman,serif;
	font-size:15px;
	line-height:21px;
	margin-bottom:10px;
	}
	

#pagebody .small,  #interiorcolumns-right .small
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:17px;
	}	
	

.rightcolumnmaterials
	{
	width:258px;
	margin:10px auto 20px auto;
	padding:0 10px 0 10px;
	clear:both;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	}
	

#pagebody ul
	{
	list-style-type:square;
	}

hr
	{
	height:1px;
	border:0;
	color:#cccccc;
	background-color:#cccccc;
	margin:0px;
	}
	
	
	

/* Hot Topics Ticker Styles */

.scrollerstyleforward
{
font-family:webdings;color:#ffffff;border:0;cursor:hand;
background-image:url('/images/tickerforward.gif');
background-repeat:no-repeat;
}

.scrollerstyleback
{
font-family:webdings;color:#ffffff;border:0;cursor:hand;
background-image:url('/images/tickerback.gif');
background-repeat:no-repeat;
}


/*Data Archive Table */

table.dataarchive {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	}
	
table.dataarchive hr {
	height:1px;
	border:0;
	background-color:#cccccc;
	}

table.dataarchive td.date {
	width:15%;
	vertical-align:top;
	}

table.dataarchive td.description {
	width:65%;
	vertical-align:top;
	}

table.dataarchive td.download {
	width:20%;
	text-align:center;
	vertical-align:top;
	}

.download a {
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	background-color:#666;
	color:#fff;
	padding:3px 7px 3px 7px;
	text-decoration:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	}

.download a:hover {
	background-color:#999;
	color:#fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	}




/**********Article Tools Box ***********/

#articletools
	{
	clear:both;
	text-align:right;
	}
	
#articletools img
	{
	border:0;
	margin-left:10px;
	}
	
#sharepanel
	{
	text-align:right;
	padding-top:10px;
	border-bottom:1px dotted #ccc;
	}

#sharepanel img
	{
	border:0;
	margin-left:10px;
	}
	
#emailpanel
	{
	text-align:right;
	padding-top:10px;
	border-bottom:1px dotted #ccc;
	font-family: arial,helvetica,sans-serif;
	font-size:11px;
	}

#emailpanel input.tofrom
	{
	width:150px;
	font-family:arial,helvetica,san-serif;
	font-size:12px;
	font-color:#666;
	background-color:#eee;
	border:1px dotted #999;
	padding:3px 3px 3px 7px;
	}

#emailpanel input.send
	{
	font-family:arial,helvetica,san-serif;
	font-size:11px;
	font-color:#666;
	border-top:1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color:#999;
	color:#eee;
	width:60px;
	}



/* New and Updated Styles */

.new, .updated
	{
	color:#ffffff;
	background-color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 3px 0 3px;
	display:inline;
	}

.new
	{
	background-color:#cc0000;
	}

.updated
	{
	background-color:#bc5d0e;
	}
	


/* Form Button Styles */

button.submitbutton
	{
	font-family:arial,helvetica,san-serif;
	font-weight:bold;
	font-size:11px;
	background-color:#999;
	color:#fff;
	padding:3px 7px 3px 7px;
	text-decoration:none;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	width:130px;
	}

input.keywordbox
	{
	width:280px;
	height:20px;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	color:#333333;
	background-color:#f1f1f1;
	padding:5px 0 0 7px;
	border:1px solid #cccccc;
	margin:0 0 3px 0;
	}
	
	
/* Flash Front Titling */

.flashfronttitle
	{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:15px;
	margin-top:10px;
	}

.flashfrontsubtitle
	{
	font-weight:normal;
	font-size:9px;
	}
	

/* Methodology Styles */

a.sanshead /* methodology report headlines */
	{
	font-family:arial,helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	}

.millennial-callout {
width:241px;
float:right;
margin:5px 5px 20px 20px;
clear:both;
}
.millennial-callout img {
border:0 none;
}
.millennial-callout p {
border:1px solid #000;
padding:15px 25px;
font-size:12px;
}