@charset "UTF-8";
/* CSS Document */

.servicestable {
	width: 700px;
	padding: 0;
	margin:0 auto;
}

.servicestable2 {
	width: 500px;
	padding: 0;
	margin:0 auto;
}

.commandstab {
	padding: 0px 0px 10px 0px;
	width: 550px;
	margin:0 auto;
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

th.servicestable {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	color:#FFFFFF;
}

td.servicestable {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;

	font-weight:bold;
}
.left-align {
	text-align:left;
}




td.alt {
	background-color:#F5FAFA;
	color: #797268;
}

td.x {
	color:#990000;
	font-size:14px;
}

td.na {
	font-style:italic;
	font-weight:normal;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.footnote {
	width:350px;
	position:relative;
	left:20px;
	color:#999999
}

