/* Arial Font style with general font size of 12 px*/

/* Font faces */
.font { font-family: Arial, Helvetica, sans-serif; }

/* Font sizes */
.small { font-size: 8px; }
.medium { font-size: 10px; }
.content { font-size: 12px; }
.subtitle {	font-size: 14px; font-weight: bold; }
.title { font-size: 18px; font-weight: bold; }
.companyName { font-size: 24px; font-weight: bold; }
td {
	font-size: 12px;
}
