<!--
	body {
		background: #7f7f7f url('../images/bw-layout/top-gradient.jpg') repeat-x;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: normal;
		font-size: 10pt;
		font-family: Arial;
	}
	.contentArea {
		background-color: #fff;
	}
	.leftContentArea {
		width: 19px;
		background: url('../images/BW-Layout/left-side-repeat.jpg') repeat-y;
	}
	.rightContentArea {
		width: 18px;
		background: url('../images/BW-Layout/right-side-repeat.jpg') repeat-y;
	}
	.topMenu1 {
		width: 899px;
	}
	.topMenu2 {
	
	}
	.topMenu3 {
	
	}
	.mainTitle {
		color: #fff;
		font: bold 12pt, Arial, Helvetica, sans-serif;
	}
	.latestNews {
		font: bold 12pt, Arial, Helvetica, sans-serif;
		color: #f00;
		text-align: left;
	}
	.latestNewsOld {
		font: bold 10pt, Arial, Helvetica, sans-serif;
		color: #666666;

	}
	p {
		font: 10pt, Arial, Helvetica, sans-serif;
		color: #666666;
		text-align: justify;
		margin-left: 10px;
		margin-right: 10px;
	}
	h4 {
		font: bold 12pt, Arial, Helvetica, sans-serif;
		color: #000;
		margin-left: 5px;
	}
	a {
		color: #a00101;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	.fieldOne {
		font: bold 10pt, Arial, Helvetica, sans-serif;
		color: #000;
	}
	.textOne {
		font: 10pt, Arial, Helvetica, sans-serif;
		background-color: #666;
		color: #fff;
	}
	.spBottom {
		font: 8pt, Arial, Helvetica, sans-serif;
		color: #999;		
	}
	.screensize {
		font-weight: bold ! important;
		font-size: 8pt ! important;
		font-family: Arial ! important;
		color: #fff;
		text-decoration: none;
	}
	.screensize:hover {
		text-decoration: underline;
	}
	
#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	background: url('../images/c2c/overlay.gif');
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 1000;
}

#dialogue
{
	position: absolute;
	
	left: 50%;
	margin-left: -175px;
	top: 350px;
	
	width: 450px;
	background-color: #FFFFFF;
	
	z-index: 2000;
}

#Calling 
{
	position: absolute;
	
	left: 50%;
	margin-left: -175px;
	top: 100px;
	
	width: 450px;
	background-color: #FFFFFF;
	
	z-index: 2010;
}
-->

