@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}
.boldTextCentered {
	font-weight: bold;
	font-size: 12px;
}
.smallFont {
	font-size: small;
}

table {
	text-align: center;
	font-weight: bold;
}
.boldTrigemCentered {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
.leftAlign {
	text-align: left;
}
.marginRight {
	margin-right: -20px;
}


.boldText {
	font-weight: bold;
}
