/*For blue color scheme*/

/* [LOGIN] */
.LOGIN_Link
{
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	font-family: Arial;
}
A.LOGIN_Link:link
{
	color: #235E9B;
	text-decoration: none;
}
A.LOGIN_Link:visited
{
	color: #235E9B;
	text-decoration: none;
}
A.LOGIN_Link:active
{
	color: #235E9B;
	text-decoration: none;
}
A.LOGIN_Link:hover
{
	color: #4D8CBD;
	text-decoration: none;
}

/*top and bottom bars*/
#TopMenu_Td
{
	background-image: url(menubar_bg_steelblue.gif);	
}
#BotMenu_Td
{
	background-image: url(botbar_bg_steelblue.gif);	
}

