﻿a:visited {
	color: #008000;
}
a:link {
	color: #008000;
}
a:active {
	color: #008000;
}
a:hover {
	color: #FF0000;
}
p {
	margin-top: 0px;
}
.pMarginBottom10px {
	margin-bottom: 10px;
}
.pMarginBottom0px {
	margin-bottom: 0px;
}
.AlignCenter {
	text-align: center;
}
.tUnderline {
	text-decoration: underline;
}
.tBold {
	font-weight: bold;
}
.Header1 {
	text-align: center;
	font-size: medium;
	font-weight:bold;
}
