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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	background-position: -3000px 0px;
}
body {
	-webkit-text-size-adjust: none;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 60px;
}
a:link {color: #CCC;text-decoration: none;}
a:visited {color: #CCC;text-decoration: none;}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {color: #999;text-decoration: none;}

a.img:link {border:0px;filter:alpha(opacity=40);-moz-opacity: 0.4;opacity: 0.4;}
a.img:visited {border:0px;filter:alpha(opacity=40);-moz-opacity: 0.4;opacity: 0.4;}
a.img:hover {border:0px;filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;}
a.img:active {border:0px;filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background: #FFFFFF;
	border: 1px solid #999;
	font-weight: normal;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background: #FFFFFF;
	border: 1px solid #999;
	font-weight: normal;
}

.removecheckboxstyle {
	border: none;
}


input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #999;
	background: #EEE;
}
