@charset "UTF-8";
#footer {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer A  {
	font-size : 10px;
	color : #666666;
	font-style: normal;
	text-decoration : none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#footer A:Visited  {
	font-size : 10px;
	color : #333333;
	font-style: normal;
	text-decoration : none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer A:Active  {
	font-size : 10px;
	color : #666666;
	font-style: normal;
	text-decoration : none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer A:Hover  {
	font-size : 10px;
	color : #CCCCCC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}




A  {
	font-size : 10pt;
	color : #ffffff;
	font-style: normal;
	text-decoration : none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A:Visited  {
	font-size : 10pt;
	color : ffffff;
	font-style: normal;
	text-decoration : none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

A:Active  {
	font-size : 10pt;
	color : #ffffff;
	font-style: normal;
	text-decoration : none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

A:Hover  {
	font-size : 10pt;
	color : #CCCCCC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.style10 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

BODY
{
scrollbar-face-color: #cccccc;
scrollbar-highlight-color: #999999;
scrollbar-3dlight-color: #cccccc;
scrollbar-darkshadow-color: #cccccc;
scrollbar-shadow-color: #333333;
scrollbar-arrow-color: #333333;
scrollbar-track-color: #eaeff2;
}

.style9 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style12 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
.product input.submit {
	background: #666;
	border-bottom: 2px solid #333;
	border-left: 2px solid #999;
	border-right: 2px solid #333;
	border-top: 2px solid #999;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 120px;
	behavior: expression(
		this.onmouseover = new Function("this.className += ' submitover';"),
		this.onmouseout = new Function("this.className = this.className.replace(' submitover', '');"),
		this.style.behavior = null
	);
}
.product input.submit:hover, .product input.submitover {
	background: #aaa;
	border-bottom: 2px solid #000;
	border-left: 2px solid #666;
	border-right: 2px solid #000;
	border-top: 2px solid #666;
}

