/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4A4A4A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4A4A4A;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #4A4A4A;
}
.toptable {
	background-image: url(Images/top.jpg);
	background-repeat: repeat-x;
}
.bottomtable {
	background-image: url(Images/bottom.jpg);
	background-repeat: repeat-x;
}
a.menu:link {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px;
}
a.menu:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px;
}
a.menu:active {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px;
}
.searchinput {
	font-size: 12px;
	color: 4A4A4A;
	background-color: #FFFFFF;
	border: #639EC2 1px solid;
	height: 18px;
}
.prodiv {
	width: 137px;
	height: 140px;
	margin: 13px 17px 0px 17px;
	padding: 0px;
	float: left;
	overflow: hidden;
	display: inline;
}
.prodiv_img {
	width: 125px;
	height: 94px;
	margin: 0px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	overflow: hidden;
}
.prodiv_txt {
	width: 137px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 15px;
}