body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #ffffff //#E0E0E0;
}

A  {
	color : blue;
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, sans-serif;
}

A:Link  {
	color : blue;
	font-weight : normal;
	font-family : Arial, sans-serif;
}
A:Visited  {
	color : blue;
	font-weight : normal;
	font-family : Arial, sans-serif;
}

A:Active  {
	color : red;
	font-family : Arial, sans-serif;
}

A:Hover  {
	color : red;
	font-weight : normal;
	font-family : Arial, sans-serif;
}
select {
	#border:solid 3px red;
	background-color:white;
	font-size:12px;
	}

option	{
	border:solid 3px black;
	background-color:white;
	font-size:12px;
	}
input	{

	font-size:12px;
	}
td {
	Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

div.mapdiv {

	position:absolute;
	left:0px;
	top:0px

}
button
{
    font-size:10px;
    background-color:#FFE97F;
    border:solid 1px blue;
}

button.highlight
{
    background-color:blue;
}

tr.mobile
{
    background-color:#000000;
    border-width:0px;
}

td.mobile
{    
    text-align:center;
    color: white;
    font-size:14px;    
    background-color:#000000;
    border:solid 1px grey;     
}

td.mobile a
{
    color: yellow;
}

