
body
{
	font-size: 95%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif
}
.quote
{ 
	font-family: Georgia, Lucida, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
	color: #000000
}
.quotedperson
{ 
	font-family: Lucida, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #222222;
}
.level1
{ 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.normal
{ 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000
}
.relnotes
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000
}
.pagetitle
{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #666666;
}

td
{
	font-size: 95%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

td.header
{
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-variant: small-caps;
	text-transform: capitalize;
}

.paragraphheader
{
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #990000;
	padding-top: 5px;
	padding-bottom: 2px;
}

/* Links */
a, a:link
{
	border-bottom: 1px dotted;
	text-decoration: none;
	background: transparent;
}
a:visited
{	
	border-bottom: 1px dotted;
	text-decoration: none;
	background: transparent;
}
a:active
{
	border-bottom: 1px dotted;
	text-decoration: none;
	background: transparent;
}
a:hover
{
	background: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* navigation */
table#nav
{
	background-color: #0000fff;
}
table#nav td
{
	text-align: center;
	font: 12px lucida grande, geneva, verdana;
	background-color: #0000fff;
	border-top: 1px solid #a1a5a9;
	border-bottom: 1px solid #a1a5a9;
}
table#nav td a
{
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 3px 15px 3px 15px;
	background-image: url(images/clearnavbar.gif);
}
table#nav td a:link, #nav td a:visited
{
	color: #000;
	text-decoration: none;
}
table#nav td a:hover
{
	color: #000;
	background-image: url(images/darknavbar.gif);
	display: block;
}
#one a:link, #one a:visited
{
	border-left: 1px solid #a1a5a9;
	border-bottom: none;
}
#six a:link, #six a:visited
{
	border-right: 1px solid #a1a5a9;
	border-bottom: none;
}
#nav td#one a, 
#nav td#two a,
#nav td#three a,
#nav td#four a,
#nav td#five a,
#nav td#six a
{
	color: #000;
	font-weight: strong;
	border-right: 1px solid #a1a5a9;
	border-left: 1px solid #a1a5a9;
	border-bottom: none;
}

/* Boxes */
#relnotes_box
{
	border: 1px solid #C7CFD5;
	background: #F1F5F9; 
}
#relnotes_contents
{
	padding: 4px;
	background: #F1F5F9; 
}
#download_box
{
	border: 1px solid #C7CFD5;
	/*background: #F1F5F9;*/ 
}
