
BODY 
{
  font: 10pt "Tahoma";
	color: MidnightBlue;
}

  P { 
		margin-left: 0px;
		margin-right: 0px;
		text-indent: 0px; 
		font: 10pt "Tahoma";
		border: black;
		/*background: transparent;*/
		}

  H1 {
  		margin-left: 0px;
		font: 22pt "Tahoma";
		color: Black;
		border: black;
		font-weight: bold;
		/*background: transparent;*/
		}

  H2 {
  		margin-left: 0px;
		font: 20pt "Tahoma";
		color: Black;
		font-weight: bold;
		/*background: transparent;*/
		}

  H3 {
  		margin-left: 0px;
		font: 18pt "Tahoma";
		color: Black;
		border: black;
		font-weight: bold;
		/*background: transparent;*/
		}

  H4 {
  		margin-left: 0px;
		font: 16pt "Tahoma";
		color: black;
		font-weight: bold;
		/*background: transparent;*/
		}

  H5 {
  		margin-left: 0px;
		font: 14pt "Tahoma";
		color: Black;
		border: black;
		font-weight: bold;
		/*background: transparent;*/
		}

  H6 {
  		margin-left: 0px;
		font: 12pt "Tahoma";
		color: Black;
		border: black;
		font-weight: bold;
		/*background: transparent;*/
		}

  TH {
		font: 12pt "Tahoma";
		color:silver;
		font-weight: bold;
		font-size: smaller;		
		background: DarkBlue;
		}

TD {
		font-family: Tahoma;
		font: 10pt "Tahoma";
		color: Azure;
		background: SteelBlue;
		}

CAPTION {
		font-family: Tahoma;
		font-weight: bold;		
		font: 11pt "Tahoma";
}

  LI { 
		display: list-item;
		font: 9pt "Tahoma";
		margin-left: 0px;
		}	

  DL {	
		display: list-item;

		}

  DT {
		margin-left: 0px;
		text-align: left;
		font: 9pt "Tahoma";
		font-weight: bold;
		color: Black;
		}

  DD {
		margin-left: 0px;
		text-align: left;
		font: 9pt "Tahoma";
		color: black;
		}

  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
		font-style: italic 
		}
  PRE, TT, CODE, KBD, SAMP { 
		font-family: monospace;
		font-family: courier new; 
		}


  A:LINK {
		font-family: Tahoma;
		font-size: 10pt;
		font-weight: medium;
		font-style: normal;
		color: MidnightBlue;
		text-decoration: underline;
		}

  A:VISITED {
		font-family: Tahoma;
		font-size: 10pt;
		font-weight: medium;
		font-style: normal;
		color: black;
		text-decoration: underline;
		}

  A:ACTIVE {
		font-family: Tahoma;
		font-size: 10pt;
		font-weight: medium;
		font-style: normal;
		color: white;
		text-decoration: underline;
		}

  A:HOVER {
		font-family: Tahoma;
		font-size: 10pt;
		font-weight: medium;
		font-style: normal;
		color: LightGoldenrodYellow;
		text-decoration: underline;
		}
		
input {
		font-family: Tahoma;
		font-size: 9pt;
		font-weight: medium;
		font-style: normal;
		color: #000020;
		background: Lavender;		
}

select {
		font-family: Tahoma;
		font-size: 9pt;
		font-weight: medium;
		font-style: normal;
		color: #000020;
		background: Lavender;
		text-align: right;
}


textarea {
		font-family: Tahoma;
		font-size: 10pt;
		font-weight: medium;
		font-style: normal;
		color: #000020;
		background: Lavender;
}
