/* CSS Document */


body
{ 
background-color: #FFFFFF;
margin-left: 2px; 
margin-top: 2px;
margin-bottom: 2px;
margin-right: 2px; 
}


.title
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 12.5px; 
line-height: 100%; 
font-weight: bold;
color: #555555;
letter-spacing: 1px
}

.text1 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: 125%; 
font-weight: bold;
color: #555555; 
}

.head2 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 100%; 
font-weight: bold;
color: #794323; 
}

.subhead 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #db0000; 
text-transform:uppercase;
line-height: 125%; 
font-weight: bold;
background-color:#ffe700;
}

.city
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #FF0033; 
}

.backbutton
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #FFFFFF; 
text-transform:uppercase;
line-height: 125%; 
font-weight: bold;
background-color:#555555;
}

a
{
color:#000000;
text-decoration:none;
font-weight:bold;
}

a:hover
{
color:#FF0033;
}



