
div.pageTitle {
	width: 560px;
	height: 50px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 14px;
	margin-bottom: 10px;
}

div.subCatBG: Hover {
	cursor: pointer;
	cursor: hand;  /* compensates for the IE5/IE5.5 for Windows */ 
}

div.pageTitle h1 {
	width: 470px;
	font: bold 237%/1.1 Comic Sans MS;
	font-size: 17px;
	background-color: transparent;
	margin: 0;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}

div.pageSubTitle h3 {
	font: bold 237%/1.1 Comic Sans MS;
	font-size: 14px;
	background-color: transparent;
	margin: 0;
	padding-left: 0;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

.bold, .strong {
	font-weight: bold;
}

.em, .italic {
	font-style: italic;
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fullWidth {
	width: 100%;
}

.noMargin {
	margin: 0px;
}

.white {
	color: white;
}

.white:hover {
	color: white;
}

.red {
	color: #AA0100;
}

.grey {
	color: Gray; 
}
.dspNone {
	display: none;
}

.fullWidth {
	width: 100%;
}

.noBorder {
	border: 0;
}
.noUnderline {
	text-decoration: none;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}