@charset "iso-8859-1";
/* Creation date: 9/22/2004 */
/* Default CSS Stylesheet GOWELD */
/*********************************************************************************/
/* Document styling */
/*********************************************************************************/
body{
	 background-color:white;
	 font-family: Verdana, Helvetica, sans-serif;
	 font-weight: normal;
	 letter-spacing: normal;
	 text-transform: none;
	 word-spacing: normal;
	 }

ol{font-size: 11px}

.tdbackground{
	background: url(images/stripBG.gif);
	}

.spectable{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}

.emphasized{
	margin-left: 1.25em;
	font-size: 12px;
	}

.goWeld{
	color: green;
	font-weight: bold;
	}

.pageWarn {
	color: red;
	font-size: 12px;
	}

.punchcap{
	font-size: 25px;
	font-weight: bold;
	}

.hrstyle{
	width: 100%;
	color: black;
	}

.footerlinks{
	text-align: center;
	}

.tdFooterText{
	font-size: 7pt;
	color: black;
	text-align: center;
	}

.buttonstyle{
	border:0;
	width:88px;
	height:31px;
	}
/*********************************************************************************/
/* Text styling */
/*********************************************************************************/
p{font-size:11px;}

h{font-family:Arial, Helvetica, sans-serif;}

h1{
	font-size: 20px;
	font-weight: bold;
	}

h1.centered{
	text-align: center;
	}

h2{
	font-size: 16px;
	font-weight: bold;
	}

h2.centered{
	text-align: center;
	}

h3{
	font-size: 14px;
	}
/*********************************************************************************/
/* Link styling */
/*********************************************************************************/
a{
	font-size: 7pt;
	color: black;
	text-decoration:underline;
	}

a:hover{
	color:#669933; /*olive drab */ 
	text-decoration: underline;
	}

a.imgNavRoll{
	font-size: 9pt;
	text-decoration: none;
	}

a.imgNavRoll:Hover{
	font-size: 9pt;
	text-decoration: none;
	}

a.lnkSetup{
	font-size: 12px;
	}

/*********************************************************************************/
/* Styling for dropdown menu */
/*********************************************************************************/
.navRoll{
	width: 95px;
	 background-color: #dde9e9;
	 text-align: center;
	 }

#SubTopMenuProdInfo{
	display: none;
	z-index: 11;
	position: absolute;
	top: 52px;
	left: 162px;
	}

/*********************************************************************************/
/* These styles go with the unused menu code
/*********************************************************************************/
/*
#SubTopMenuNewsReview{
	display: none;
	z-index: 11;
	position: absolute;
	top: 88px;
	left: 276px;
}

#SubTopMenuRequestInfo{
	display: none;
	z-index: 11;
	position: absolute;
	top: 88px;
	left: 382px;
	}
*/
/*********************************************************************************/
/*  Menu styling continued*/
/*********************************************************************************/

#SubTopMenuCustomerApplications{
	display: none;
	z-index: 11;
	position: absolute;
	top: 54px;
	left: 476px;
	}

/*********************************************************************************/
/*  These styles go with the unused menu code
/*********************************************************************************/
/*
#SubTopMenuCompanyInfo{
	display: none;
	z-index: 11;
	position: absolute;
	top: 88px;
	left: 590px;
	}
	
#SubTopMenuWhereToBuy{
	display: none;
	z-index: 11;
	position: absolute;
	top: 88px;
	left: 695px;
	}
*/
/*********************************************************************************/
/* End of drop down menu styling
/*********************************************************************************/
