a.one:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;

}
a.one:link {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;

}
a.one:active {

	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.one:visited {

	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
input.big {
	width: 151px;
	height: 18px;

}

input.small {
	width: 50px;
}
body {
	background-image: url(images/site1_bg.jpg);
	background-repeat: repeat-x;
	background-color: #A2B0CB;
}
