/* Class for clearing floats */
.clear {
	clear:both;
}
A {color:#155193; text-decoration: underline;}
A:hover {color:#1DAA8B; text-decoration: underline;}
A:active {color:#155193; text-decoration: underline;}

A.brochure {color:#006600; font-style: italic; font-weight: bold; text-decoration: underline;}
A.brochure:hover {color:#0fa532; text-decoration: underline;}
A.brochure:active {color:#0fa532; text-decoration: underline;}

h1 		{color: #4E835D; font-size: 15pt; font-weight: bold;}
h2 		{color: #155193; font-size: 12pt; font-weight: bold;}
h3 		{color: #4E835D; font-size: 11pt; font-weight: bold;}
table { 
  border-spacing: 0;
	border-collapse: collapse;
}
td 		{color: #333333; font: 10pt verdana,arial,helvetica,sans-serif;}
th 		{color: #006600; font: 10pt verdana,arial,helvetica,sans-serif; font-weight: bold;}
body 	{color: #333333; font: 10pt verdana,arial,helvetica,sans-serif;}
cite 	{color: #155193;}
code 	{font: 9pt;}
li.close { margin: .25em 0; }
.subnav	{color: #155193; font: 9pt/16pt;}
.ulcompounding	{color: #155193; font: bold 12pt;}
.steps { color: #003b77; }
.note { font-size: 9pt; font-style: italic; }
.subhead { color: #0fa532; font-weight: bold; }
.red { color: #ff0000; }
.key-dates { margin: 0 0 1em -1em; padding-left: 2em; }
#dates td { padding: 2px; }
#dates p { margin-bottom: 1em; }
.staffPicture {
	width: 100px;
	height: 121px;
	margin-top: 5px;
}
.staffLeft {
	float: left;
	width: 110px;
}
.staffRight {
	float: right;
	width: 554px;
}
.data-table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.data-table th {
	padding: 4px;
	text-align: left;
}
.data-table td {
	padding: 4px;
	border: 1px #000000 solid;
}
