/* CSS Document */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #294F7F;
}

.phone { font-size: 22px; }

.large {font-size: 30px}

.italic {font-style: italic}

a {	font-weight: bold; }
a:hover {	color: #000000; }
a:link { color: #336699; }