/*APD CSS Task Table Style 1.0h */

p,ul	      {
	font-size: 9pt;
	line-height: 12pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-decoration: none }
	
a        {
	color: blue;
	font-size: 9pt;
	line-height: 12pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-decoration: none
	}
	
a:hover  {
	color: blue;
	font-size: 9pt;
	line-height: 12pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-decoration: underline
	}
	
#mainbox	      { background-color: #fff; margin-top: 30px; margin-right: 26px; margin-left: 0; }
	
#taskbox  	       {
	background-color: #eee;
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 12px;
	margin-bottom: 12px;
	border: solid 1px #444
	}
	
#topic {
	font-size: 12pt;
	font-family: "Lucida Grande", Arial, sans-serif
	}
h2  { font-size: 14px; font-weight: bold; margin: 0 }
h1 { font-size: 12pt; margin: 0 }

.LogoTOC {
    width: 120px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 100px;
}

.legacy {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-family: "Lucida Grande", Arial, "Sans Serif";
    vertical-align: top;
    margin-top: 16px;
}

.legacy a {
    text-decoration: underline;
    font-size: 20px;
}