#topBar
{

}

#topBar td
{
	border-top: solid 1px black;
	font-size: 8pt;
	font-family: Arial;
}

#topBar a:link
{
	text-decoration: none;
}

#topBar a:visited
{
	text-decoration: none;
}

#topBar a:hover
{
	text-decoration: none;
}

#topBar a:active
{
	text-decoration: none;
}

#topBar div.defaultLink
{
	background-color: #FFFFFF;
	padding: 2px 2px 2px 5px;
	height: 20px;
	/*
    ** The voice-family hack is introduced to work around the 
	** IE5.x width and height bug.
	*/
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 15px;
}
/*
** Opera does not understand the voice-family hack so be
** friendly to Opera (CSS2).
*/
html>body #topBar div.defaultLink
{
	height: 15px;
} 

#topBar div.defaultLink a:link {color: #000000;}
#topBar div.defaultLink a:visited {color: #000000;}
#topBar div.defaultLink a:hover {color: #000000;}
#topBar div.defaultLink a:active {color: #000000;}

#topBar div.hoverLink a:link {color: #FFFFFF;}
#topBar div.hoverLink a:visited {color: #FFFFFF;}
#topBar div.hoverLink a:hover {color: #FFFFFF;}
#topBar div.hoverLink a:active {color: #FFFFFF;}

#topBar div.hoverLink
{
	background-color: #000000;
	padding: 2px 2px 2px 5px;
	height: 20px;
	/*
    ** The voice-family hack is introduced to work around the 
	** IE5.x width and height bug.
	*/
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 15px;
}
/*
** Opera does not understand the voice-family hack so be
** friendly to Opera (CSS2).
*/
html>body #topBar div.hoverLink
{
	height: 15px;
} 

div.companyLogo
{
	position: absolute;
	top: 12px;
	left: 33px;
}
