<!--
/* style for outer tables */
.outer_table
{ 
  border-style: inset;
  border-width: 1px;
  border-color: #000000; 
}

input, select, textarea, table, button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

a:link { color: #333399; text-decoration: underline; font-weight: bold; }
a:visited { color: #333399; text-decoration: underline; font-weight: bold; }
a:active { color: #0000ff; text-decoration: underline; font-weight: bold; }

.stext { font-size:8pt; }
.stextb { font-size:8pt; font-weight: bold; }
.stexterror { font-size:8pt; font-weight: bold; color: #FF0000}
.text { font-size:8pt; }
.textb { font-size:8pt; font-weight: bold; }
.texterror { font-size:8pt; font-weight: bold; color: #FF0000}
.ltext { font-size:10pt; }
.ltextb { font-size:10pt; font-weight: bold; }
.ltexterror { font-size:10pt; font-weight: bold; color: #FF0000}
.xltext { font-size:12pt; }
.xltextb { font-size:12pt; font-weight: bold; }
.xltexterror { font-size:12pt; font-weight: bold; color: #FF0000}

.styleone { color: #000000; background-color:#cccccc; }
.styleoneb { color: #000000; background-color:#cccccc; font-weight: bold; }
.styleoneinv { color: #cccccc; background-color:#000000; }
.styleoneinvb { color: #cccccc; background-color:#000000; font-weight: bold; }

.styletwo { color: #000000; background-color:#dddddd; }
.styletwob { color: #000000; background-color:#dddddd; font-weight: bold; }
.styletwoinv { color: #dddddd; background-color:#000000; }
.styletwoinvb { color: #dddddd; background-color:#000000; font-weight: bold; }

.stylethree { color: #000000; background-color:#eeeeee; }
.stylethreeb { color: #000000; background-color:#eeeeee; font-weight: bold; }
.stylethreeinv { color: #eeeeee; background-color:#000000; }
.stylethreeinvb { color: #eeeeee; background-color:#000000; font-weight: bold; }

.stylefour{ color: #000000; }
.stylefourb { color: #000000; font-weight: bold; }
.stylefourinv { color: #ffffff; background-color:#000000; }
.stylefourinvb { color: #ffffff; background-color:#000000; font-weight: bold; }
-->