/* Black-text theme: */
a:link {
	color: #3040b0;
}

a:visited {
	color: #a02030;
}

a:active {
	color: #203080;
}

a:hover {
	color: #ffffff;
	background-color: #7382EB;
}


h1, h2, h3 {
	font-style: italic;
	background-color: #7382EB;
}

.caption {
	font-size: 10pt;
}

.contentborder {
	background-color: #7382EB;
}

.contentbackground {
	background-color: #d0d8ff;
	background-image: url(images/bgtile.jpg);
}

.contenttext {
	color: #000000;
}

.navcell {
	color: #000000;
	background-color: #000000;
}

.navcell a:visited {
	color: #000000;
	background-color: #000000;
}

.navcell a:active {
	color: #000000;
	background-color: #000000;
}

.navcell a:hover {
	color: #000000;
	background-color: #000000;
}

