/* CSS definition file containing site wide stylesheets */
.Success
{
	color:Green;
	font-weight:bold;
	font-family:Verdana,MS Sans Serif,MS Reference Sans Serif;
	font-size:12px;
}

.Error
{
	color:Red;
	font-weight:bold;
	font-family:Verdana,MS Sans Serif,MS Reference Sans Serif;
	font-size:12px;
}