@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	margin-top: 0px;
	padding-top: 0px;
}
a:link, a:active, a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0066CC;
	text-decoration: underline;
}

/* table */
.tableBody {
	background-image: url(../images/tableBg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 5px 20px;
	width: 910px;
}
.tableFooter {
	font-size: 10px;
	background-image: url(../images/tableBtm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 910px;
	padding-right: 20px;
	padding-left: 20px;
}
.silverBtn {
	font-size: 12px;
	color: #333333;
	background-image: url(../images/silver_btn.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	width: 120px;
	cursor: pointer;
}
.blueBtn {
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/blue_btn.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	width: 120px;
	cursor: pointer;
}

/* bars */
.bar300 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/bars/bar300.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	height: 30px;
	width: 300px;
}
.bar610 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/bars/bar610.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	height: 30px;
	width: 610px;
}
.bar455 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/bars/bar455.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	height: 30px;
	width: 455px;
}
.bar920 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/bars/bar920.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	height: 30px;
	width: 920px;
}

/* boxes */
.box455 {
	width: 445px;
	padding: 5px;
	font-size: 16px;
	vertical-align: top;
}
.box920 {
	width: 910px;
	padding: 5px;
	font-size: 16px;
	vertical-align: top;
}
