body, div, td, th { 
	font-size: 12px;
}

body {
	background-image: url(../img/background.gif);
}

body, div {
	scrollbar-base-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #CCDDEE;
	scrollbar-highlight-color: #336699; 
	scrollbar-face-color: #336699; 
	scrollbar-shadow-color: #336699;
	scrollbar-darkshadow-color: #000033;
	scrollbar-track-color: #BBCCDD;
}

div.content { 
	position: relative;
	width: 615px; 
	height: 330px; 
	clip: rect(0px 615px 330px 0px);
	overflow: auto;
}

div.content_2 { 
	position: relative;
	width: 760px; 
	height: 330px; 
	clip: rect(0px 760px 330px 0px);
	overflow: auto;
}

div.product_content { 
	position: relative;
	width: 760px; 
	overflow: auto;
}

table.directions {  
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
}

td.directions {  
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
}


.bottom_menu, .top_menu { 
	font-size: 12px; 
	background-color: #336699; 
	color: #FFFFFF 
}
	
.title {
	font-size: 16px; 
	color: #FFFFFF; 
	font-weight: bold 
}

.search_text { 
	font-size: 12px; 
	background-color: #336699; 
	color: #FFFFFF 
}

.search_button { 
	width: 120px; 
	font-size: 12px; 
	background-color: #CCCCCC; 
	color: #336699; 
	font-weight: bold 
}

a.bottom_menu:link, a.bottom_menu:visited { 
	text-decoration: none; 
	background-color: #336699; 
	color: #FFFFFF 
}

a.bottom_menu:hover, a.bottom_menu:active { 
	text-decoration: none; 
	background-color: #336699; 
	color: #99FFFF 
}

li.sitemap_list {
	list-style-image: url(../img/sitemap_list.gif);
	font-size: 14px;
}

// import
.header { color: #003333; font-size: 12pt; font-weight: bold }
a:link, a:visited { color: #006666; text-decoration: none }
a:hover { color: #009999; text-decoration: underline }


.input_box {
	width: 270px; 
}

.textarea {
	width: 420px; 
}

.button {
	background-color: #006666; 
	color: #FFFFFF; 
}