.nemcglobaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:150px;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: normal;
	font-size:12px;
	padding: 5px 2px 5px 2px;	/* Top, Right, Bottom, Left  */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 0px;
	border-bottom: 2px solid #FFFFFF;
}

#sectionLinks a:hover{
	font-weight: bold;
	color:#000000;
	background-color: #EAF2F2;
	border-top: 0px;
	border-bottom: 2px solid #FFFFFF;
	text-decoration:none;
}
#sectionLinks img{
	border:none;
	padding: 0px 0px 0px 8px;
}

body {
	background-color: #90C5C5;
}


