.menu {
	font-size: 12px;
}

.menu A {
	text-decoration: none;
	color: #0000FF;
}

.menu A:hover {
	color: #0088FF;
}

.ok {
	color: #008800;
}

.error {
	color: #CC0000;
}

.links A {
	text-decoration: none;
	color: #0000CC;
}

.links A:hover {
	color: #0000FF;
}

.table {
	background-color: #FFFFFF;
	font-size: 12px;
}

.table TD {
	background-color: #DDDDDD;
	font-size: 12px;
}

.table TH {
	background-color: #88D4FF;
	font-weight: bold;
	font-size: 12px;
}

.heading {
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

.heading TD {
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}


input, select, textarea {
	background-color: #F5F5F5;
	font-size: 12px;
	border: 1px solid #3E78C1;
}

form {
  display: inline;
}

.checkbox {
	background-color: #DDDDDD;
	border: 0px none;
}

.delete {
	color: #FF2000;
}

.delete:hover {
	color: #FF4000;
}

A {
	text-decoration: none;
	color: #0000FF;
}

A:hover {
	color: #0066FF;
}