.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #800000;
}
.definition {
	font-weight: bold;
	color: #990000;
}
.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.footer-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.sponsor-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.table-10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.highlight-click {
	font-weight: bold;
	color: #660099;
}
.highlight-caution {
	color: #CC3300;
}
.highlight-equation {
	color: #FF0000;
}
.highlight-example {
	color: #7F0000;
}
.highlight-keyword {
	color: #CC7733;
}
.highlight-label {

	color: #336699;
}
.highlight-step {
	color: #008800;
}
.highlight-subheading {
	color: #009933;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #660000;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #800000;
}
.note-parenthetical {
	font-size: 10pt;
	font-style: italic;
	color: #0000CC;
}

a.buttonlink
{
    padding: 5pt 0pt;
    border-radius: 5pt;
    border: 1pt solid #ccc;
    background-color: #eee;
    display: block;
    text-align: center;
}

table.linktable
{
    border-collapse: collapse;
    width: 100%;
}

table.linktable, table.linktable td 
{
    border: 2pt ridge gray;
}

table.linktable td
{
    text-align: center;
    vertical-align: top;
    width: 50%;
    padding: 1pt 0pt;
}

table.linktable a[href]
{
    padding: 5pt 0pt;
    border-radius: 5pt;
    border: 1pt solid #ccc;
    background-color: #eee;
    text-align: center;
    display: block;
}

