.support {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 980px;
	padding:10px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	font-size: 16px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: bold;
}
a {
	color:#000;
	text-decoration:none;	
}
a:hover {
	color:#F00;
	text-decoration:underline;	
}
.support .heading {
	font-size: 12px;
}
.support .sprtlink {
	list-style-type: none;
}
.support .links {
	display: table-cell;
	/*width: 325px;*/
	padding:10px;
	margin-right:5px;
	background:#eee;
	border-radius:10px;
	border:solid 1px #000;
}
.support .sprtform {
	width: 645px;
	background:#eee;
	border-radius:10px;
	margin:5px;
	padding:10px;
	border:solid 1px #000;
	display: table-cell;
}
.support .sprtform .sprtformlink {
	padding: 10px;
	font-weight:bold;
}
.utility {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #000;
	border-radius:10px;
}
.utility .util .utilityb {
	font-weight: bold;
	display: inline;
}
.utility .util .utillink {
	font-weight: bold;
	display: inline;
}
.utility .description {
	padding: 10px;
}
