
input.searchcat {
	border: none;
	background: #00a5e6;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 60px;
	height: 25px;
	cursor: hand;
	cursor: pointer;
}

select {
	font-size: 9pt;
}

#content {
	background: url(content_bg.gif) right top no-repeat;
}

a {
	color: #0060b5;
}
a:hover {
	color: #0060e8;
}

a.menup {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	white-space:nowrap;
}
a.menup:hover {
	text-decoration: underline;
}

a.menua {
	color: #ffffff;
	white-space:nowrap;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
a.menua:hover {
	text-decoration: underline;
}

a.cat {
	color: #0060b5;
	font-size: 11pt;
	text-decoration: none;
	
}
a.cat span{
	font-weight: bold;
}
a.cat:hover {
	color: #0060e8;
	text-decoration: underline;
}

.name {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}

a.cat img.catimg {
	border: #a5a1a0 0px solid;
	text-decoration: none;
}

a.cat:hover img.catimg {
	border: #00a5e6 0px solid;
	text-decoration: none;
}

