BODY {
    font-family: arial;
    font-size : 10pt; }
TABLE { 
    font-family:  arial, helvetica, sans-serif;
    font-size: 10pt; }
.headline {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: bold; }
.subheadline {
    font-family: arial, helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }
.caption {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 10px; }
.pullquote {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }
.credit {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 14px;
    font-style : italic; }

.whatsnew-title { color: #0000ff; 
    text-decoration: underline; }
.whatsnew {
    font-size: 8pt;
    font-face: arial, helvetica, verdana;
    color: #000000; 
    text-decoration: none; }
.whatsnew:hover { color: #0000ff; }

.navlinks {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #000000; }

.navlinks2 {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    color : #000000; }

.bottom_links {
    font-family : arial, helvetica, verdana;
    font-size : 8pt; 
    text-align : center; 
    color : #000000; }

.footer {
    font-family : arial, helvetica, verdana;
    font-size : 8pt;
    color : #000000;
    text-align : center; }
a.footer {
    font-family : arial, helvetica, verdana;
    color : #000000; }

a   {
    font-family : arial, helvetica, verdana; }

.system {
	font-size : 10pt;
   	font-face : arial, helvetica, verdana; }
.syssmall {
	font-size : 8pt;
   	font-face : arial, helvetica, verdana;
   	color : #000000; }
.bodysmall {
	font-size : 8pt;
        color : #000000;
   	font-face : arial, helvetica, verdana; }
.bodysmallgrey {
	font-size: 8pt;
   	font-face: arial, helvetica, verdana;
   	color: #000000; }



/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

		/*End of styles for the edit box*/

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}