/*
*********************
**	Main design elements
*********************
*/

.auth
{
	font-size: 7pt;
}

hr
{
	border: none;
	background-color: #8b7d9f;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 1px;
}

a.stable 
{
	color: black;
}

a.stable:link
{
	color: black;
}

a.stable:visited
{
	color: black;
}

a.stable:active
{
	color: blueviolet;
}

a.stable:hover
{
	color: blueviolet;
}
