body {
    font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 13px;
}

.header{
	font-size: 20px;
    font-weight: bold;
}

.header_caps{
	font-size: 30px;
	font-weight: bold;
}


.big {
	font-size: 24px;

}
.small {
	font-size: 10px;
	text-decoration: none;
	vertical-align: 0%;
}

.justify {
	text-align: justify;

}
.cursive {
	font-style: italic;
}
.small_blue {
	font-size: 10px;
	text-decoration: none;
	vertical-align: 0%;
	color: #0000FF;
}

