.blacktext  { text-color: black; font-style: normal; font-weight: normal; font-size: 90%; line-height: 1em; font-family: arial, sans-serif }

.subtitle   { text-color: black; font-style: normal; font-weight: normal; font-size: 90%; line-height: 1em; font-family: arial, sans-serif }


table {
	margin: 2px !important;
	
}
.center {
	text-align: center;
}
td, th{
padding: 3px !important;
}



.textlink     { text-color: white; font-style: normal; font-size: 100%; line-height: normal; font-family: arial, sans-serif; font-weight: bolder; font-variant: small-caps; color: #FFFFFF}

a           {
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5em;
	font-family: arial, sans-serif;
	text-color: "#00cc33"
}

h1      {
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	line-height: 1em;
	font-family: arial, sans-serif;
	text-color: black;
	text-align: center;
}

h2     {
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	line-height: 1em;
	font-family: arial, sans-serif;
	text-color: black;
	text-align: center;
}

h3     {
	font-style: normal;
	font-weight: normal;
	font-size: 110%;
	line-height: 1em;
	font-family: arial, sans-serif;
	text-color: black;
	text-align: center;
}

h4     {
	font-size: 100%;
	line-height: normal;
	font-family: arial, sans-serif;
	text-color: black;
	
}

#content {
    margin-top:0;
}

option  { text-color: #00f; font-weight: bold; font-size: 90%; font-family: arial, sans-serif }

p   { color: black}

select   { color: red; font-style: normal; font-weight: bold; font-size: 90%; font-family: arial, sans-serif }


ol     { font-size: 90%; line-height: 1em; font-family: arial, sans-serif; text-color: blue  }

ul     { font-size: 90%; line-height: 1em; font-family: arial, sans-serif; text-color: blue  }

@media print {
  @page         { margin: 10% }
  h1, h2, h3, p, h5, h6    {
	page-break-after: avoid;
	page-break-inside: avoid;
	
}

@media speech {
  h1, h2, h3, p, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
  h1              { pitch: x-low; pitch-range: 90 }
  h2              { pitch: x-low; pitch-range: 90 }
  h3              { pitch: low; pitch-range: 70 }
  p              { pitch: medium; pitch-range: 60 ; font: normal 90%/1em arial, sans-serif; page-break-before: auto}
  h5              { pitch: medium; pitch-range: 50 ; font-size: small; font-style: normal; line-height: normal; font-weight: normal}
  h6              { pitch: medium; pitch-range: 40 }
  em             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }

