td {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.input {
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
textarea {
	border: 1px solid #666666;
	padding: 1px;
	color: #000000;
	background: #FFFFFF;
}
.btn {
	border: 1px solid #666666;
	padding: 2px;
	color: #000000;
	background: #DEE9D8;
}
.red { color: #BF0202; }

a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a.help:link {
	text-decoration: none;
	font-size: 10px; 
}
a.help:visited {
	text-decoration: none;
	font-size: 10px; 
}
a.help:active {
	text-decoration: none;
	font-size: 10px;
}
a.help:hover {
	text-decoration: underline;
	font-size: 10px;
}

.listlog {
	width: 100%;
	height: 60px;
}
.listlog th {
	height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
}
