
. 	{
	}
main
	{
	}

html	
	{
	}


body
	{
		font-Family	: Arial, Helvetica, sans-serif;
		background-image: url(../display/background/current.jpg); 
	}

#map-canvas 
	{ 
		height: 300px; 
	}

table	
	{
	}


table.maintable 
	{
		border-width	: 1px;
		border-color	: #000;
		border-style	: solid;

		margin-left	: auto;
		margin-right	: auto;
		width		: 1000px;
		height		: 800px; 


	}

table.maintable th 
	{
	}

table.maintable td 
	{
		background	: url('../display/table/current.jpg');
	}

table.header
        {
                border-width	: 0px;
                border-color	: #000;
                border-style	: solid;
  
				background	: none;
                width		: 100%;
                height		: 160px;
        }


table.header th
        {
        }

table.header td
        {
                background	: none;
				vertical-align	: top;
        }

table.center 
	{
                border-width	: 0px;
                border-color	: #000;
                border-style	: solid;
  
				line-height	: 1.6em; 
                background	: none;
				width		: 100%;
				height		: 620px;

                font-Family     : Arial, Helvetica, sans-serif;
		

	}

table.center th 
	{
	}

table.center td 
	{
                border-width	: 0px;
                border-color	: #000;
                border-style	: solid;
	
		background	: none;
		vertical-align	: top;
	}

table.footer
        {
                border-width	: 0px;
                border-color	: #000;
                border-style	: solid;

		background	: none;
                width		: 100%;
                height		: 38px;
        }

table.footer th
        {
        }

table.footer td
        {
		background	: none;
		width		: 80px;
        }

table.details
	{
		color		: #444;
		font-Family	: Arial, Helvetica, sans-serif;
		font-size	: 0.72em;
		text-align	: right;
		vertical-align	: bottom;
		padding		: 5px;
	}

.details a:link 
	{
  		color		: #444; 
		text-decoration : none;
	}	

.details a:hover 
	{
  		color		: #444;
		text-decoration : none;
	}

.details a:visited 
	{
  		color		: #444;
		text-decoration : none;
	}

table.default
	{
		color		: #444;
		font-size	: 0.82em;
		text-align	: left;
		vertical-align	: bottom;
		padding		: 10px;

	}

table.default th
	{
	}

table.default td
	{
	}
	

table.menu 
	{
		font-size	: 0.89em;
		text-align	: left;
		vertical-align	: center;
		line-height	: 2.25em; 
		margin-left	: 20px;	
	}

.menu a:link
        {
                color           : #444;
                text-decoration : none;
        }

.menu a:hover
        {
                color           : #444;
                text-decoration : none;
        }

.menu a:visited
        {
                color           : #444;
                text-decoration : none;
        }


table.menu th 
	{
	}

table.menu td 
	{
	}
    





