﻿.headstyl
{
	background-image:url(images4/box1.jpg); 
	background-repeat: no-repeat; 
	background-position:center;
	font-family:Verdana;
    font-size:12px;
    height:30px;
    width:300px;
    color:white;
    text-align:center;
     padding-top:2px;
    padding-bottom:2px;
}
.headstyl1
{
    background-image:url(images/bar1.jpg); 
	background-repeat: no-repeat; 
	background-position:center;
	font-family:Verdana;
    font-size:12px;
    height:30px;
    width:300px;
    color:white;
    text-align:center;
     padding-top:2px;
    padding-bottom:2px;
}
.headstyl2
{
    background-color:#665266;
    font-family:Verdana;
    font-size:12px;
    height:30px;
    color:white;
    text-align:left;
    padding-left:3px;
    padding-top:4px;
    padding-bottom:4px;
}

.rowstyl
{
	
	text-align:center;
	color:black;
    font-family:Verdana;
    font-size:12px;
    height:25px;
    text-decoration:bold;
    padding:8px;
}
.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:bold;
	color:black;
	text-decoration:none;
    background-color:#3399FF;
    
    
    
}

.menu1
{
	color:white;
	text-decoration:none;
    }
.topmenu
{
	color:White;
	
}
.menu:hover 
{ 
	background-color:midnightblue;
}