.pageBG {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
}
.pageBG2 {
	background-image: url(../images/page_bg2.jpg);
	background-repeat: repeat-y;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFCC00;
	font-weight: bold;
	margin-bottom: 10px;
}
li {
	list-style-type: square;
	margin-left: -15px;
}
.tableBG {
	background-image: url(../images/table_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tableBG2 {
	background-image: url(../images/table_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
}
