.title
{
	color: #FFFF00;
	font-family: Verdana;
	font-size: 14pt;
	font-style: italic;
}

.companytitle
{
	font-family: Verdana;
	font-size: 10pt;
	width: 500px;
}

.btnStyleExp
{
	height: 10px;
	width: 10px;
}


body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStarL.jpg);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStarL.jpg);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

