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

BODY {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	background-repeat: repeat;
	color: #000000;
}

HR {
        color: #222222;
	background-color: #FFFFFF;
}

/*---------------------------------------------------------------------
  Headings
---------------------------------------------------------------------*/
H1 { 	
	font-size: 24pt;
	font-weight: lighter;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 1ex;
}

H2 { 	
	font-size: 18pt;
        font-weight: lighter;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 1ex;
}

H3 { 	
	font-size: 14pt;
        font-weight: lighter;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 1ex;
}

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

/*---------------------------------------------------------------------
  Paragraphs
---------------------------------------------------------------------*/
P { 	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 1ex;
}

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

P.toTop {
	font-size: 8pt;
	padding: 1pt;
	border: 1pt solid #AAAAAA;
	text-align: right;
        color: #444444;
}

P.version {
	font-size: 10pt;
	padding: 1pt;
	border: 1pt solid #777777;
        color: #444444;
}

P.signature {
	text-align: right;
}

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

P.answer {
}

P.hanging1 {
	text-indent: -2em;
	margin-left: 2em;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

P.hanging2 {
	text-indent: -2em;
	margin-left: 4em;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

P.hanging3 {
	text-indent: -2em;
	margin-left: 6em;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

P.hanging4 {
	text-indent: -2em;
	margin-left: 8em;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

CODE {
	font-size: 12pt;
	font-family: "Courier New", "Courier", monospaced, serif;
	font-weight: bold;
}

DIV.quote {
	font-size: 10pt;
	padding: 1pt;
	border: 1pt solid #777777;
        color: #000000;
        background-color: #EEEEEE;
}

DIV.center {
	text-align: center;
}

DiV.MenuHeader {
        font-size: 12pt;
        font-weight: lighter;
        font-color: #777777;
        background-color: #CCCCCC;
        margin-top: 1ex;
}

/*---------------------------------------------------------------------
  Tables
---------------------------------------------------------------------*/

TABLE.boxed {
	border-style: solid;
	border-color: #888888;
}

CAPTION {
	font-size: 14pt;
	font-weight: bold;
}

TH, TD.rowhead {
	font-size: 12pt;
	background-color: #222222;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

TD { 	
	font-size: 12pt;
	vertical-align: top;
}

TD.nav {
         color: #000000;
         font-size: 10pt;
         font-weight: lighter;
         background-color: #EEEEEE;
}

TR.shade {
	color: #000000;
	background-color: #DDDDDD;
}

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

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

EM {
	font-style: italic;
}

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;
}

/*---------------------------------------------------------------------
  Lists
---------------------------------------------------------------------*/

OL {
	font-size: 12pt;
        margin-top: 1ex;
	margin-bottom: 1ex;
}

UL {
	font-size: 12pt;
        margin-top: 1ex;
	margin-bottom: 1ex;
}

/* $Id: style.css,v 1.1.1.1 2004/01/30 17:07:56 dexabraxis Exp $ */
