.default {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2c50a2;
	
}
.overflow 
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
.navlink {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.bluebar {
	color: #FFFFFF;
	background-color: #000059;
	font-weight: bold;
}
.logotitle {
	color: #FFFFFF;
	font-size: 24px;
}
.pagetitle {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}
.bl {background: url(images/corners-bl.gif) 0 100% no-repeat #000059; width: 10em}
.br	{background: url(images/corners-br.gif) 100% 100% no-repeat; width: 10em}
.tl	{background: url(images/corners-tl.gif) 0 0 no-repeat; width: 10em}	
.tr	{background: url(images/corners-tr.gif) 100% 0 no-repeat; width: 10em}
.clear {font-size: 1px; height: 1px}
.whitebox {
}
.citybg {
	background-image: url(images/cityscape-towers.jpg);
	background-repeat: no-repeat;
}
.citybg2 
{
	background-image: url(images/cityscape-diagonal.jpg);
	background-repeat: no-repeat;
}
.citybg3
{
	background-image: url(images/cityscape.jpg);
	background-repeat: no-repeat;
}
.copyright {
	font-size: 9px;
}
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: underline; }