BODY {
	color: Black;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	background-image: url(/Dkeibackground.gif);
}

	p, li, td {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}

a {
	color: 3366FF;
	text-decoration: none;
}

a:hover {
	color: Blue;
	text-decoration: none;
}

.center {
		text-align: center;
}

.center a {
	color: Red;
	text-decoration: none;
	text-align: center;
}

.center a:hover {
	color: Blue;
	text-decoration: none;
	text-align: center;
}

.bold {
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: Red;
}

.onblack {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: White;
}

.onblack a {
	text-decoration: underline;
	color: White;
}

.onblack a:hover {
	text-decoration: underline;
	color: Yellow;
}

.footer {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #999999;
}

.footer a {
	color: #999999;
	text-decoration: underline;
}

.footer a:hover {
	color: White;
	text-decoration: underline;
}