div#contact table {
	border-color : #000000;
	border-style : solid;
	border-width : 1px 0 0 1px;
	margin : 12pt auto 18pt auto;
	width : 75%;
}

div#contact td {
	text-align : left;
}

div#contact td, div#contact th {
	border-color : #000000;
	border-style : solid;
	border-width : 0 1px 1px 0;
	padding : 3pt 6pt;
}

div#contact td.status {
	font-family : monospace;
	font-size : 10pt;
	width : 1%;
}

div#contact td.offline.status {
	color : #808080;
}

div#contact td.online.status {
	color : #f00000;
}

div#contact th {
	text-align : left;
	width : 25%;
}

div#contact th.h1 {
	background-color : #d0d0d0;
}

div#contact th.h1, div#contact th.h2 {
	font-family : "Verdana", "Tahoma", sans-serif;
	text-align : center;
}

div#contact th.h2 {
	background-color : #e0e0e0;
}