body {
	background-image: url(../images/goldBG-solid.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

BODY, TD, .NormalText { font-weight: normal; text-decoration: none; font-style: normal;	font-size: 12px; color: #666666; font-family: Arial, Verdana, Helvetica, sans serif; }

.Title		{ color: #333333; font-size: 16px; font-weight: bold; }
.Header		{ color: #666666; font-size: 14px; font-weight: bold; }
.Subheader	{ color: #333333; font-size: 16px; font-weight: bold; }

.Red		{ color: #FF0000; }
.Yellow		{ color: #FFC324; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }
.Gray		{ color: #666666; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 16px; }
.LargeText	{ font-size: 24px; line-height: 24px; }

/* nav */

table#nav			{ height: 35px; }
table#nav td		{ height: 35px; text-align: left; vertical-align: top; }
table#nav td div	{ position: relative; vertical-align: top; }
table#nav td ul		{ position: absolute; visibility: hidden; left: 0; top: 0; margin: 0; padding: 0; border: 0; list-style-type: none; }
table#nav td ul li	{ list-style-type: none; }

table#nav td a {
	display: block;
	height: 35px;
	padding: 0; 
	margin: 0; 
}

table#nav td ul li a {
	display: block;
	padding-left:10px;
	color: #666666;
	height:22px;
	line-height:23px;
	text-decoration: none;
	background: #E0E0E0;
	border-bottom: 1px solid #59584F;
}
table#nav td ul li a:link,
table#nav td ul li a:visited, 	{ background: #E0E0E0; }
table#nav td ul li a:hover	 	{ background: #FFFCE1; }

table#nav td ul#company,
table#nav td ul#products,
table#nav td ul#information	{ width: 175px; }

/* inherited styles */

* .slidemenu { 
	color: 666666;
	font-size:12;
	font-family:arial;
	font-weight:none;
	background-color: e0e0e0;
	border-bottom: 1px solid #59584f;
}

* .slidemenu A:link { 
	padding-left:10px;
	background-color: e0e0e0;
	color: 666666;
	height:22px;
	width:191px;
	line-height:23px;
	text-decoration: none;
}

* .slidemenu A:visited { 
	padding-left:10px;
	background-color: e0e0e0;
	color: 666666;
	height:22px;
	width:191px;
	line-height:23px;
	text-decoration: none;
}

* .slidemenu A:hover {
	color: 59584f;
	background-color: #fffce1;
	text-decoration: none;
}

* .content {
	padding-top:15px;
	padding-bottom:25px;
	width: 790px;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #666666;
}

* .text { 
	font-family: arial;
	font-size: 11px;
	color: #666666;
	font-weight:none;
}

* .bottombar { 
	padding-left: 10px;
	font-family: arial;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}

* .bottombar A:link { 
	color: #ffffff;
	text-decoration: none;
}

* .bottombar A:visited { 
	color: #ffffff;
	text-decoration: none;
}

* .bottombar A:hover {
	color: #ffc520;
	text-decoration: underline;
}

a.HeaderLink { color: #666666; font-size: 14px; font-weight: bold; text-decoration: none; }
a.HeaderLink:link,
a.HeaderLink:visited { color: #666666; font-size: 14px; font-weight: bold; text-decoration: none; }
a.HeaderLink:active,
a.HeaderLink:hover	 { color: #666666; font-size: 14px; font-weight: bold; text-decoration: underline; }