
/* General */
span,th,td,div { font-family: Verdana, Arial, Helvetica, sans-serif;}
a:link,a:active,a:visited { text-decoration: none; color: #FFF; }
a:hover { text-decoration: underline; color: #FFF;}

/* Light blue: a7747b */
/* Really light blue: e9dcde */
/* Dark blue: FFF */


body
{
	background-color: #000;
	background-image: url('b.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 107px;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #404040;
	scrollbar-3dlight-color: #D4D0C8;
	scrollbar-arrow-color:  #000;
	scrollbar-track-color: #EDEDE7;
}


/* Black border, lightblue background, black small text */
.t1 {
		color: #FFF;
    background-color: #333;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
    border: #000;
    border-style: solid;
    border-width: 1px;
   }


/* Black border, lightblue background, black BOLD small text */
.t1b
{
	color: #FFF;
	background-color: #333;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	border: #000;
	border-style: solid;
	border-width: 1px;
}

/* Black border, NO BOTTOM lightblue background, black BOLD small text */
.t1c
{
	color: #FFF;
	background-color: #333;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	border: #000;
	border-style: solid solid none solid;
	border-width: 1px;
}


/* Black border NO RIGHT NO BOTTOM, lightblue background, black BOLD small text*/
.t1e { color: #FFF;
    background-color: #333;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: solid none none solid;
    border-width: 1px;
   }

/* Black border NO RIGHT, lightblue background, black BOLD small text*/
.t1f { color: #000;
    background-color: #a7747b;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: solid solid solid none;
    border-width: 1px;
   }

/* Black border NO LEFT NO BOTTOM, lightblue background, black BOLD small text*/
.t1g
{
	color: #FFF;
	background-color: #333;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	border: #000;
	border-style: solid solid none none;
	border-width: 1px;
}

	 

	 
/* Black normal text, no border, no background */
.t2
{
	color: #FFF;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 7pt;
}
.t2:link { color: #FFF; text-decoration: none; }
.t2:visited { color: #FFF; text-decoration: none; }
.t2:hover { color: #FFF; text-decoration: underline; }

/* Black normal text BIGGER than t2, no border, no background */
.t2x { color: #000;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 7pt;
   }
.t2x:link { color: #000; text-decoration: none; }
.t2x:visited { color: #000; text-decoration: none; }
.t2x:hover { color: #000; text-decoration: underline; }

/* Black normal text, no border, no background left*/
.t2c { color: #000;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 7pt;
 }


/* Black bold text, no border, no background */
.t2b { color: #FFF;
    font-size: 7pt;
    font-weight: bold;
    text-align: left;
    line-height: 10pt;
   }
.t2b:link { color: #FFF; text-decoration: none; }
.t2b:visited { color: #FFF; text-decoration: none; }
.t2b:hover { color: #FFF; text-decoration: underline; }

/* Black bold text, no border, no background for 'user' on p.htm ALWAYS BLACK  */
.t2bu
{
	color: #FFF;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	line-height: 10pt;
}
.t2bu:link { color: #FFF; text-decoration: none; }
.t2bu:visited { color: #FFF; text-decoration: none; }
.t2bu:hover { color: #FFF; text-decoration: underline; }


/* Black bold text, no border, no background login/logout text*/ 
.t2bx { color: #FFF;
    font-size: 7pt;
    font-weight: bold;
    text-align: left;
    line-height: 10pt;
   }
.t2bx:link { color: #FFF; text-decoration: none; }
.t2bx:visited { color: #FFF; text-decoration: none; }
.t2bx:hover { color: #FFF; text-decoration: underline; }


/* Black bold text WITH UNDERLINE, no border, no background */
.t2h { color: #FFF;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 7pt;
   }
.t2h:link { color: #FFF; text-decoration: none; }
.t2h:visited { color: #FFF; text-decoration: none; }
.t2h:hover { color: #FFF; text-decoration: underline; }


/* Black text WITH UNDERLINE, no border, no background */
.t2g { color: #FFF;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: underline;
    text-align: left;
    line-height: 7pt;
   }
.t2g:link { color: #FFF; text-decoration: underline; }
.t2g:visited { color: #FFF; text-decoration: underline; }
.t2g:hover { color: #FFF; text-decoration: underline; }

/* Black text WITH UNDERLINE, no border, no background and bigger lineheight*/
.t2ga
{
	color: #FFF;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	line-height: 12pt;
}
.t2ga:link { color: #FFF; text-decoration: underline; }
.t2ga:visited { color: #FFF; text-decoration: underline; }
.t2ga:hover { color: #FFF; text-decoration: underline; }


/* Black normal text, no border, no background */
.t2q { color: #000;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    line-height: 7pt;
   }

/* white normal text, no border, no background left for 'hello user' in top include*/
.t2u
{
	color: #FFF;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 7pt;
 }

	 
/* Black border with no top, light blue background, small text */
.t3
{
	color: #000000;
	background-color: #CCC;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: #000;
	border-style: solid solid solid solid;
	border-width: 1px;
}


/* Black border, light blue background, BOLD small text */
.t3b { color: #3e151b;
    background-color: #777;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: solid;
    border-width: 1px;
  }

/* Black border, light blue background, small text */
.t3c { color: #FFF;
    background-color: #666;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: solid;
    border-width: 1px;
  }
	
/* Black border with no top, light blue background, small text */
.t3d
{
	color: #000000;
	background-color: #5c1d1d;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	border: #000;
	border-style: none solid solid solid;
	border-width: 1px;
}


/* Black border with no top, light blue background, BOLD small text */
.t3i { color: #FFF;
    background-color: #333;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: none solid solid solid;
    border-width: 1px;
  }

/* Black border with no top, light blue background, BOLD small text, right align */
.t3ir { color: #FFF;
    background-color: #333;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: none solid solid solid;
    border-width: 1px;
  }

/* Black border with no top or left, light blue background, BOLD small text */
.t3j { color: #FFF;
    background-color: #333;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }


/* Black border with no top or left, light blue background, small text */
.t3k { color: #000000;
    background-color: #e9dcde;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }

/* Black border with no right, light blue background, small text */
.t3l { color: #FFF;
    background-color: #666;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: solid none solid solid;
    border-width: 1px;
  }

/* Black border with no left, light blue background, small text right aligned */
.t3mr
{
	color: #FFF;
	background-color: #666;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	border: #000;
	border-style: solid solid solid none;
	border-width: 1px;
}
	
/* Black border, white background,small text */
.t4 { color: #000000;
    background-color: #FFFFFF;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: solid;
    border-width: 1px;
  }


/* Black border, white background,small BOLD text */
.t4b { color: #000000;
    background-color: #FFFFFF;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: solid;
    border-width: 1px;
  }


/* Black border with no top, white background,small text */
.t4d
{
	color: #FFF;
	background-color: #777;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* Black border with no top, white background,small text, darker background */
.t4d1
{
	color: #FFF;
	background-color: #666;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* Black border with no top, white background,small text no padding*/
.t4dp
{
	color: #333;
	background-color: #777;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	border: #000;
	border-style: none solid solid solid;
	border-width: 1px;
}


/* Black border with no top, white background,small text centered*/
.t4dc { color: #000000;
    background-color: #777;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid solid;
    border-width: 1px;
  }

/* Black border with no top, white background,small text centered*/
.t4dc0 { color: #000000;
    background-color: #777;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid solid;
    border-width: 1px;
  }

/* Black border with no top, white background,small text centered*/
.t4dc1 { color: #000000;
    background-color: #666;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid solid;
    border-width: 1px;
  }

	
/* Black border with no bottom, white background,small text */
.t4e
{
	color: #FFF;
	background-color: #777;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000;
	border-style: none solid none solid;
	border-width: 1px;
}


/* Black border with no top, white background, BOLD small text */
.t4i
{
	color: #FFF;
	background-color: #666;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 12pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000;
	border-style: none solid solid solid;
	border-width: 1px;
}


/* Black border with no top, white background, BOLD small text aligned right*/
.t4ir
{
	color: #FFF;
	background-color: #666;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 12pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* Black border with no top no left, white background, BOLD small text */
.t4j { color: #000000;
    background-color: #FFFFFF;
    font-size: 7pt;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }
	

/* Black border with no top no left, white background,small text */
.t4k { color: #FFF;
    background-color: #777;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }

/* Black border with no top no left, white background,small text, right aligned */
.t4kr { color: #FFF;
    background-color: #777;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }
	
	
/* Black border with no top no left, white background,small text */
.t4k0 { color: #FFF;
    background-color: #777;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }

/* Black border with no top no left, white background,small text */
.t4k1 { color: #FFF;
    background-color: #666;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }
	
	
/* Black border with no top no left, white background,small text centered*/
.t4kc { color: #FFF;
    background-color: #777;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }

/* Black border with no top no left, white background,small text centered*/
.t4kc0 { color: #FFF;
    background-color: #777;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }
	
/* Black border with no top no left, white background,small text centered*/
.t4kc1 { color: #FFF;
    background-color: #666;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }

/* Black border bottom only, white background,small text*/
.t4l
{
	color: #FFF;
	background-color: #5c1d1d;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	border: #000;
	border-style: none none solid none;
	border-width: 1px;
}

/* Black border bottom only, white background,small text*/
.t4m { color: #000000;
    background-color: #5c1d1d;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: none none solid none;
    border-width: 1px;
  }

/* Black border bottom and right, white background,small text*/
.t4n { color: #000000;
    background-color: #FFFFFF;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    border: #000;
    border-style: none solid solid none;
    border-width: 1px;
  }	
	
	
/* Black border with no top no right, white background,small text */
.t4p { color: #FFF;
    background-color: #777;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #000;
    border-style: none none solid solid;
    border-width: 1px;
  }

	
/* No border, dark blue, small text */
.t5 { color: #000000;
/*    background-color: #111; */
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    border: #000;
    border-style: solid;
    border-width: 1px;
  }



/* Black TINY text, no border, no background */
.t6
{
	color: #FFF;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 10pt;
	text-align: left;
}
.t6:link { color: #FFF; text-decoration: none; }
.t6:visited { color: #FFF; text-decoration: none; }
.t6:hover { color: #FFF; text-decoration: none; }

/* Black TINY text, no border, no background centered*/
.t6c
{
	color: #ebeddf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 10pt;
	text-align: center;
}
.t6c:link { color: #ebeddf; text-decoration: none; }
.t6c:visited { color: #ebeddf; text-decoration: none; }
.t6c:hover { color: #ebeddf; text-decoration: none; }

/* Black TINY text, no border, no background */
.t6n { color: #000;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 7pt;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
   }

/* Black TINY text, no border, no background used for topic sub in p.htm*/
.t6x { color: #FFF;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 7pt;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
   }
	 

/* Black big text, no border, no background */
.t7 { color: #FFF;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    line-height: 10pt;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
   }

/* Black border with no top, white background, big text */
.t7d
{
	color: #FFF;
	background-color: #777;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 12pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000;
	border-style: none solid solid solid;
	border-width: 1px;
}

/* Black big text, bottom, right, left border, white background */
.t7w
{
	color: #FFF;
	background-color: #777;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 10pt;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: #000;
	border-style: none solid solid solid;
	border-width: 1px;
}



/* Black border with no top no left, white background,small text, no padding */
.t8k
{
	color: #000000;
	background-color: #777;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 7pt;
	padding-left: 0px;
	padding-right: 0px;
	border: #000;
	border-style: none solid solid none;
	border-width: 1px;
}

/* no border, no background, small bottom padding black small text */
.t9 { color: #000;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 10pt;
    padding-bottom: 2px;
   }
.t9:link { color: #000; text-decoration: none; }
.t9:visited { color: #000; text-decoration: none; }
.t9:hover { color: #000; text-decoration: underline; }


/* Red normal text, no border, no background */
.t10 { color: #F00;
    font-size: 7pt;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 7pt;
}
.t10:link { color: #F00; text-decoration: none; }
.t10:visited { color: #F00; text-decoration: none; }
.t10:hover { color: #F00; text-decoration: underline; }


/* Message highlight  */
.t11 {
	color: #000;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  line-height: 12pt;
	background-color: #CCCCCC;
}

.f1
{
 font-size: 7pt;
 font-weight: normal;
 color: #111;
 background-color: #FFFFFF;
 height: 19px;
 border: #000;
 border-style: solid;
 border-width: 1px;
}


.f2 {
 font-size: 7pt;
 font-weight: normal;
 color: #444444;
 background-color: #FFFFFF;
 height: 17px;
 border: #000;
 border-style: solid;
 border-width: 1px;
}


.textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 overflow:hidden;
 font-size: 9px;
 font-weight: normal;
 background-color: #ececec;
 color: #444;
 border: 1px #444 solid;
}


.b1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 7pt;
 font-weight: normal;
 color: #000;
 background-color: #ececec;
 height: 18px;
 border: #444;
 border-style: solid;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 text-decoration: none;
}

.b2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 7pt;
 font-weight: normal;
 color: #000000;
 background-color: #ececec;
 height: 18px;
 border: #444444;
 border-style: solid;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 text-decoration: none;
}

.q1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 7pt;
 font-weight: normal;
 color: #000000;
 background-color: #a7747b;
 height: 10px;
 border: #000000;
 border-style: solid;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 padding-left: 2px;
 padding-right: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
 text-decoration: none;
}

.v1
{
  padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
 }

.v2
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
 }

.v3
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: normal;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
 }

.v4
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
 }

.u1
{
  list-style: disc;
  line-height: 12pt;
  margin: 0;
  padding: 5px 0 5px 20px
}