table, dl {
margin: 15px 0	15px 15px;
}

td {
		font-size:12px;
		}
th {
		font-size:12px;
		font-weight: bold;
		}		

.shaded_header {
background-color: #e2e2e7; 
margin: 10px 0 10px 0; 
padding: 5px 0 5px 15px;
}

/* Styles for research brief headers*/

/*div.brieftitle {
clear: both;
padding-top: 0;
margin: 0 10px 0 10px;
width: 95%;
font-size: 14px;
border: 1px solid red;
}

div.brieftitle h2.left {
float: left;
clear: right;
width: 20%;
text-align: left;
margin-right: 0px;
padding-right: 5px;
margin-bottom: 5px;
display: inline;
border: 1px solid green;
}

div.brieftitle h2.right {
float: left;
width: 80%;
text-align: left;
margin-bottom: 5px;
display: inline;
border: 1px solid pink;
}
*/
/*styles for large tables of data*/
.smalltext {
	font-size: 80%;
}

th .smalltext {
	font-weight: normal;
}

/* used for research report years*/

ul.years {
	display:block;
	list-style-type:none;
	margin:10px 0 5px 0;
	padding:10px 0;
	text-align:center;
	}
	
.years li {
	display:inline;
	padding:0 8px 0 5px;
	margin:0;
	border-right:1px solid #333;
	color:#888;
	}
	
.years li.last {
	border-right:none;
	}
	
.years a {
	text-decoration:none;
	font-weight:bold;
	}
	
.years a:visited {
	text-decoration:none;
	}

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


td.years {
	font-weight:bold;font-size:14px;
	background-color: #e2e2e7; 
	margin: 10px 0 10px 0; 
	padding: 5px 0 5px 15px;
	}

