html a:link {
color: #003366; 
text-decoration: underline; 
}

html a:active {
color: #003366; 
text-decoration: underline;
}

html a:visited {
color: #8b0000; 
text-decoration: underline; 
}

html a:hover {
color: #8b1a1a; 
text-decoration: none; 
}


h3 {
font-size:16px;
font-family: arial, helvetica;
font-weight:bold;
}

h4 {
font-size:14px;
font-family: arial, helvetica;
font-weight:bold;
}

#toptitle h2 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 24px;
font-family: arial, helvetica;
font-weight: bold;
color:#003366;
display:inline;
}

#header {
background: url(../images/topline.gif) repeat-x 100% 0%;
width:900px;
height:20px;
}

#toptitle img {
float:left;
display: inline;
margin-right: 30px;
margin-top:2px;
}

#headertext{
float: right;
font-size: 12px;
font-family: arial, helvetica;
}

#headertext a:link {
color: #003366; 
text-decoration: underline; 
}


html table {
font-family: arial, helvetica;
font-size:13px;
}

 table.errata td {
font-size:12px;
font-family: arial, helvetica;
}

 table.errata b {
font-size:14px;
font-family: arial, helvetica;
color:#003366;
}

html body {
padding:0px;
font-size:12px;
font-family: arial, helvetica;
width:900px;
}

html p {
padding:0px;
font-size:12px;
font-family: arial, helvetica;
line-height: 16px;
}

html table img {
display:inline;
margin-right:7px;
}

 /* ----------------------------------------
   Sidebar box
------------------------------------------- */
.box {margin-bottom: 5px;}

.box_title_big {
	background: #C6D2DB url('../images/box/title_big.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 10pt;
	color: #003366;
      font-family: arial, sans-serif, helvetica;
 }

.box_body_big {
	background: #DAE3E9 url('../images/box/body_big.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 9pt;
      font-family: arial, sans-serif, helvetica;
	line-height: 20pt;
}

.box_bottom_big {
	background: url('../images/box/bottom_big.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box_title {
	background: #C6D2DB url('../images/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 10pt;
	color: #003366;
      font-family: arial, sans-serif, helvetica;
 }

.box_body {
	background: #DAE3E9 url('../images/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 10pt;
      font-family: arial, sans-serif, helvetica;
}

.box_bottom {
	background: url('../images/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box td {
padding: 4px;
border-top: 1px solid #E2ECF2;
border-bottom: 1px solid #D0D8DE;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}

box li:first-child {border-top: none;}

.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}

</style>
