@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #666;
}
a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #EF7A0A;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EF7A0A;
}
a:hover {
	text-decoration: underline;
	color: #EF7A0A;
}
a:active {
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/inputBG_white.png);
	background-repeat: repeat;
	padding: 5px;
	width: 300px;
}
textarea {
	font-family: Arial;
	font-size: 12px;
	background-image: url(images/inputBG_white.png);
	background-repeat: repeat;
	padding: 5px;
	width: 300px;
}

