@charset "utf-8";
table {
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #B13FDD;
	background-color: #CCCCCC;
	text-align: center;
	border: thin double #999;
}
a:link {
	font-family: "Comic Sans MS";
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS";
	color: #7A5EAA;
	text-decoration: line-through;
}
a:visited {
	font-family: "Comic Sans MS";
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
}
.imageleft {
	font-family: "Comic Sans MS";
	float: left;
	border: medium double #7A5EAA;
	clear: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.imageright {
	float: right;
	border: medium double #7A5EAA;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.twoColFixLtHdr #mainContent2 {
	color: #B13FDD;
}

