body {
	background-color:#000000;
	margin:0px;
	padding:0px;
}
p, td, .maintext {
	font-family: "Trebuchet", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
a {
	color: #FFCC00;
}
.smalltext {
	font-size: 9pt;
}
.header {
	font-size: 11pt;
	font-weight: bold;
}
.acctbar {
	padding: 2px 10px 2px 10px;
	font-size: 11px;
}
.yellow {
	color: #FFCC00 !important;
}
.white {
	color: #FFFFFF !important;
}
.pad10, table.pad10 td {
	padding: 10px !important;;
}
.pad10left {
	padding-left: 10px;
}
.pad10right {
	padding-right: 10px;
}
.margin10left {
	margin-left: 10px;
}
.margin10right {
	margin-right: 10px;
}
.pad3, table.pad3 td {
	padding: 3px !important;;
}
.center, table.center td {
	text-align: center !important;
}
.bordergray, table.bordergray td {
	border: 1px solid #eee;
	border-collapse: collapse;
}
table.nobackground td {
	background: none !important;
}
td.maintable {
	padding: 0px 0px 0px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
td.rightcolumn {
	width: 225px;
	padding: 0px 15px 0px 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.homebox td, tr.homebox td, td.homebox {
	background: url(/images/bkgd_home_box_gradient.jpg) repeat-x #000000;
}
table.contenttable td, table.contenttable td p {
	background-color: #F1F2F4;
	background-image: none;
	vertical-align: top;
	color: #333333;
	font-size: 9pt;
	line-height: 10pt;
}
table.contenttable a {
	color: #333333;
}
table.producttable td {
	background-color: #fff;
	background-image: none;
	text-align: left;
	vertical-align: top;
}
table.producttable td, table.producttable td p {
	color: #333333;
	font-size: 9pt;
	line-height: 10pt;
}
table.producttable td {
	padding: 10x 5px;
}
.producttabletitle, .producttabletitle a:link, .producttabletitle a:hover, .producttabletitle a:active, .producttabletitle a:visited {
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	line-height: 13pt;
}
.producttabletitle a:link, .producttabletitle a:visited {
	text-decoration: none;
}
.producttabletitle .producttabletitle a:hover, .producttabletitle a:active {
	text-decoration: underline;
}

.productdescriptiontitle {
	text-align: left;
	font-weight: bold;
}
.productdescription {
	text-align: left;
	margin: 10px;
}

table.collapse {
	border: none;
}
table.collapse td {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

/* rollout menus */

.rollmenutable {
	border: 3px double #ccc;
	display: block;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.rollmenutable td {
	background-color: #666;
	background-image: url(/images/bkgd_menu_over.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 17px;
	padding: 5px 3px 5px 3px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #333;
	border-bottom: 1px solid #000;
}
.rollmenutableyellow td {
	background-image: url(/images/bkgd_menu_over_yellow.gif);
}
.rollmenutable td, .rollmenutable td a:link, .rollmenutable td a:visited, .rollmenutable td a:hover, .rollmenutable td a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #000;
	line-height: 9pt;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

/* footer */

.footer td {
	font-family: "Trebuchet", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	color: #666666;
	padding: 3px 20px 3px 20px;
}
.footer a {
	color: #666666;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	text-decoration: underline;
}

