TABLE, TR    { font: 12px Verdana; color:#2F2945}
BODY      { font: 12px Verdana; background-color: #E9EDF2 }
#smallfont { font: 9px Verdana; text-align:right}
small { font: 11px Verdana; }

#menu-left         {
	height: 24px;
	color:#CAEAFF;
	background-color: #3978C6;
	background-image: url(/images/menu_l.gif);
}
#menu-center         {
	height: 24px;
	color:#CAEAFF;
	background-color: #3978C6;
	background-image: url(/images/menu_c.gif);
}
#menu-right         {
	height: 24px;
	color:#CAEAFF;
	background-color: #3978C6;
	background-image: url(/images/menu_r.gif);
}
#MENU A:VISITED, #MENU A:LINK {
	color : #CAEAFF;
	text-decoration : none;
}
#MENU A:HOVER  {
	color : Yellow;
	text-decoration : none;
}
#SUBMENU A:VISITED, #SUBMENU A:LINK {
	color : blue;
	text-decoration : none;
}
#SUBMENU A:HOVER  {
	color : #3978C6;
	text-decoration : none;
}


#redcol {
	color : red;
	}

#navycol {
	color : navy;
	}

#blackcol {
	color :#000000;
	}

A:LINK{
	font-family: verdana;
	color : Blue;
	text-decoration : none;
}
A:VISITED {
	font-family: verdana;
	color : blue;
	text-decoration : none;
}
A:HOVER {
	font-family: verdana;
	text-decoration : underline;
	color : Blue;
}
