﻿.boldFont
{
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.normalFont
{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.headingFont
{
	font-size: 14pt;
	color: black;
	font-weight: bolder;
	text-decoration: none;
	margin-top:20px;
	text-align:justify;
}
.headingFont a
{
	font-size: 14pt;
	color: black;
	font-weight: bolder;
	text-decoration: none;
}
.headingFont a:active
{
	font-size: 14pt;
	color: black;
	font-weight: bolder;
	text-decoration: none;
}
.headingFont a:hover
{
	font-size: 14pt;
	color: black;
	font-weight: bolder;
	text-decoration: none;
}
.headingFont a:link
{
	font-size: 14pt;
	color: black;
	font-weight: bolder;
	text-decoration: none;
}

.bodyFont
{
	font-size: 12pt;
	color: black;
	font-weight:normal;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align:justify;
	line-height:normal;
}
.largeFont
{
	font-size: 14pt;
	text-decoration: none;
}
.smallFont
{
	font-size: 8pt;
}

