@charset "utf-8";
/* CSS Document */

.bigtitle {
	font-family:arial;
	font-size: 14px;
	color: #193964;
	font-weight:bold;
}
.bodytext {
	font-family:arial;
	font-size: 11px;
	color: #3a3a3a;
	font-weight:lighter;
}
.lighttext {
	font-family:arial;
	font-size: 11px;
	color: #999999;
	font-weight:lighter;
}
.boldtext {
	font-family:arial;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}