BODY, P, TD {
	font-family: Verdana, Arial, sans-serif;
	font-weight: plain;
	font-size: 11px;
	color: #000000;
}


.highlight {
	color: #555555;
}

.credits {
	font-size: 11px;
	color: #999999;
}

.disclaimer {
	font-size: 10px;
	color: #999999;
}

TD.prodtext {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

TD.wherebody {
	font-size: 12px;
	color: #000000;
}

/* ------------------ Titles ---------------------------------------------------------- */
.title1 {
	font-size: 18px;
	font-weight: bold;
	color: #6C3352;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #4C4C4C;
}

.title3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.title4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


/* ------------------ Links ---------------------------------------------------------- */
A:link {
	color: #FFFFFF;
	text-decoration: none;
}
A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
A:active {
	color: #FFFFFF;
	text-decoration: underline;
}


