.upperline {
	background-image: url(upper_line.gif);
	background-repeat: repeat-x;
	height: 4px;
}
.redline {
	background-image: url(red_line.gif);
	background-repeat: repeat-x;
	height: 7px;
}
.navigation {
	background-image: url(nav_bg.gif);
	background-repeat: repeat-x;
	height: 34px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	text-decoration: none;
	text-align: justify;

}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	color: 038804;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.greentext:hover {
	color: #FF0000;
	text-decoration: underline;
}
.links:hover {
	text-decoration: underline;
}
.para:hover {
	text-decoration: underline;
	color: #000000;

}
.heading:hover {
	text-decoration: underline;
}
