	
	/* 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-color: #FFF;
		}
	}
	
	

<!-- 
body {
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
	}
.rsscredit {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }
.rsslinks {
    font-family: arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt; }
.DigestTitle {
    font-family: verdana, arial, helvetica, sans-serif;
    color : #000000;
    font-size : 16px;
	line-height : 24px;
    font-weight : bold; }
.FeedTitle {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
	line-height : 13px;
    font-weight : bold; }
a.FeedTitle {
    text-decoration : none; }
.FeedDescription {
    font-family:  arial, helvetica, sans-serif;
    color : #000000;
    font-size : 12px;
    text-decoration : none;  }
.FeedLink {
    text-decoration : none; }
.headline {
    font: 24px bold Georgia, "Times New Roman", Times, serif;
    color : #000; }
.subheadline {
    font: 18px italic Georgia, "Times New Roman", Times, serif;
    color : #000;}
.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; }

.bottom_links {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align : center;  }
.navlinks {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    text-decoration : none;
	color: #0364a2; }

.navlinks:hover {
    text-decoration: underline; }

.vertical-links:hover {
    text-decoration: underline; }

.vertical-links {
    font-weight : bold;
    text-decoration : none;
    text-transform : UPPERCASE;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height : 28px;
    max-height : 40px; }


.footer {
    font-family : arial, helvetica, verdana;
    text-align : center; }
a.footer {
    font-family : arial, helvetica, verdana; }

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; }
table { 
    font-family:  arial, helvetica, sans-serif;
    font-size : 10pt; }
-->