TD IMG {
  display: block;
}

IMG.inline {
  display: inline;
}

A.offsite {
	color : Blue;
	font-weight : normal;
}

A:link {
	color : #0000CC;
	font-weight : normal;
	text-decoration : underline;
}

A:visited {
	color : #000099;
	font-weight : normal;
	text-decoration : underline;
}

A:active {
	color : #3333FF;
	font-weight : normal;
	text-decoration : underline;
}

A:hover {
  color : #3333CC;
	font-weight : normal;
	text-decoration : underline;
}


A.nav {
  font-weight : bold;
	font-size: 12px;
}

A.nav.offsite {
	color : #EEEEEE;
}

A.nav:link {
	color : #EEEEEE;
	text-decoration : none;
}

A.nav:visited {
	color : #DDDDDD;
	font-weight : bold;
	text-decoration : none;
}

A.nav:active {
	color : #FFFFFF;
	text-decoration : none;
}

A.nav:hover {
  color : #FFFFFF;
	font-weight : bold;
	text-decoration : bold, underline;
}


body {
  background-color: White;
  color: #000000;
  font-family: 'Tahoma', 'Verdana', 'Arial', Helvetica, sans-serif; 
  margin-left: 0px;
	margin-top: 0px;
  margin-right: 0px;
}

BODY, FORM, P, TD, TH {
  font-family:  'Tahoma', 'Verdana', 'Arial', Helvetica, sans-serif; 
  font-size: 12px;
}

CITE, STRONG EM, EM STRONG, B I, I B {
	font-weight : bold;
	font-style : italic;
}

CODE {
	color : Navy;
	background : White;
}

CODE, KBD, SAMP {
	font-family : Fixedsys, "Lucida Console", "Courier New", monospace;
}

DD {
	margin : .5em 3em;
}

DFN, EM, I, VAR {
	font-style : italic;
}


DIV.indent1 { margin-left : 10px; }
DIV.indent2 { margin-left : 20px; }
DIV.indent3 { margin-left : 30px; }

H1 {
	font-size : 26px;
}

H2 {
	font-size : 22px;
}
H3 {
  font-size : 18px;
}
H4 {
  font-size : 14px;
}
H5 {
  font-size : 12px;
}

H1, H2, H3, H4, H5, H6 {
	margin-bottom : 0;
	_x_background : White;
	font-style : italic;
}



P {
	margin : .5em 0em;
	padding : .1em;
}

PRE {
	font-family : "Lucida Typewriter", "Courier New", Courier, monospace;
}

STRONG, B { font-weight : bold; }

.condensed { letter-spacing : -1px; }
.smaller { font-size : 12px; }
.smallest { font-size : 10px; }

.ninepoint {
  font-size : 9pt;
}

.eightpoint {
  font-size : 8pt;
}

.sevenpoint {
  font-size : 7pt;
}

.sixpoint {
  font-size : 6pt;
}

.fivepoint {
  font-size : 5pt;
}

.disclaimer { font-size : 11px; color : #CC3333; }

.botbar {
	margin : 0;
	font-size : 9px;
  font-weight : normal;
	text-indent : 0;
	text-align : center;
	color : #666666;
}

.botbar.A { font-weight : normal; }

.webmaster {
	margin : 0;
	font-size : 9px;
	text-indent : 0;
	text-align : center;
	color : #999999;
}


