p		{font-family: Georgia, Garamond, Times, serif;
				color: #000000;
				font-size: 12pt;
				font-weight: 400;
				text-decoration: none;
		}
li		{font-family: Georgia, Garamond, Times, serif;
				font-size: 10pt;
				font-weight: 400;
		}
ul		{margin-top: 2px;
				margin-bottom: 2px;
		}
a:link	{font-family:  Georgia, Garamond, Times, serif;
				color: #003366;
				font-size: 12pt;
				font-weight: 400;
		}
a		{font-family:  Georgia, Garamond, Times, serif;
				color: #003366;
				font-size: 12pt;
				font-weight: 400;
		}
a:hover		{font-family:  Georgia, Garamond, Times, serif;
				color: #660033;
				font-size: 12pt;
				font-weight: 400;
		}

.purple {
	color : #9E799F;
	font-weight: bold;
	font-size : 14px;
}
a.purple, A.purple,a.purple:ACTIVE, a.purple:FOCUS,a.purple:LINK, a.purple:VISITED {
	color : #9E799F;
	font-weight: bold;
	font-size : 14px;
	text-decoration : underline;
}
a.purple:HOVER {
	color : white;
	font-weight: bold;
	font-size : 14px;
	text-decoration : underline;
}