
a:link {  
	text-decoration : underline;
	}

a.link:visited {
	text-decoration: underline;
}

a.link:hover {
	text-decoration: none; 
	}

a.link:active {
	text-decoration: none;
}

a.link:link {  
	text-decoration : underline;
	}

a.formlink:visited {
	text-decoration: underline;
}

a.formlink:hover {
	text-decoration: none; 
	}

a.formlink:active {
	text-decoration: none;
}

.right-nav-indent {  
	margin-left: 9px;
	}

/* BEGIN HOME STYLES */

.imms-box {
	background-image: url(/images/home/imms_box.jpg);
	background-repeat: no-repeat;
	/* border: 1px red solid; */
	}

.e-procurement-box {
	background-image: url(/images/home/e-procurement_box.jpg);
	background-repeat: no-repeat;
	background-color: #3E4B6E;
	/* border: 1px black solid; */
	}

.news-events-box {
	background-image: url(/images/home/news_events.jpg);
	background-repeat: no-repeat;
	/* border: 1px red solid; */
	}

a.news-events-link:link {  
	text-decoration : none;
	font-size: 11px;
	color: #000000;
	}

a.news-events-link:visited {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

a.news-events-link:hover {
	text-decoration: underline; 
	font-size: 11px;
	color: #000000;
	}

a.news-events-link:active {
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
	}

td.imms-text {
	font-size: 12px;	
	}

td.e-procurement-text {
	font-size: 12px;	
	}
	
.bullet {
	margin-top: 3px;
	}

	
/* END HOME STYLES */






