body {
	scrollbar-base-color: #666666;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.leftcolback {
	background-image: url(images/stbl_lrg_bgrd.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cataloghome {
	background-image: url(images/catalog-home-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 156px;
	width: 531px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.catalogtxt {
	float: right;
	width: 390px;
	margin-right: 10px;
	margin-top: 20px;
	height: 120px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*	Paragraph									*/

p {
	COLOR: #000000;
	FONT-SIZE: 12px;
	font-weight: normal;
	font-family: Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	margin-left: 8px;
	margin-right: 8px;
}


input{
	font-size: 		12px;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/form_back.gif');
	border: 1px solid  #000000;
}

select{
	font-size: 		12px;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/form_back.gif');
	border: 1px solid  #000000;
}

.input1{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/text_back.gif');
	border: 1px solid  #000000;
}

textarea{
	font-size: 		xx-small;
	font-family:	Geneva, Verdana, Helvetica, Arial, Swiss, sans-serif;
	color:			#000000;
	background: 	url('images/text_back.gif');
	border: 1px solid  #000000;
}


/*	Menu unvisited links							*/
a.menulink:link {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links unvisited links							*/
a.link:link {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links visited links							*/
a.link:visited {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Unvisited links								*/
a:link {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Visited links								*/
a:visited {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Active links (not widely supported)					*/
a:active {
color: #000000;
TEXT-DECORATION: underline;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #000000;
TEXT-DECORATION: underline;
}

