p {
	text-align: left;
	font-family: "Bitstream Vera Sans";
	font-size: 11px;
	text-decoration: none;
}
a:link {
	color: #C0C0C0;
	text-decoration: none;
}
a:visited {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.hilight {
	font-weight: bold;
}
.alignRight {
	text-align: right;
}
.colorBlue {
	color: #3F7FBE;
}
.colorGray {
	color: #C0C0C0;
}
