@media screen, handheld { 

body {
    background-color: white;
	color:Black;
	margin:0;
	padding:0;
	border:0;
	font-family:Tahoma,sans-serif;
	font-size:10px;
	background:transparent;
	}

h1	{
	font-family:Tahoma,sans-serif;
	font-size:12px;
	font-style: normal; 
	font-weight: normal; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}
h2  	{
	font-family:Tahoma,sans-serif;
	font-size:12px;
	font-style: bold; 
	font-weight: bold; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}
h3     {
	font-family:Tahoma,sans-serif;
	font-size:18px;
	font-style: normal; 
	font-weight: normal; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}

h4      {
	font-family:Tahoma,sans-serif;
	font-size:18px;
	font-style: bold; 
	font-weight: bold; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}

h5      {
	font-family:Tahoma,sans-serif;
	font-size:24px;
	font-style: normal; 
	font-weight: normal; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}

h6      {
	font-family:Tahoma,sans-serif;
	font-size:24px;
	font-style: bold; 
	font-weight: bold; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}

LinkButton      {
	font-family:arial,sans-serif;
	font-size:15px;
	font-weight:bold;
        font-style:bold;
	color:#c00;
	background:transparent;
	margin:1px 1px 1px 1px;
	}

ComboBox {
	font-family:arial,sans-serif;
	font-size:8px;
	color:#c00;
	background:transparent;
	margin:1px 1px 1px 1px;
	}

}

@media print {

@page {size: landscape;}

body {
    background-color: white;
	color:Black;
	margin:0;
	padding:0;
	border:0;
	font-family:Tahoma,sans-serif;
	font-size:10px;
	background:transparent;
	}

h1	{
	font-family:Tahoma,sans-serif;
	font-size:12px;
	font-style: normal; 
	font-weight: normal; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}
h2  	{
	font-family:Tahoma,sans-serif;
	font-size:12px;
	font-style: bold; 
	font-weight: bold; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}
h3     {
	font-family:Tahoma,sans-serif;
	font-size:18px;
	font-style: normal; 
	font-weight: normal; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}

h4      {
	font-family:Tahoma,sans-serif;
	font-size:18px;
	font-style: bold; 
	font-weight: bold; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}

h5      {
	font-family:Tahoma,sans-serif;
	font-size:24px;
	font-style: normal; 
	font-weight: normal; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}

h6      {
	font-family:Tahoma,sans-serif;
	font-size:24px;
	font-style: bold; 
	font-weight: bold; 
	color:Navy;
	background:transparent;
	margin:0px 0px 0 0px;
	}

	
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}

