body, h1, h2, h3, h4, h5, h6, p, div, pre, ul, blockquote, th, td
{
	color: midnightblue;
	text: midnightblue;
	font-family: Arial, Helvetica, Sans-Serif, Verdana, "Times New Roman", Times, Serif, Tahoma;
}

body
{
 	margin: 5px; 
	font-weight: normal; 
	background-color: white;
	width: 640; 
	SCROLLBAR-BASE-COLOR: midnightblue;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;

}

table 
{
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 2pt;
	padding-right: 2pt; 
	background: white; 
	width: 100%; 
}

blockquote 
{
	border: solid thin darkred;
	padding: 1em; 
}

a
{
	background-color: white;
}
a:active 
{ 
	color: darkred; 
}

a:link 
{ 
	color: darkred; 
}

a:visited 
{ 
	color: darkred; 
} 

a.anavigation:active 
{ 
	color: midnightblue; 
	font-weight: bold;
}

a.anavigation:link 
{ 
	color: midnightblue; 
	font-weight: bold;
}

a.anavigation:visited 
{ 
	color: midnightblue; 
	font-weight: bold;
} 
 
h1
{
	background: white;
}

h2
{
	background: white;
}

h3
{
	background: white;
}

h4
{
	background: white;
}

table.head 
{ 
	background: maroon;
	width: 640; 
}

tr 
{
	width: 100%; 
}

th 
{
	vertical-align: top;
	align: center; 
	font-weight: bold; 
}

td 
{
	vertical-align: top; 
}

hr 
{
	size: 1px;   	
	color: midnightblue;
	height: 1px;
	border: 1px;
}

span
{
	font-weight: bold; 
}

.plainBlock
{
	border: solid thin white;
	padding: 0em; 
	font-weight: normal; 
}

.SearchResults
{
	font-weight: normal; 
}

.NavigationLinks
{
	font-weight: normal; 
}

.LITitle
{
	list-style-type: square;
	font-weight: normal; 
}

.lex1 {position:relative; left: 4px;}
.lex2 {position:relative; left: 20px;}
.lex3 {position:relative; left: 40px;}
.lex4 {position:relative; left: 60px;}
.lex5 {position:relative; left: 80px;}
.lex6 {position:relative; left: 100px;}
.lex7 {position:relative; left: 120px;}

.clDescriptionCont{position:absolute;  width:640; visibility:hidden; layer-background-color:#cccccc; z-index:200;}
.clDescription{width:637; left:0; top:0; font-family:verdana,arial,helvetica; overflow:hidden; border: 1px solid #999999; padding:3px; font-size:11px; background-color:#cccccc; layer-background-color:#cccccc;}
.clLinks{position:relative; z-index:1}
.clCaption{position:absolute;  width:637; font-family:verdana,arial,helvetica; font-size:11px; left:0; top:0; height:25; clip:rect(0,637,15,0); background-color:#999999; layer-background-color:#999999;}
 

	#myChaser {
		position:absolute;
		border: 3px; 
		left:10px;
		top:1px;
		width:630px;
		color:#000000; 
		visibility: visible;
		z-index:200;
    }



@media print {
  @page         { margin: 10% }
  BODY { background: white; } 
  TABLE { 
		margin: 0px 0px 0px 0px;
		padding: 0em 0em 0em 0em; 
		border: 0em 0em 0em 0em;
		background: white; 
		}
	TABLE.head 
	{ 
		margin: 0px 0px 0px 0px;
		padding: 0em 0em 0em 0em; 
		border: 0em 0em 0em 0em;
		background: white;
		width: 640; 
	}
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE    { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  TH, TD	{ page-break-inside: avoid } 
	
	#myChaser {visibility:hidden;}

}

@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 }
}
@media handheld 
{ 
	BODY { color: black; background: white; } 
	table 
	{
		padding-top: 1pt;
		padding-bottom: 1pt;
		padding-left: 2pt;
		padding-right: 2pt; 
		background: white; 
		width: 100%; 
	}
} 
 