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

body  {
	background: #666666;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container { 
	width: 1064px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
} 
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.copyinfo {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	margin: 20px;
	background-color: #f6f8ff;
	border: 1px solid #4876ff;
}

.thrColFixHdr #footer {
	background:#FFFFFF;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style2 {
	color: #0000FF;
	font-size: small;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
}
.style4 {
	font-size: small;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
}

@charset "utf-8";
#tablePricing {
	font-family: Arial, Helvetica, sans-serif;
	background-color: f6f8ff;
	border-top-color: e8eeff;
	border-right-color: e8eeff;
	border-bottom-color: e8eeff;
	border-left-color: e8eeff;
}
#th, td {
	border-top-color: e8eeff;
	border-right-color: e8eeff;
	border-bottom-color: e8eeff;
	border-left-color: e8eeff;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
table, td {
	border: 1px solid #e8eeff;
	background-color: #f6f8ff;
}
td {
	font-size: small;
	padding-right: 5px;
	padding-left: 10px;
	border-right-color: #f6f8ff;
	border-left-color: #f6f8ff;
	border-bottom-color: #f6f8ff;
	padding-top: 5px;
	padding-bottom: 5px;
}
th {
	background-color: #e8eeff;
	border: 1px solid #e8eeff;
}
.textmedium {
	font-size: medium;
	font-weight: bold;
}
tr.altRow td {
	background-color: #ffffff;
}
