﻿body {
}

#content1 {
	
	overflow: auto;
	height: 100px;
	width:230px;
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #000000;
	
}

.ranji
{
	left:70%;
	top:50%;
	font-size: 25px;
	font-family: "Arial Narrow";
}

.ratingStar
{
            font-size: 0pt;
            width: 12px;
            height: 12px;
            cursor:pointer;
            background-repeat: no-repeat;
 }
 
.filledRatingStar 
{
  background-image: url(Images\Star_filled.png);
}

.emptyRatingStar
{
  background-image: url(Images\rating_star_filled.gif);
}

.text1 {
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: justify;
	
}

#content2 {
	
	overflow: auto;
	height: 100px;
	width:230px;
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #000000;
	
}

#content3 {
	
	overflow: auto;
	height: 100px;
	width:200px;
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #000000;
	
}

#content4 {
	
	overflow: auto;
	height: 80px;
	width:160px;
	font-family: "Arial Narrow";
	font-size: 15px;
	color: #000000;
	
}

.menu3:link 
{
	font-family: " Arial";
	font-size: 15px;
	color: #A9A9AA;
	text-decoration: none;
	
}
.menu3:visited 
{
	font-family: " Arial";
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	
}
.menu3:hover {
	font-family: "MS Mincho";
	font-size: 15px;
	color: #0095df;
	text-decoration: none;
	
}


.menu:link 
{
	font-family: " Arial";
	color: #747374;
	text-decoration: none;
	
}
.menu:visited 
{
	font-family: " Arial";
	color: #333333;
	text-decoration: none;
	
}
.menu:hover 
{
	font-family: "MS Mincho";
	color: #0095df;
	text-decoration: none;
	
}

.menuu:link 
{
	
	color: #747374;
	
	
}
.menuu:visited 
{
	
	color: #333333;
	
	
}
.menuu:hover 
{
	
	color: #0095df;
	text-decoration: blink;
	
}


