body{
	background-color: White;
}

.body {
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
}
.bodyBold {
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
	font-weight: bolder;
}
.bodyMed {
	font-size: 8px;
	font-family: Tahoma;
	color: #000000;
}
.tableHeader {
	font-size: 14px;
	font-family: Tahoma;
	color: #000000;
	font-weight: bold;
}
.headerText {
	font-size: 11px;
	font-family: Tahoma;
	color: #A45050;
}
.backfnt {
	font-size: 12px;
	font-family: Tahoma;
	color: black;
	
}
.hdr1 {
	font-size: 14px;
	font-family: Tahoma;
	color: Black;
	font-weight: bold;
}
.hdr2 {
	font-size: 18px;
	font-family: Tahoma;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
.hdr3 {
	font-size: 23px;
	font-family: Garamond;
	color: #A45050;
	font-weight: bolder;
}

.hdr4 {
	font-size: 18px;
	font-family: Tahoma;
	color: #A45050;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 4px;
	
}
.hdr5 {
	font-size: 18px;
	font-family: Tahoma;
	color: BLACK;
	font-weight: bold;
	text-decoration: underline;
}
.hdr6 {
	font-size: 18px;
	font-family: Tahoma;
	color: BLACK;
	font-weight: bold;
}
.hdr7 {
	font-size: 70px;
	font-family: Garamond;
	color: #000000;
	font-weight: bolder;
}
.footer1 {
	font-size: 12px;
	font-family: "Times New Roman";
	color: #000000;
	font-weight: bold;
}
.formText {
	font-size: 11px; 
	font-family: arial, sans-serif; 
	color: #333333;
}

a:link {
font-size: 11px;
	font-family: Tahoma;
	color: black;
	text-decoration: underline;
}
a:hover {
	font-size: 11px;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	font-family: Tahoma;
	color: black;
	text-decoration: underline;
}

.linkSm {
	font-size: 8px;
	font-family: Tahoma;
	color: Black;
	text-decoration: underline;
}
A:hover.linkSm {
	color: #AC6900;
	text-decoration: underline;
}
A.visited.linkSm {
	color: #0F4588;
	text-decoration: none;
}
A:hover.visited.linkSm {
	color: #AC6900;
	text-decoration: underline;
}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* this class must be combined with nobr in html for ie5win */
	}
	
.top {
	line-height: 20px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
/* Margins must be 0. Opera puts this outside the box, even though Netscape 6.01 doesn't. Read kludge below.*/
	}
.left {
	color: #808080;
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 20px;
	}

.volume {
	font-size: 26px;
	line-height: 52px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 50px;
	}
.number {
	color: #808080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 60px;
	line-height: 100px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: -30px;/* deals with bizarre ie5 not ie5.5 glitch. explained in the text. */
	}
#top {
	margin: 0px 00px 0px 140px;
	padding: 00px 00px 0px 10px;
	border: 0px;
	height: 120px; /* Incorrect value fed to ie5win */
	background-color: White;
		}
body>#top {
	height: 120px; /* Correct for CSS2 browsers. */
	}
#middle {
	margin: 30px 00px 10px 140px; /* Incorrect value fed to ie5win */
	padding: 4px 4% 10px 4%;
	border: 0px;
	background-color: White;
	}

#left {
	position: absolute;
	width: 130px; /* Incorrect value fed to ie5win */
	top: 0px;
	left: 10px;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 10px;
	border: 0px ;
	background-color: White;
	}
body>#left {
	width: 130px; /* Correct for CSS2 browsers. */
	}
