body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #EC5E20;
}
.border-dashed-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #65B471;
	border-right-color: #65B471;
	border-bottom-color: #65B471;
	border-left-color: #65B471;
}
.padding-15px {
	padding: 15px;
}
.border-dashed-white {
	border: 1px dashed #FFFFFF;
}
.border-menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;

}
.pageheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
}
.border-dotted-grey {
	border: 1px dotted #CCCCCC;
}
.background-green {
	background-color: #AAE6B9;
}
.text-large {
	font-size: 13pt;
}
.text-small {
	font-size: 9pt;
}
ul {
	list-style-type: circle;
	list-style-position: outside;

}
.menu-title {
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}
.padding-5px {
	padding: 5px;
}
