/* CSS Document */

.background {
	background-image:  url(images2/template_15.jpg);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
}
.runningtext {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.heading {
	color: #336696;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bullet {
	color: #336696;
	/*font-weight: bold;
	font-size: 11px;*/
}

.Link  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666;
	font-weight: bold; 
	text-decoration: none;
	}

.Link:hover	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #CC0000;
	font-weight: bold; 
	text-decoration: underline;
	}


