.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #747474;
	text-align: justify;
}
.grey {
	background-image: url(images/grey.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bold {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.grey1 {

	background-image: url(images/grey1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.project_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0A8C2C;
	text-decoration: none;
}
.yellow {
	background-image: url(images/goldrule.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.project_link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0A8C2C;
	text-decoration: none;
}
.project_link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
	
}
.project_link a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0A8C2C;
	text-decoration: none;
