body {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #3333CC;
	font-family: Arial;
	font-size:inherit;
}

.navbar {
	width:90%;
/*	border:2px solid; */
	padding:0px;
	border-collapse:separate;
	border-spacing:2px;
	border:1px solid #D77100;

	background-color:#FF9966;
}

.navbar td {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #D77100;
	border-bottom:1px solid #D77100;

	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #3333CC;

	height: 20px;
}

a:hover { color: #ffffff; }
table {
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}

.left {
	float:left;
	text-align:left;
}

.right {
	float:right;
	text-align:right;
}

.clear {
	clear:both;
}

/* Color chart page */
td.colortext {
	width:200px;
	height:25px;
	vertical-align:top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.colorchart {
	width:200px;
	height:50px;
	background-repeat:repeat;
}
td.spacer {
	width:10px;
}
table.contact {
	vertical-align:top;
}

th.contact {
	background-image:url(images/grad-bg.png);
	background-repeat:no-repeat;
	background-position:left;
//	background-position:bottom;
	color:#FFFFFF;
	height:30px;
	font-size:18px;
	vertical-align:middle;
	text-align:left;
}


