A.TitleLink, A.TitleLink:link, A.TitleLink:visited
{
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
A.TitleLink:hover
{
    text-decoration: none;
}

A.HeaderMenu, a.HeaderMenu:link, a.HeaderMenu:visited
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #4a4144;
    font-weight: bold;
    text-decoration: none;
}
A.HeaderMenu:hover
{
    color: #4a4144;
    text-decoration: underline;
}

A.HeaderMenu_Promotion, a.HeaderMenu_Promotion:link, a.HeaderMenu_Promotion:visited
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #eb1c26;
    font-weight: bold;
    text-decoration: none;
}
A.HeaderMenu_Promotion:hover
{
    color: #eb1c26;
    text-decoration: underline;
}

.button_login_portal_bg
{
	width: 206px;	
	height: 19px;
	background: url(../../Images/PortalBg.jpg) no-repeat 0px 0px;
	display: block;
	text-indent: -9999px;
	line-height: 19px;
	outline: none;
}
.button_login_portal_eng {
	width: 206px;	
	height: 19px;
	background: url(../../Images/PortalEn.jpg) no-repeat 0px 0px;
	display: block;
	text-indent: -9999px;
	line-height: 19px;
	outline: none;
}

.button_login_portal_bg:hover,
.button_login_portal_eng:hover {
	background-position: 0px -19px;
}
