a:link {color:#EBE7C4}
a:visited {color:#f7f4dd}
a:hover {background-color:#849B84}

a.datagrid_link:link {color:Maroon}
a.datagrid_link:visited {color:Maroon}
a.datagrid_link:hover {background-color:#849B84}




table.main_table
	{
		background-color: #536066;		
		width:630px;
		height:150px;
		margin:5px;
		border:2px;
		border-style:ridge;
	}	

td.main_header
    {
        background-color: #6A826A;
        font-weight: bold;
        margin: 5px;
    }

body
    {
       background-color: #FFFFCC;
       color: #EBE7C4;
       font-weight: bold;
    }

div.menu
	{
		background-color: #6A826A;		   
		position: absolute;
		top: 10px;
		height: 1500px;
		width: 160px;
		left: 10px;
		vertical-align: top;
	}		
	
div.header
	{
	    background-color: #536066; 
        position: absolute;
		top: 10px;
		height: 90px;			
		width: 640px;
		left: 170px;
		font-family: Arial;
		font-size: x-large;
		font-weight: bold;
		color: #EBE7C4;
		text-align: center;
	}
	
div.body
	{
		background-color: #849B84;		
		vertical-align: top;	
        position: relative;
		font-weight: bold;
	}
	
H1
    {
        font-family: Bering;
    }
    
H2
    {
        font-family: Bering;
    }
    
H3
    {
        font-family: Bering;
    }

H4
    {
        font-family: Bering;
    }    
    

