﻿body 
{
    font-family: Arial;
	font-size: 10pt;
	color: Black;
}
.whiteNormal
{
   font-family: Trebuchet MS; 
   font-size: 10pt;
   color: #ffffff;
    }
    
   
  .menuTD
{
	height: 40px;
	background-color: #CCCCCC;
}

.menuTD:hover
{
	height: 40px;
	background-color: #EAC117;
}

.menu
{
	width: 100%;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.menu:hover
{
	margin: 0;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #f7c408;
}
.searchTxt
{
    width:110px;
    height:15px
    }
    .pageAlign
    {
        padding-left:10px;
        padding-right:10px;
        }
    

