<!--
/**     Print Media Stylesheet for ORA Internet  **/
/**     V1.1 08-13-2002 smh                        **/
/**     V2.0 04-09-2004 Brad Gubanich - Cleaned up old style elements from V1.1 and took out elements not in use anymore.               
        Also, synchronized style sheet with style_fda_combo.css so both the web version and printed versions were identical 
		except for the lack of the header, footer and left nav that are not displayed when this style_print.css is envoked     **/

/* VALIDATION HISTORY 
04/10/04 by Brad Gubanich with W3C CSS Validator */

body { 
	color: #000000; 
	background-color: #FFFFFF; 
	margin-top: 0%; 
	margin-left: 0%; 
	margin-right: 0%;}

H1 {
	font:bold 115% verdana,arial,helvetica,sans-serif;
	margin: 0%;
	margin-top:0px;
	color:#000099;
	text-align:center;}

H2 {
	font:bold 105% verdana,arial,helvetica,sans-serif;
	margin-top:1em;
	margin-bottom:0.5em;
	margin-left:8px;
	background-color:#FFFFCC; 
	color:#000000;}

H3 {
	font:bold 100% verdana,arial,helvetica, sans-serif;
	margin-bottom:0.5em;}

H4 {
	font:bold 95% verdana,arial,helvetica,sans-serif;
	margin-top:1em;
    margin-left:8px; 
	margin-right:5px;
	margin-bottom:0.5em;}

H5  {
	font:bold 85% verdana,arial,helvetica,sans-serif;
	margin-top:1em;
	margin-bottom:0.5em;
    margin-left:5px;}
	
ul {
   font-family:verdana,arial,helvetica,sans-serif;
   font-size: 10pt;
   margin-top:8pt;
   margin-bottom:8pt;   
   padding-left:8pt;}
	
	
ol {
   font-family:verdana,arial,helvetica,sans-serif;
   font-size: 10pt;
   margin-top:8pt;
   margin-left:28pt;
   margin-bottom:8pt;   
   padding-left:8pt;}
	

li	{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:10pt; 
	margin-bottom:3pt; 
	}

p	{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:10pt;
	line-height:1.5em;
	color:#000000;
	margin-top:3pt;
	margin-bottom:6pt;
	margin-left:3pt;
	padding-left:3pt;}

table.data	{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:10pt;
	line-height:1.5em;}

/*  the .pageupdate style below was listed in the previous print style sheet and I have moved it to this reised stylesheet unsure if the style is being used 
anywhere in the site.  Further investigation is needed to see if it is still valid, if not it can be eliminated.  - Brad Gubanich  */

.pageupdate {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	font-style: italic;
}
  
/*  these styles "turn off" the header, footer and left nav so they do not print when the web page gets printed  */
#menu {
	display: none;
	visibility: hidden;
	z-index: 10;}
	
#masthead {
	display: none;
	visibility: hidden;}

#footer {display: none;}


/*the following styles were used in the old style sheet style.css and are found to be in some existing pages that will be using 
style_fda_combo. Styles only relating to content outside of the header, footer and left nav have been used in this stylesheet*/


td, th	{
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:10pt; 
	line-height:1.5em;}	
	


PRE {
	background:#EEEEEE;
	margin-top:1em;	
	margin-bottom:1em; 
	margin-left:0px;
	padding:5pt; }
	
	/* end of styles borrowed from style.css*/



	
	
	
/* ENFORCEMENT STORY STYLES*/
/* leftnavtitle, leftnav, leftnavsub, contentnav, path, doctitle are part of the styles used in enforcement story and are 
needed here.  At some time down the road these may be taken out*/
.leftnavtitle { 
	font-family: verdana,arial,helvetica,sans-serif; 
	color: #000000; 
	background-color: #cccccc; 
	font-size: 0.9em; 
	text-align: left; 
	margin-left: 4px; 
	line-height: 22px}

.leftnav { 
	font-family: verdana,arial,helvetica,sans-serif; 
	color: #000000; 
	background-color: #cccccc; 
	font-size: 0.9em; 
	text-align: left; 
	margin-left: 8px; 
	line-height: 22px}

.leftnavsub { 
	font-family: verdana,arial,helvetica,sans-serif; 
	color: #000000; 
	background-color: #cccccc; 
	font-size: 0.8em; 
	text-align: left; 
	margin-left: 24px; 
	line-height: 22px}

.contentnav { 
	font-family: verdana,arial,helvetica,sans-serif; 
	color: #000000; 
	font-size: 0.8em;}

.path {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 0.9em; 
	text-decoration: none}

.doctitle {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 0.9em; 
	text-decoration: none}

ins {
	background-color: #FFFF00;
	text-decoration: none;}
/* END OF ENFORCEMENT STORY STYLES*/
	

-->

