BODY {
	MARGIN: 0px; color: #000000; font-family: Arial; font-size: smaller;
}
OPTION.DISABLED {
	BACKGROUND-COLOR: #000000; COLOR: #ffffff; FONT-WEIGHT: 800
}
A.button:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.button:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.button:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.button:hover {
	BACKGROUND-COLOR: #000000; COLOR: #ffffff; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.menu:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.menu:hover {
	BACKGROUND-COLOR: #0000ff; COLOR: #ffffff; TEXT-DECORATION: none
}
A.model:active {
	COLOR: #000000; TEXT-DECORATION: none
}
A.model:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A.model:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A.model:hover {
	BACKGROUND-COLOR: #0000ff; COLOR: #ffffff; TEXT-DECORATION: none
}
A.AdminMenu.active 
{
    color: Red;
}
A.AdminMenu.visited
{
    color: Blue;
}
A.AdminMenu.link
{
    color: Blue;
}
A:active {
	COLOR: #ff0000
}
A:visited {
	COLOR: #0000cc
}
A:link {
	COLOR: #0000cc
}
A:hover {
	BACKGROUND-COLOR: #0000ff; COLOR: #ffffff
}
.TableTitleWhite
{
    color: white;
    font-size: larger;
    font-weight: bold;
    text-align: center;
}
.TableTitle
{
    font-size: larger;
    font-weight: bold;
    text-align: center;
}
.InventoryTable
{
    border-color:Black;
    border-width:1px;
    border-style:Solid;
}
.Title
{
    font-size: larger;
}
.TitleLarge
{
    font-size: x-large;
}
.BoldText
{
    font-weight: bold;
}
.ErrorText
{
    font-weight: bold;
    color: Red;
}

#map 
{ 
    overflow: hidden; 
    width: 700px; 
    height: 300px; 
}

#disclaimerText
{
    font-size: smaller;
}

#odometerPopup
{
    border: solid 1px black;
    background-color: White;
    color: Black;
    width: 250px;
    z-index: 100;
    position: absolute;
    overflow: hidden;
}

#optionsPopup
{
    border: solid 1px black;
    background-color: White;
    color: Black;
    width: 250px;
    z-index: 100;
    position: absolute;
    overflow: hidden;
}