/* CSS Document */

.MenuTxt
{ font-family:Arial, Helvetica, sans-serif; 
  font-size:13px;  
  color:#d82128;
  text-decoration:none;
  }
  a:hover {
	color:#d82128;
	font-weight:bold;
}
  
  .AboutTxt
{ font-family:Arial, Helvetica, sans-serif; 
  font-size:11px;
  font-weight:bold;
  color:#858585;
  padding-right:50px;
  }
    .BottomTxt
{ font-family:Arial, Helvetica, sans-serif; 
  font-size:11px;
  color:#949494;
  }
  
  .txtbox
{
	background:#ffffff;
	font-family:Arial,Verdana;
	font-size:11px;
	color:#000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border {
	border: thin dashed #7396B2;
}

.search {
	color: #7c7c7c;
	background-color: #FFFFFF;
	height: 20px;
	width: 164px;
	border: 1px solid #7c7c7c;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6b6b6b;
}

.btnCSS
{
	background:#dedede;
	font-family:Arial,Verdana; 
	font-size:11px;
	color:#a5090e;
	font-weight:bold;
	border:solid 1px #7c7c7c;	
	width:56px;
	height:20px;
	cursor:hand;
}
