a:link    { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover   { color: #0000FF; text-decoration: underline; }
a:active  { color: #0000FF; text-decoration: underline; }

body {
	background-color: #FFFFF5;
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	line-height: normal;
	color: #000000;
	list-style-image: url(/images/ybullet.gif);
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 3px;
	padding: 3px;
  }

img {
	border: 0;
  }

#top {
	text-align: center;
	vertical-align: middle;
	width: 100%;
  }

#main {
	height: auto;
	width: 100%;
	vertical-align: top;
  }

#middle {
	height: auto;
	width: auto;
	vertical-align: top;
	margin: 0px 155px;
	padding: 0px;
	text-align: center;
  }

#lsb {
	height: auto;
	width: 154px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	float: left;
  }

#rsb {
	height: auto;
	width: 154px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	float: right;
  }

.sidebox {
	height: auto;
	width: 154px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
  }

.sbtitlebox {
	background: url(/images/bartops.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 154px;
	margin: 0px;
	padding: 0px;
  }

.sbtitle {
	margin: 0px;
	padding: 75px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
  }

.sbdata {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/barbg.gif);
	height: auto;
	width: 154px;
  }

.sbbottom {
	background-image: url(/images/barbottombg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 154px;
  }

.center {
	text-align: center;
	padding: 3px;
  }

.left {
	text-align: left;
	padding: 3px;
  }

.right {
	text-align: right;
	padding: 3px;
  }
