/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
.ledge {
	background-image: url(images/l-edge.png);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
}
.redge {
	background-image: url(images/r-edge.png);
	background-repeat: repeat-y;
	background-position: right;
}
.bot {
	background-image: url(images/bot.png);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-indent: 350px;
}

.content {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.content img {
	margin: 10px;
	padding: 10px;
}
.blurb {
	font-size: 100%;
	font-weight: bold;
	text-align: justify;
	padding: 10px;
}
h1 {
	font-size: 200%;
	top: 0px;
	line-height: 100%;
}
h2 {
	font-size: 120%;
	padding-right: 5px;
	padding-left: 5px;
	top: 0px;
	line-height: 100%;
	margin: 0px;
}
h3 {
	font-size: 120%;
	line-height: 100%;
}
.barcode { font-size: 90%; font-weight: bold; background-color: #FFFF00; padding-left: 10px; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #000000; border-left-color: #000000; padding-top: 5px; text-align: left; 
}
.bartop { background-image: url(images/bartop.png); background-repeat: no-repeat; font-size: 20px; font-weight: bold; padding-top: 10px; background-color: #FFFF00; padding-bottom: 0px; line-height: 20px; height: 20px; color: #0000FF; 
}
.barbot {
	background-image: url(images/barbot.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.ds {
	color: #000000;
	text-align: right;
	right: 0px;
	font-size: 80%;
	background-image: url(images/bot.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 2px;
}
.msds { font-size: 90%; font-weight: bold; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #000000; border-left-color: #000000; text-align: center; background: #FFFF00; color: #0000FF; }
