/* CBML */
<style type="text/css">
		body 
			{font-family: arial; font-size: .80em}
		td 
			{font-family: arial; font-size: .80em}
		.url 
			{font-family: comic sans ms; font-weight: bold; font-size: small; color: #EAD95F}
		.pageTitle
			{font-family: comic sans ms; font-variant: small-caps; font-size: small; color: #000000; font-weight: bold}
		
		/* Navigation Bar Links */
		.selectedLink
			{color: #EAD95F; font-weight: bold}
		a.nav:link 
			{text-decoration: none; color: #ffffff}
		a.nav:visited 
			{text-decoration: none; color: #ffffff}
		a.nav:hover 
			{text-decoration: underline; color: #EAD95F}
			
		/* Default Links (content) */
		a:link 
			{text-decoration: none; color: #990000}
		a:visited 
			{text-decoration: none; color: #990000}
		a:hover 
			{text-decoration: underline; color: #003366}
			
		
		/* Footer Styles */
		hr 
			{color: #2a678a}	
		.footer 
			{font-size: x-small}
		a.foot:link 
			{text-decoration: none; color: #990000}
		a.foot:visited 
			{text-decoration: none; color: #990000}
		a.foot:hover 
			{text-decoration: underline; color: #333366}	


dt {
  font-weight: bold;
}

.footer
{
	font-size: 8pt;
}

td
{
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 10pt;
}

table.graphic {
   width: 90%;
   margin: 2em;
}

table.graphic td {
        font-family: verdana, tahoma, helvetica, sans-serif;
        font-size; 10pt;
        background-color: #8ed764;
	vertical-align: top;
}

table.graphic td.label {
	width: 15%;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 10pt;
        font-weight: bold;
	vertical-align: top;
        background-color: #65d75d;
}

td.label {
	width: 15%;
	font-weight: bold;
	vertical-align: top;
}

td.right {
/*        font-family: verdana, tahoma, helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        background-color: #65d75d; */
        text-align: right;
}

h1
{
	font-size: 14pt;
	color: #4b6fda;
	margin-bottom: 0;
}

h2
{
	font-size: 12pt;
	color: #4b6fda;
}

h3
{
	font-size: 10pt;
	color: #4b6fda;
	font-style: italic;
}

h4
{
 font-size: 9pt;
color: #4b6fda;

}

h5 {
 font-size: 9pt; 
 color: #4b6fda;
}

h6 {
 font-size: 9pt;
 color: #4b6fda;
}

hr.h1
{
	text-align: left;
	color: #4b6fda;
	width: 90%;
	margin-top: 0;
}

.hang
{
	margin-left: 2em;
	text-indent: -2em;
	padding: 0;
}

.hangPadTop
{
	margin-left: 2em;
	text-indent: -2em;
	padding-top: 1em;
}

div {
  margin-top: 1em;
  margin-bottom: 1em;
}

span[title="fw"]
{
text-align: center;
}
.teidiv1 {
 padding-left: 1em;
}

.teidiv2 {
 padding-left: 2em;
}  

.teidiv3 {
 padding-left: 3em;
}  

.teidiv4 {
 padding-left: 4em;
}  

.teidiv5 {
 padding-left: 5em;
}  

.teidiv6 {
 padding-left: 6em;
}  

.red {
 color: red;
}

.super {
 vertical-align: super;
 font-size: 80%;
}

/* Newton */
.cancelled {
 color: black;
 background-color: black;
}

/* jawalsh@indiana.edu */
	</style>


