HTML, BODY
{ 
    height:100%;
    font-family: Trebuchet MS;
    font-size: 12px;
    margin: 0px;
    color: #FFFFFF;
} 

TABLE, TR, TD, DIV, SPAN, SELECT
{
    font-family: Trebuchet MS;
    font-size: 12px;
    margin: 0px;
    color: #FFFFFF;
}

A, A:link, A:visited
{
    color: #FFFFFF;
    text-decoration: underline;
}

A, A:hover
{
    text-decoration: none;
}


.MainContainer
{
    background-color: #8299b8;
}

.SystemText
{
    color: #FFFFFF;
    font-style: italic;
}

.DescriptionText
{
    font-size: 11px;
    color: #dbdad8;
}

.Title
{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.Date
{
    font-size: 11px;
    color: #93c4fc;
}

A.MoreLink, a.MoreLink:link, a.MoreLink:visited
{
    font-family: Tahoma;
    font-size: 11px;
    color: #c0ff75;
    text-decoration: underline;
}
A.MoreLink:hover
{
    text-decoration: none;
}

A.PagerLink, a.PagerLink:link, a.PagerLink:visited
{
    font-family: Tahoma;
    font-size: 12px;
    color: #acf5a4;
    text-decoration: underline;
}
A.PagerLink:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

A.PagerLinkSelected, a.PagerLinkSelected:link, a.PagerLinkSelected:visited
{
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
A.PagerLink:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

A.AskAQuestion, a.AskAQuestion:link, a.AskAQuestion:visited
{
    font-family: Tahoma;
    font-size: 11px;
    color: #c0ff75;
    text-decoration: none;
}
A.AskAQuestion:hover
{
    text-decoration: none;
}

.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;
}
