﻿.fltlft
{
	float: left;
	text-align: left;
}
.fltrt
{
	float: right;
	text-align: right;
}
.cleardiv
{
	height: 20px;
}
a
{
	text-decoration: none;
	color: White;
}
a:hover
{
	text-decoration: underline;
	color: #ffcc42;
}

.ayellow
{
	color: #ffcc42;
	font-style: italic;
	font-weight: bold;
}
.ayellow:hover
{
	color: #ffffff;
}

.Calltxt
{
	font-size: 26px;
	font-weight: bold;
}
.tdmenu-lt
{
	width: 15px;
	background-image: url(  '../Images/menu-lt.gif' );
	background-repeat: no-repeat;
}
.tdmenu-rt
{
	width: 15px;
	background-image: url(  '../Images/menu-rt.gif' );
	background-repeat: no-repeat;
}
.tdmenu-bg
{
	background-image: url(  '../Images/menu-bg.gif' );
	background-repeat: repeat-x;
	font-size: 18px;
	font-family: Times New Roman;
	color: #ffcc42;
}

.Welcometxt
{ font-size:16px;
  font-weight:bold;
	}
.txtsmart200
{ width:200px;
  border:solid 1px silver;
	}
.btnsmart
{ border:solid 1px silver;
  
	}	
.regtext
{ font-weight:bold;
  font-size:11px;
	}	
		
.style3
{ color:Red;
	}	

/* Menu Item Style */
.ItemStyle
{
	width: 161px;
	
	height: 32px;
	background-image: url( '../Images/Menu/MenuItem-bg.gif' );
	background-repeat: no-repeat;

}
.ItemStyle:hover
{ color:Red;
	}

.ItemSelected
{
	background-image: url( '../Images/Menu/MenuItem-Selected-bg.gif' );
	background-repeat: no-repeat;
	color:Red;
	font-weight:bold;
	height:33px;
}

.menuCatTitle
{ font-size:30pt;
  font-family:Edwardian Script ITC, Harrington, Calibri;
	}
	
