@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #660033;
}
body {
	background-image: url(#);
}
a:link {
	color: #006666;
	text-decoration: underline;
}
a:visited {
	color: #006666;
	text-decoration: underline;
}
a:hover {
	color: #0033CC;
}
a:active {
	color: #006666;
	text-decoration: underline;
}

}
.large{font-size: large}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.mediumBold {
	font-size: medium;
	font-weight: bold;
}

.xlarge {font-size: x-large}

.xSmallVerdana {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
