table {
	background-color: #EBEBEB;
}






.pageHeading {
	text-align:center;
	font-size: x-large;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	
}

.subHeading {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.smallHeading {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.greenText {
	color: #090;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:bold
}
.redText {
	color: #F00;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:bold
}

.blackHighLightText {
	color: #FFF;
	background-color: #000;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:bold
}


.pointHeadingCenter {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.pointHeadingLeft {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	background-color:#F00;
	padding-left: 10px;
	padding-right: 10px;
}
.tableBody {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	background-color:#FFF
}


body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
}


#siteHeader {
	height:147px;
	background-image: url(images/qpfc_header.gif);
	background-repeat: no-repeat;
}

.tableMenu {
	background-image:url(images/red_menu_bkg.gif)
}

#siteMenu {
	width: 960px;
	height: 24px;
	font-weight: bold;
	font-family: arial;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
}
#siteMenu a:link {
	color: #000;
	text-decoration: none;
}
#siteMenu a:visited {
	color: #000;
	text-decoration: none;
}
#siteMenu a:hover {
  color: #ffffff;
}
#siteMenu a:active {
  color: #ffffff;
}


#siteMenuSSG {
	width: 960px;
	height: 24px;
	font-weight: bold;
	font-family: arial;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
}
#siteMenuSSG a:link {
	color: #000;
	text-decoration: none;
}
#siteMenuSSG a:visited {
	color: #000;
	text-decoration: none;
}
#siteMenuSSG a:hover {
  color: #ffffff;
}
#siteMenuSSG a:active {
  color: #ffffff;
}


.copyright {
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
}
