a {
	font-weight:bold;
	text-decoration:none;
	color: #662046;
}
a:hover {
	color:#FFFFFF;
	background-color:#662046;
}
body {
	margin: 0px;
	padding: 0px;
	padding-left: 50%;
	font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
li, p, td {
	text-align: left;
}
.Footnote {
	font-size: x-small;
	font-style: italic;
}
.centered{ /*IE method of centering a relative div*/
	text-align: center;
}
.centered>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
}
.justified {
	text-align: justify;
}
