.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;

}
.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 8px;
	font-weight: normal;
	font-variant: normal;
}

.border {
	border: thin dotted #CCCCCC;
}
a:link {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
.maintext a:hover {
	text-decoration: underline;
}
.borderCopy {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
