p, ul {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #000;
	text-align: justify;
}

.text8{
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 8pt;
}

.text10, #cal-table td {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 10pt;
}

.text11 {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 11pt;
}

.text12 {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 12pt;
}

.text14 {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    font-size: 14pt;
}

.bold {
	font-weight: bold;
}

.under {
	text-decoration: underline;
}

.blue {
	color: #34608C;
}

.grey {
	color: #7F7F7F;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

a:link { color: #34608C; text-decoration: underline; }
a:visited { color: #34608C; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #34608C; text-decoration: none; }



