


/******* errors and alerts ********/


  
.alert
{
	color: #ff0000;
}

a.alert,
a.alert:link,
a.alert:visited,
a.alert:active
{
	color: #ff0000;
	text-decoration: none;
}

a.alert:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.error
{
	color: #ff0000;
	font-weight: bold;
}

a.error,
a.error:link,
a.error:visited,
a.error:active
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a.error:hover
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}


.notes
{
	color: #000066;
}


.notesRed
{
	color: #ff0080;
}
