/*
-----------------------------------------------------------------------------------------------------------
BANNER
-----------------------------------------------------------------------------------------------------------
*/	

#masterBannerTextContainer
{
	font-family: Verdana;
	font-size: 10px;
	
	line-height: 15px;
	
	text-align: right;
	
	color: rgb(64,71,78);
}

#masterBannerLinkContainer a
{
	font-family: Verdana;
	font-size: 10px;
	
	line-height: 25px;
	
	text-decoration: none;
	
	color: rgb(100,100,100);
}

#masterBannerLinkContainer a:hover
{
	text-decoration: underline;
}

#masterBannerLinkContainer a:visited
{
	color: rgb(100,100,100);
}

/*
-----------------------------------------------------------------------------------------------------------
ADDRESS BAR
-----------------------------------------------------------------------------------------------------------
*/	

addressBarHeading
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
	color: rgb(75,75,75);
}

addressBarText
{
	font-family: Verdana;
	font-size: 12px;
	
	color: rgb(75,75,75);
}

addressBarText a, addressBarText a:link
{
	color: rgb(75,75,75) !important;
}

/*
-----------------------------------------------------------------------------------------------------------
FOOTER
-----------------------------------------------------------------------------------------------------------
*/	

#masterFooterTextContainer, #masterFooterEUTextContainer
{
	font-family: Verdana;
	font-size: 10px;
	
	color: rgb(100,100,100);
}

#masterFooterEUTextContainer a, #masterFooterEUTextContainer a:link
{
	text-decoration: none;
	color: rgb(100,100,100);
}

#masterFooterEUTextContainer a:visited
{
	color: rgb(100,100,100);
}

#masterFooterTextContainer a, #masterFooterTextContainer a:link
{
	color: rgb(100,100,100);
}

#masterFooterTextContainer a:visited
{
	color: rgb(100,100,100);
}