a:link						{ color: #00008F }
a:visited					{ color: #6060FF }
a:hover						{ color: #0000FF; background: #CCCCFF }
a:active					{ color: #0000FF; background: #CCCCFF }
a.img:hover					{ color: #0000FF; background: transparent }
a.img:active				{ color: #0000FF; background: transparent }

/* Because of a bug in Netscape 4.7x's interpretations of CSS, we need the background's URL to be specified using the absolute notation. */
/* This presents a problem with non-root-server testing, but should be set this way once this is uploaded to a server.  The bug is that */
/* Netscape makes the URL relative to the page including this style sheet and not relative to the style sheet.  This is fixed in Netscape 6. */
body						{ background: white url(background.jpg); color: black; margin: 0pt 0pt }

p							{ font: normal 10pt sans-serif }
p.whatsNewTitle				{ color: #2121FF; font: bold italic 14pt serif }
p.whatsNewText				{ font: italic 8pt sans-serif }
span.underconstruction		{ font: italic bold 32pt sans-serif }
span.sitehighlight			{ font-weight: bold; color: #2121FF }
span.languages				{ font: normal 8pt sans-serif }
span.pagesubtitle			{ color: #2121FF; font: small-caps bold 18pt serif }
span.pagetitle				{ color: #2121FF; font: bold 30pt serif }
span.required				{ color: #FF0000 }
span.smallcaps				{ font-variant: small-caps }
table.specialBorderThin		{ border-color: #2121FF; border-style: solid; border-width: 1 }
table.specialBorderThick	{ border-color: #2121FF; border-style: solid; border-width: 2 }
table.copyright				{ font: normal 8pt sans-serif }
table						{ font: normal 10pt sans-serif }
table.textlinks				{ font: normal 8pt sans-serif }
table.whitepapersummary		{ font: normal 8pt sans-serif }
table.pressreleasesummary	{ font: normal 8pt sans-serif }
table.productsummary		{ font: normal 8pt sans-serif }
td.changesdate				{ background: white; color: #00008F; font: bold 8pt sans-serif }
td.changeslabel				{ color: #FFFFFF; font: bold 16pt serif }
td.changestext				{ background: white; color: #000000; font: normal 8pt sans-serif }
td.downloadsplatform		{ background: white; color: #00008F; font: bold 8pt sans-serif }
td.downloadslabel			{ color: #FFFFFF; font: bold 16pt serif }
td.downloadstext			{ background: white; color: #000000; font: normal 8pt sans-serif }
td.sectionHeading			{ color: #FFFFFF; background: #00008F; font: bold italic 16pt serif }
ul							{ font: normal 10pt sans-serif }
ul.techlist					{ font: normal 8pt sans-serif }

