/*
*********************************************************************
Language:       CSS 1.0
Web Site:       http://www.phoschol.com/
File Path:      /css/
Copyright:      ©2005 Axon Design & Marketing (www.axondm.com)
Created:        2005-01-12 10:10:14
Created by:     Jamie Peloquin
*********************************************************************
*********************************************************************
NOTES:
This document contains PRINT styles which are compatible with 
CSS-1 and higher compliant web browsers.
*********************************************************************
*/
/*
*********************************************************************
LAYOUT PROPERTIES
*********************************************************************
*/

/*
*********************************************************************
END: LAYOUT STYLES
*********************************************************************
*********************************************************************
BEGIN: CHARACTER STYLES
*********************************************************************
*/
body, blockquote, caption, th, td, li, dt, dd {
	color: #000; /* black */
	font-family: 'Lucida Grande', 'Lucida Sans', Lucida, 'Bitstream Vera Sans', sans-serif;
}

#Content {
	font-size: 9pt;
	line-height: 1.3em;
}

/* BEGIN: HEADERS */
h1 {
	font-size: 16pt;
	margin-bottom: 24pt;
}
h2 {font-size: 14pt;}
h3 {font-size: 11pt;}
h4 {font-size: 10pt;}
h5 {font-size: 9pt;}
/* END: HEADERS */

/* BEGIN: FORMS */
legend {font-size: 12pt;}
/* END: FORMS */

/* BEGIN: TABLES */
caption, table.data * {font-size: 8pt;}
caption {border-width: 1pt;}
/* END: TABLES */

/* BEGIN: QUOTES */
blockquote {border-left-width: 2pt;}
/* END: QUOTES */

.note, .caption {font-size: 8pt;}

/* BEGIN: LINKS */
a {color: #000; /* black */}
a[href]:after {
	content: " [" attr(href) "]";
	font-size: 8pt;
}
/* END: LINKS */


/*
*********************************************************************
END: CHARACTER STYLES
*********************************************************************
*********************************************************************
BEGIN: MASTHEAD STYLES
*********************************************************************
*/
#MastheadInfoBar {display: none;}
#MastheadLogoBanner h1 {
	line-height: 1em;
	padding-top: 20px;
}

/*
*********************************************************************
END: MASTHEAD STYLES
*********************************************************************
*********************************************************************
BEGIN: NAVIGATION STYLES
*********************************************************************
*/
#Navigation {display: none;}


/*
*********************************************************************
END: NAVIGATION STYLES
*********************************************************************
*********************************************************************
BEGIN: FOOTER STYLES
*********************************************************************
*/
#Footer {
	font-size: 8pt;
	color: #000; /* black */
}
#FooterEmailPage, #FooterNavigation {display: none;}
#FooterLogo {display: none;}
#FooterNavigation {font-size: 8pt;}
#FooterAddress {border-top: 1pt #000 solid; /* black */}

/*
*********************************************************************
END: FOOTER STYLES
*********************************************************************
*********************************************************************
BEGIN: SPECIAL STYLES
*********************************************************************
*/




