/* --- Global Object styles --- */

BODY
{
background-color: #fff;
color: #555;
behavior:url(cssHoverFix.htc);
}

.header
{
font-family: arial;
font-size: 18px;
font-weight: bold;
color: #555;
}

.text
{
font-family: arial;
font-size: 12px;
color: #555;
}

.textlocate
{
font-family: arial;
font-size: 11px;
color: #555;
}

.textred
{
font-family: arial;
font-size: 12px;
color: #f00;
}

.boldtext
{
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #fff;
}

.temptext
{
font-family: arial;
font-size: 36px;
font-weight: bold;
color: #f90;
}

.brightened
{
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #fff;
background-color: #999;
}

.orangeheader
{
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #f90;
}

A:link
{
font-family: arial;
text-decoration:none;
color:#f90;
}

A:visited
{
font-family: arial;
text-decoration:none;
color:#f90;
}

A:hover
{
font-family: arial;
text-decoration:none;
color:#555;
}

A img
{
border: none;
}

/*  -- Containers styles --  */

#containerpage
{
width: 720px;
height: 620px;
}

#locate
{
background: #fff;
width: 720px;
height: 20px;
}

#display
{
background: #fff;
width: 720px;
height: 510px;
}

#backforth
{
background: #fff;
width: 720px;
height: 40px;
}
