.cap {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	line-height: 140%;
	color: #993366;
	letter-spacing: 1px;
	font-weight: bold;

}
.longtext {
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1px;
}
.whatnew {
	font-size: 14px;
	line-height: 140%;
	background-color: #EEEEEE;
	width: 240px;
	margin-bottom: 4px;


}
a:link {
	color: #9999CC;
	text-decoration: none;

}
a:visited {
	color: #9966CC;
	text-decoration: none;
}
a:hover {
	color: #FF99CC;
	text-decoration: underline;
}
a:active {
	color: #FF3399;
	text-decoration: underline;
}
.indent {
	margin-left: 15px;
}
.normaltext {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
}
.copyrights {

	font-size: 12px;
	line-height: 140%;
	letter-spacing: 1px;
}
.subtitle {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 6px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3300;
}
