.notification
{	
	padding: 10px;	
	text-align: left;	
	
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	
	margin: 0px 0px 8px 0px;	
	
	color:#FFFFFF;	
}

.notification h1
{
	background-image: none;
	color:#FFFFFF;
	margin: 0px 0px 8px 0px;
	padding: 0px;	
	line-height: normal;
	height: auto;
	
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}

.nGreen
{
	background-color:#009933;
}

.nGreen a
{
	color: #FFFFFF;
	font-weight: bold;
}

.nGreen a:hover
{
	color: #00FF00;
	font-weight: bold;
}

.nGreen h1
{
	
}

.nRed
{
	background-color: #993300;
}

.nRed h1
{
	
}

.nRed a
{
	color: #FFFFFF;
	font-weight: bold;
}

.nRed a:hover
{
	color: #CC3300;
	font-weight: bold;
}

