body
{
	margin: 0px;
}

/* HeaderMenu class */
table.HeaderMenu
{
	border-top: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background: whitesmoke;
}

/* Link styles */
a:link
{
	color: darkblue;
	text-decoration: none;
}
a:visited
{
	color: darkblue;
	text-decoration: none;
}
a:hover
{
	color: midnightblue;
	text-decoration: underline;
}

a.HeaderMenu
{
	color: #003399;
	font-size: 13px;
	padding: 4px;
}

/* Custs_Box class */
table.Custs_Box
{
	border: orange 2px solid;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background: seashell;
}

/* Featured_extVIEW class */
table.Featured_extVIEW
{
	//border: lightblue 1px solid;
	border: #006699 1px solid;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	//background: aliceblue;
	background: #F7F7FF;
}

/* Featured_extWARN class */
table.Featured_extWARN
{
	//border: lightcoral 1px solid;
	border: #996600 1px solid;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	//background: mistyrose;
	background: #FFE7E7;
}

/* Product_Box class */
table.Product_Box
{
	border: #003366 1px solid;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F7F7F7;
}

/* Contact_Box class */
table.Contact_Box
{
	border: gainsboro 1px solid;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: snow;
}
td.Contact_Box
{
	border: gainsboro 1px solid;
	padding: 5px;
}

/* Download_Box class */
table.Download_Box
{
	border: gainsboro 1px solid;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: snow;
}
td.Download_Box
{
	border: gainsboro 1px solid;
	padding: 5px;
}

/* Category_List class */
table.Category_List
{
	border: solid 1px midnightblue;
	border-collapse: collapse;
}
td.Category_List
{
	border: solid 1px midnightblue;
}