/* CSS Document */
body {
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669999;
}
a:hover {
	text-decoration: underline;
	color: 99cccc;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #99cccc;
	font-weight: bold;
}
.title {
	color: #FFFFFF;
	font-family: "Palatino Linotype";
	font-size: 12px;
	background-color: #006666;
	text-align: center;
}
.panel {
	color: #000000;
	font-family: "Palatino Linotype";
	font-size: 12px;
	text-align: center;
}
.content {
	font-family: "Palatino Linotype";
	font-size: 12px;
	color: #000000;
	margin-left: 5px;
	margin-right: 10px;
}

