/* type formatting */

p, .p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #085A25;
	letter-spacing: 1px;
}
ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #085A25;
	letter-spacing: 1px;
	list-style-type: disc;
}
.highlight {
	color: #085A4F;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006066;
}
a:link, a:active, a:visited {
	color: #006066;
	text-decoration: none;
}
a:hover {
	color: #093D1B;
	text-decoration: underline;
}
h1 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #085A25;
	letter-spacing: 2px;
	font-weight: bold;
	font-style:italic;
	margin-top: 0px;
}
h2 { 
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #085A25;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 0px;
}
h3 { 
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #085A25;
	letter-spacing: 2px;
	font-weight: bold;
	margin-top: 0px;
}
h4 { 
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #085A25;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0px;
}
.contract {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0000;
	letter-spacing: 2px;
	font-weight: bold;
	font-style:italic;
	margin-top: 0px;
}
/* General formatting */
.align-text-left {text-align:left;}
.align-text-centre {text-align:center;}
.align-text-right {text-align:right;}
.align-text-justify {text-align:justify;}
.align-float-left {float:left;}
.align-float-right {float:right;}
.alignV-top {vertical-align:top;}
.alignV-bot {vertical-align:bottom;}
.italics {font-style: italic;}
.bold {font-weight: bold;}
.indent {padding-left: 40px;}
