/* CSS Document */
<style type="text/css">

.test {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 006BA4;
}
.softwareText {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #6A7883;
}

.Wintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 006BA4;
}
.Bigtext {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: 575757;
}
.ArticleTTL {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: 495256;
}
.ArticleText {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: 495256;
}

.ArticleLink {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	hover: underline;
	color: 575757;
}

.mainText {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: 495256;
}

.mainText2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: 495256;
}

.mainText3 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: 495256;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 121212;
}

.footerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 121212;
}

</style>


a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

