a.linknotunderline:link {
	color: #0000CC; 
	text-decoration: none;
}

a.linknotunderline:visited {
	color: #0000CC; 
	text-decoration: none;
}

a.linknotunderline:hover {
	color: #00CCFF; 
	text-decoration: none;
}

a.linknormal:link {
	color: #0000FF;
	text-decoration: underline;
}

a.linknormal:visited {
	color: #FF0000;
	text-decoration: underline;
}
a.linknormal:hover {
  color: #FF0000;
	text-decoration: underline;
}

a.linkfoundation:link,a.linkfoundation:visited {
	color: #666666;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;

}

a.linkfoundation:hover {
  	color: #FF0000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}


a.linknetworking:link,a.linknetworking:visited {
	color: #0000FF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

a.linknetworking:hover {
  	color: #FF0000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

/*  ----------------------------------------------------------------------------------  */
/*  ----------------------------------------------------------------------------------  */
/* Parameters for main menu */
#mainmenu
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0000FF;
	width:auto;
	font-size:11px;
	padding-bottom:15px;
}

/* Parameters for links of main menu */
a.mainmenu:link,a.mainmenu:visited{
	color: #0000FF;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
}
a.mainmenu:hover {
  	color: #00FF00; /* green */
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
}

/*  ----------------------------------------------------------------------------------  */
/*  ----------------------------------------------------------------------------------  */
/* Parameters for sub menu of layout training,resources */
#submenu
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0099CC;
	width:160px;
	font-size:11px;
	padding-right:0px;
	padding-left:0px;
	line-height:20px;
}

/* Parameters for sub menu of layout training,resources by english*/
#submenue
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0099CC;
	width:180px;
	font-size:11px;
	padding-right:0px;
	padding-left:0px;
	line-height:20px;
}

/* Parameters for links of sub menu of layout training,resources*/
a.submenu:link,a.submenu:visited{
	color: #0000FF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
/*  ----------------------------------------------------------------------------------  */
/*  ----------------------------------------------------------------------------------  */
/* Parameters for links of notice for student*/
a.noticestudent:link,a.noticestudent:visited {
	color: #000000; 
	text-decoration: none;
}
a.noticestudent:hover {
	color: #FF0000; 
	text-decoration: none;
}
