/* Allied Parking Management Style Sheet
 * 05/01/05 Created by Chimera Computing
 */
body	{	
   	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #000000; scrollbar-face-color: #ffcc00; SCROLLBAR-ARROW-COLOR: #ffffff;
   }
body {
	background-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	background-image :  url(images/xxx.gif); */
}
select { 
 background-color: #ffff99; 
 color: #0000ff; 
}
.normal_text  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: 400 ; color: #000066; line-height: 12pt;}
.frontpage_text  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 400 ; color: #000000; line-height: 11pt;}
.footer_text  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 400 ; color: #999999; line-height: 10pt;}

a:link,
a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #ff9900;
	background-color: #ffffff; 
}

a.none:link,
a.none:visited,
a.none:hover,
a.none:active
{
	text-decoration: none;
	background-color: transparent; 
}

