﻿@media screen
{
	BODY
	{
		background: #F5F5F5;
	}
}

@media all
{

	.Logo
	{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.Logo IMG
	{
		width: 175px;
		height: 103px;
	}




	.MenuArea { border-bottom: 1px solid #83B1E3; }
	.MenuArea .MenuLevel1 A { border-top: 1px solid #83B1E3; }
	/*.MenuArea1Selected { background: url(../images/background-menu-corpo.gif) fixed top center repeat; }*/
	.MenuArea1Selected { background: url(../images/background-menu-corpo-plain.gif) top right; }

	H1, H1 A, H2, H2 A, H3, H3 A,
	.ArticleTitle, .ArticleTitle A,
	.SearchResults .Item .Title, .SearchResults .Item .Title A,
	.NewsFilter .FilterTitle
	{ color: #015EC5; }
	.Table .TableCellHeader, .Table .InvisibleTableCellHeader { color: #015EC5; }
	.Table .TableCell
	{
		border-top: 1px solid #83B1E3;
		border-left: 1px solid #83B1E3;
	}
	.Table .TableCellFirstColumn { border-left: none; }
	.Table .TableCellFirstRow { border-top: none; }

	.SeparatorHr, .SeparatorHrWide { border-top: 1px solid #83B1E3; }

	.InpageForm .Submit INPUT, .SupportChat .Login .Button INPUT, .SupportChat .Conversation .InputArea .Button
	{
		background-color: #015EC5;
		background-image: url(../images/button-blue-100x25.gif);
	}

	.FirstPage .BannerTable { background: #015EC5; }
	.FirstPage TD.SideBlocks { background: url(../images/intro-banner-bg-corpo.gif) top right no-repeat #015EC5; }

}