/********************************/
/* Stylesheet for Speed           */
/*                                                  */
/* Version: 1.0                           */
/* Date:    01July2002             */
/********************************/

BODY {
 margin-left: 0%;
 margin-right: 0%;
 margin-top: 0%;
 margin-bottom: 0%;
 font-family: arial, sans-serif;
 font-size: 10pt;
 color: #000;
 background: url(/images/background.gif);
}

A:link {
 text-decoration: none;
 color: #00F;
  background: #FFF;
}

A:active {
 color: #F00;
 background: #FFF;
}

A:visited {
 text-decoration: none;
 color: #800080;
 background: #FFF;
}

A:hover {
 text-decoration: underline;
 background: #FF0;
}

.normal {
font-size: 10pt;
}

.small {
font-size: 9pt;
}

.smaller {
 font-size: 8pt;
}

.highlight {
 font-size: 10pt;
color: #EEE;
background-color: #369; 
}

.white {
 font-size: 14pt;
color: #FFF;
background-color: #C00; 
 font-weight: bold;
 font-family: verdana, arial, sans-serif;
}

.red {
font-size: 10pt;
color: #F00;
background-color: #FFF; 
font-family: verdana, arial, sans-serif;
}

.indent {
 margin-left: 3em;
 margin-right: 3em;
}
.indent1 {
 margin-right: 1em;
}
																	
H1 {
 font-size: 14pt;
color: #000;
 font-weight: bold;
 font-family: verdana, arial, sans-serif;
}

H2 {
 font-size: 12pt;
  color: #000;
 font-weight: bold;
 font-family: verdana, arial, sans-serif;
}

H3 {
 font-size: 10pt;
color: #CC0000;
 font-weight: bold;
}

.marginbottomzero {
 margin-bottom: 0;
}

.underline{
 text-decoration: underline;
}

