.bg {
	background-color: #FFFFFF;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}
.normaltext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.textheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.textheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.lbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BAD32D;
	text-decoration: none;
}
.lblError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	text-decoration: none;
}

A:link {
	color: #666666;
	text-decoration: none;
										}
								A:visited {
	color: #666666;
	text-decoration: none;
										}
								A:hover {
	color: #01019d;
	text-decoration: underline;
										}
								A:active {
	color: #666666;
	text-decoration: none;
										}
										
										A.A2:link {
	color: #ffffff;
	text-decoration: none;
										}
								A.A2:visited {
	color: #ffffff;
	text-decoration: none;
										}
								A.A2:hover {
	color: #ffffff;
	text-decoration: underline;
										}
								A.A2:active {
	color: #ffffff;
	text-decoration: none;
										}
										
										.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(../images/rating/FilledStar.png);
}
.emptyRatingStar {
    background-image: url(../images/rating/EmptyStar.png);
}
.savedRatingStar {
    background-image: url(../images/rating/SavedStar.png);
}