
/****************************************************************************/
/* This controls the appearance of the 'Welcome, you are logged in as' text */
/****************************************************************************/
.LoginWelcome
{
    color:#253d63;    
    font-size:small;
    font-weight:normal;    
}

/*******************************************************/
/* This controls the appearance of the Login Name text */
/*******************************************************/
.LoginName
{
    color:#253d63;
    font-size:small;
    font-weight:bold;
}

/*******************************************************/
/* This controls the appearance of the Login Out text  */
/*******************************************************/
.LogOut
{
	font-size:small;
	color:#253d63;
	text-decoration:none;
}

.LogOut:link|visited
{
	font-size:inherit;
	color:inherit;
}

.LogOut:hover
{
	font-size:inherit;
	color:inherit;
	text-decoration:underline;	
}

