/*---------------------------------------------------------------------
  Block Formatting
---------------------------------------------------------------------*/

/*---------------------------------------------------------------------
  Headings
---------------------------------------------------------------------*/
H1 { 	
	font-size: 24pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

H2 { 	
	font-size: 18pt;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

H3 { 	
	font-size: 14pt;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

H4 { 	
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

/*---------------------------------------------------------------------
  Paragraphs
---------------------------------------------------------------------*/
P { 	
	font-size: 12pt;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

P.note {
	font-size: 10pt;
}

P.toTop {
	font-size: 10pt;
	padding: 1pt;
	border: thin solid #999999;
	text-align: right;
}

P.signature {
	text-align: right;
}

P.question {
	font-size: 14pt;
}

P.answer {
}

CODE {
	font-size: 12pt;
	font-family: "Courier New", "Courier", monospaced, serif;
	padding: 0.5em;
	color: #00FF00;
	background-color: #000000;
	border: thin none #CCCCCC;
	margin: 0.5em;
	width: 500px;
}

DIV.center {
	text-align: center;
}

/*---------------------------------------------------------------------
  Tables
---------------------------------------------------------------------*/
CAPTION {
	font-size: 14pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

TH, TD.rowhead {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

TD { 	
	font-size: 12pt;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

/*---------------------------------------------------------------------
  Forms
---------------------------------------------------------------------*/
FORM {
	font-size: 12pt;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

/*---------------------------------------------------------------------
  Text Formatting
---------------------------------------------------------------------*/

KBD {
	font-family: "Courier New", "Courier", monospaced, serif;
	background-color: #000000;
	color: #00FF00;
}

KBD.input {
	background-color: #000000;
	font-weight: bold;
	color: #FFFF00;
}

/* A color of 00FF00 here causes the background to not render in Netscape
   for Linux. */
KBD.output {
	background-color: #000000;
	color: #00FF01;
}

KBD.sample {
	background-color: #000000;
	color: #00FFFF;
}

STRONG { 	
	font-size: 14pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

SUP {
	font-size: smaller;
}

