@charset "utf-8";
html {
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	color: #589DB8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin:0;
	padding:0;
	background-color: #FFF;
}


h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #66CCFF;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #66CCFF;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}

img { border: 0;}
	
a, a:visited { color: #0099FF; }
a:hover { color: #006699; }

.callcostsLogo {
	float: right;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 808px;
}
.top {
	background: url('images/bg_top_bottom.jpg') no-repeat;
	height: 55px;
}
.bottom {
	background: bottom url('images/bg_top_bottom.jpg')  no-repeat ;
	height: 55px;
}
.content {
	background: url('images/bg_middle.jpg') repeat-y;
	padding: 0 125px 0 125px;
	margin: 0;
	overflow: hidden;
}
.content table {
	width: 560px;
	color: #006699;
	background-color: #DCEAEF;
	border-left: 5px solid #DCEAEF;
	border-right: 5px solid #DCEAEF;
}
.content table td {
	border-top: 5px solid #DCEAEF;
	background-color:#FFF;
	padding: 5px 0 5px 15px;
}
.content table td p {
	margin:0 10px 0 0;
}
.content table th {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color:#589DB8;
	padding: 0px 0 0px 15px;
	vertical-align: bottom;
	white-space: nowrap;	
}
.tableTop {
	height: 20px; width:560px;
	background: url('images/table_top_bottom.jpg') no-repeat top left;
}
.tableBottom {
	height: 20px; width:560px;
	background: url('images/table_top_bottom.jpg') no-repeat bottom left;
}

.textbox {
	background: #FFF url('images/bg_textbox_corners.jpg') 0 -20px no-repeat;
	width: 560px;
	margin: 20px 0;
}
.textbox p {
	text-align:justify;
	margin: 10px 20px 0 20px;
}
.textbox span {
	background: #FFF url('images/bg_textbox_corners.jpg') no-repeat;
	width: 560px;
	height: 20px;
	display:block;
}
.textbox li { margin-right:20px; }
ul.menu { list-style:none; margin:0; padding-left:20px; }
.menu li { margin-bottom:5px; font-weight:bold;}

.networkName { font-weight: bold; }

.footer {
	margin-bottom: 20px;
	margin-left: 20px;
}
.footer img {
	margin-right: 20px;
	top:-8px;
	position:relative;
}


