/* CSS styles */

BODY {
	margin: 0px;
	font-family: verdana;
  /*  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#9C969C', gradientType='0');*/
}

/* CSS sheet for frame home */
.home_mainTable {
	width: 764px;
	margin: auto;
	/*text-align: center;*/
}
hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #383838;
	border-top: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
}

.search_box {
	border: 1px solid white;
	width: 130px;
}

A {
	color: #CF7D00;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}
