body {
	font-family: Tahoma;
	font-size: 11px;
	font-color:#686868;
}
a:link {
	font-family: Tahoma;
	font-size: 10px;
	color:#000000;
}

td {
	font-family: Tahoma;
	font-size: 10px;
	color:#686868;
}

th {
	font-family: Tahoma;
	font-size: 10px;
	font-color:#686868;
}

.bodystyle {
	font-family: Tahoma;
	font-size: 10px;
	color:#686868;
}

.small {
	font-family: Tahoma;
	font-size: 9px;
	font-color:#686868;
}

.medium {
	font-family: Tahoma;
	font-size: 11px;
	font-color:#686868;
}

.big {
	font-family: Tahoma;
	font-size: 13px;
	font-color:#686868;
}

.xbig {
	font-family: Tahoma;
	font-size: 16px;
	font-color:#686868;
}

.expanded {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Tahoma;
	font-size: 10px;
	text-align: justify;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
h4 {

	font-size: 13px;
}


h3 {

	width: 166px;
       height: 24px;
       font-size: 14px;
       color: white;
	text-align: center;
}

h2 {

       font-size: 16px;
       font-family: verdana;
       font-style: normal;
       color: #FFF;
       text-align: left;
}

h1 {
       font-size: 20px;
       color: #b3afa9;
	text-align: center;
}
.rabidRating { position: relative; }

.rabidRating .wrapper {	
	cursor: pointer;
	background: #ccc;
}

.rabidRating .wrapper {
	overflow: hidden;
}

.rabidRating span,.rabidRating .wrapper {
	display: block;
	width: 110px;
	height: 25px;
}

.rabidRating span {
	position: relative;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
	background: url('img/hearts.png') no-repeat center;
}

.rabidRating .ratingFill {
	background-color: #ff0000;
}

.rabidRating .ratingVoted {
	cursor: default;
	background-color: #0069ff;
}

.rabidRating .ratingActive {
	background-color: #ffa800;
}

.rabidRating .ratingText {
	color: #000;
}

.rabidRating .ratingText.ratingError {
	color: #f00;	
}

.rabidRating .ratingText.loading {
	background: url('img/ajax-loading.gif') no-repeat;
	text-indent: -999em;
}

