body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	background-image: url(images/bgslice.jpg);
	background-repeat: repeat-x;
}


ul.menu
{
	list-style-type: none;		
	margin: 0;
	padding: 0;
}

ul.menu li
{
	display: inline;
	float: left;
}

ul.menu li a
{
	color: white;
	background-color: #003466;

	text-decoration: none;
	
	font-size: 10pt;
	font-weight: bold;
	
	line-height: 18px;
	display: block;
	
	height: 20px;
	width: 130px;
	
	border-left: 1px solid white;
	text-align: center;
}

ul.menu li a:hover
{
	background-color: #6699CC;
}

.contentcell
{
	border-left: solid 1px #000000;
	padding: 10px;
	vertical-align: top;
}

.infocell
{
	width: 180px;
	border-bottom: 1px solid black;
	vertical-align: top;
}

.uname
{
	margin: 10px;
	color: #003466;
	font-weight: bold;
}

.cpn
{
	font-size: 10pt;
	width: 160px;
	margin: 10px;
	font-weight: bold;
	color: #6699CC;
}

ul.phones
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-weight: bold;
	margin: 10px;
	line-height: 13px;
}

ul.phones li .label
{
	float: left;
	width: 50px;
	font-weight: bold;
	color: #003466;
	font-size: 8pt;
}