/* CSS Document */

a.nav:active, a.nav:visited, a.nav:link { text-decoration:none; color:#FFFFFF; font-weight:bold;}
a.nav:hover { text-decoration:underline; color:#FFFFFF; font-weight:bold;}

a:active, a:visited, a:link { text-decoration:none; color:#3399FF; font-weight:bold; }
a:hover { text-decoration:underline; font-weight:bold; color:#3399FF; }

body {
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
/* for text in dark backgrounds */
.grey { 
	font-weight:bold;
	color:#999999;
	}
/******************--OMITTED TO ENCOURAGE USE OF HEADINGS(h1, h2, etc.)--*****************
.title {
	color:#333399;
	font-size:x-large;
	font-weight:bold;
	}
.subHead {
	text-align:left;
	font-size:larger;
	color:#333399;
	font-weight:bold;
	}
****************************************************************************************/
thead {
	background-color:#cce2fb
	}
tr.ltBlue
	{
	background-color:#cce2fb;
	}
h2	{
	font-size:x-large;
	color:#333399;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	}
h4	{
	font-size:large;
	color:#333399;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	}
blockquote p{
	text-indent:2.5em;
}

.blue {
	color:#333399;
	font-weight:bold;
	}

.sm {
	font-size:8pt;
	}
#prodTbl {
	margin-right:5px;
	}
#navpane {
	color:#FFFFFF;
	font-size:smaller;
	vertical-align:top;
}
#newsBar {
	color:#FFFFFF;
	font-weight:bold;
}
#newsBar a { 
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	margin-left:.25em;
	padding:2px;
}
#newsBar a:hover {
	background-color:#8AE2FF;
	color:#000066;
}
#newsBar h1 { font-size:1.5em; }
#newsBar div { margin-bottom:1em; }
