﻿.headstyl
{
    background-color:lightblue;
    font-family:Verdana;
    font-size:12px;
    height:25px;
    color:black;
    text-align:center;
}
.headstyl1
{
    background-color:lightblue;
    font-family:Verdana;
    font-size:15px;
    height:25px;
    color:black;
    text-align:center;
}

.rowstyl
{
	
	text-align:center;
	color:black;
    font-family:Verdana;
    font-size:12px;
    height:25px;
    text-decoration:bold;
    
}
.rowstyl1
{
	color:black;
    font-family:Verdana;
    font-size:12px;
    height:25px;
    text-decoration:bold;
    text-align:center;
    padding:5px;
    
  
}
.rowstyle
{
	color:black;
    font-family:Verdana;
    font-size:12px;
    height:25px;
    text-decoration:bold;
    text-align:left;
    
  
}

.rowstyl:hover 
{
	background-color:lightblue;

	 } 
	 .rowstyl1:hover 
{
	background-color:lightblue;

	 } 
.menu
{
	height:25px;
	text-align:center;
	font-family:Verdana;
	font-size:14px;
    font-style:normal;
	color:black;
	text-decoration:none;
    background-color:#cc9900;
    border-right:1px solid white; 
    

}

.menu1
{
	height:25px;
	text-align:center;
	font-family:Verdana;
	font-size:14px;
    font-style:normal;
	color:white;
	text-decoration:none;
    background-color:#3385D6;
    border-right:1px solid white; 

}
.topmenu
{
	color:White;
	
}
.menu:hover {}