p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 10px;
}
list {
	list-style: disc inside none;
	list-style-type: disc;
	text-indent: 5px;
	display: list-item;
	list-style-position: inside;
}
p.list {
	list-style: disc inside none;
	list-style-type: disc;
	text-indent: 5px;
	display: list-item;
	list-style-position: inside;
}

p.title {
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	
}
H1.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 10px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	
}


.footer {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	margin: 0px 5px 0px 5px;
	word-spacing: 2pt;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}

.footerSmall {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
	margin: 0px 5px 0px 5px;
	word-spacing: 2pt;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}

a.footer:link{
	font-size: 12pt;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}
a.footer:hover{
	font-size: 12pt;
	font-variant: normal;
	text-transform: none;
	font-weight: bolder;
	color: #000000;
}
a.footer:visited{
	font-size: 12pt;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #000000;
}
a.footer:active{
	font-size: 12pt;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #99CCCC;
}

a, a:active, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


a:focus, a:hover{
	font-weight: bolder;
	font-style: normal;
}
