a:link {
  color: #FFFFFF; 
  text-decoration: none; 
}
a:visited {
  color: #FFFFFF; 
  text-decoration: none; 
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #FFFFFF; 
  text-decoration: underline; 
}
a:active {/*colour in NN4.xx is red*/ 
  color: #FFFFFF; 
  text-decoration: underline; 
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: 006600;
}
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 006600;
}
.maintextsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 006600;
}
.maintextxsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 006600;
}
.side_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.side_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
