@CHARSET "UTF-8";

/* Common styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	overflow: hidden;
	font-size: 12pt;
}

.input_type {
	width: 120px;
}

input:focus {
	outline: none;
}

a,a:ACTIVE {
	text-decoration: none;
	color: #3333FF;
}

a:HOVER {
	text-decoration: underline;
}
