/* CSS Document */
body
{
	background:#000033; 
	margin: 0px 0px 0px 0px;
}
.btmlg
{
	background: url(   '../../imgs/fotr.jpg' );
	background-repeat: no-repeat;
	width: 100%;
	height: 270px;
}
.banner
{
	height:98px;
	background-repeat:no-repeat;
	background-image: url(banner.gif);
}/*banner image*/
.banner2
{
	background-color:#CC9999; 
	height:98px; 
	background-repeat:no-repeat;
}/*2nd banner image*/
.online
{
	background:url(online_banner.gif); 
}/*banner image of online pages*/
.realestate
{
	background:url(realestate_banner.gif);
}/*banner image of real estate pages*/
.metroad
{
	background:url(metroad_banner.gif);
}/*banner image of metro ad pages*/
.realad
{
	background:url(realad_banner.gif);
}/*banner image of real estate ad pages*/
.navbar
{
	background-color:#0000E0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#FFFFFF;
}/*navigation bar*/
.content
{
	/*background:url(content.gif);*/
	background-color: #66CCFF;
} /*content area*/
a.button1         
{
	width:151px; 
	height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:bold; 
	color:#ffffff;
	background-image:url(button1.gif);/*Use the blue button image as default*/
/*background-image:url(button1.gif); */
}
a.button1:hover 
{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:bold; 
	color:#663300;
	width:65px; 
	height:21px;
	background-image: url(button2.gif); /*Use pink button image when mouse hovers over*/
}		  
.channel
{ 
    background-color: #0099FF;
   	width: 150px; 
	height:20px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-weight:bold; 
	color: #FFFFFF;
	/*background: url(channels.gif); */
}/*channels default image*/
.channel:hover
{
	background:url(channel2.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;  
	width: 150px;
	height:20px;
	font-weight:; 
	letter-spacing:normal; 
	color:#ffffff;
}/*when mouse over blue color button will come*/
h1
 {
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:14px; 
	 font-weight:bold; 
	 color:#660000;
 }
.style2 
{
	font:"Times New Roman", Times, serif; 
	font-weight:900; font-size:16px; color:#FFFFFF;
}
.style2:hover
{
	font:"Times New Roman", Times, serif; 
	font-weight:900; 
	font-size:16px; 
	color:#0066FF;
}
.style4
{
	 font-family:"Times New Roman", Times, serif; 
	 color:#663300; font-size:17px; 
	 letter-spacing:normal; 
	 font-weight:bold;
}
.style5
 {
	 font-family:"Times New Roman", Times, serif; 
	 color:#663300; 
	 font-size:16px; 
	 letter-spacing:normal; 
	 font-weight:lighter;
 }
.style6
 {
	 font-family:"Times New Roman", Times, serif; 
	 color:#663300; 
	 font-size:24px;
 }
 .footer
{
	margin: 0px 0px 0px 0px;
	background-color: #0000E0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#E0DEEF; 
	text-decoration:none;
	font-weight: bold;
}/*footer*/
a:link 
{
	text-decoration: none;
	color:#FFFFFF;
}
a:visited
 {
	text-decoration: none;
	color:#FFFFFF
}
a:hover
 {
	text-decoration:none;
    color: #FFFFFF;
}
a:active
 {
	text-decoration: none;
	color:#FFFFFF
}
