@charset "utf-8";


/* CSS Document */

body {
	background-color: #CCCCCC;
	font-family: "Century Gothic";
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	font-size: 12pt;
}
.frameclass {	border: thin inset #FFFFFF;
}
.linkborders {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: double;
	border-left-style: double;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
.titlesize {
	font-size: 22pt;
	font-family: "Monotype Corsiva";
}
a {
	font-family: "Century Gothic";
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:active {
}

