

a {
	text-decoration: none;
} a:hover {
	text-decoration: underline;
}

body, td, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: white;
	margin: 15px;
}

.button-login {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	width: 100px;
	font-weight: bold;
	color: #333333;
}

.button-logout {
	border: 1px solid #666666;
	background-color: #CCCCCC;
	width: 100px;
	font-weight: bold;
	color: #333333;
}

.td-form-label {
	background-color: #DDDDDD;
}
.td-form-label.required {
	font-weight: bold;
}

.table-data {
	background-color: #999999;
}

.td-header-row {
	background-color: #DDDDDD;
	color: #666666;
	font-weight: bold;
}

.td-item-row {
	background-color: #FFFFFF;
	font-size: 11px;
}

.td-options {
	font-size: 9px;
}

.input-login {
	border: 0px;
}
