
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B4A26;
}

body {
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575757;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B4A26;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B4A26;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.smallBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4bafb0;
}
.smallRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.tab_txt {
	color: #575757;
	font-size: 11px;
	font-weight: bold;
}
.item_txt {

	color: #575757;
	font-size: 10px;
	font-weight: normal;
}
a {
	color: #575757;
}


a:hover {
	color: #74AB2A;
}
