@media screen {
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-color: #dbdbdb;
}
.topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
a:hover.topMenu { color: #000000; }

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	font-style: normal;
	text-decoration: none;
}
a:hover.text { color: #FFFFFF; }

.moreLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c80000;
	font-style: normal;
	text-decoration: none;
}
a:hover.moreLink { color: #000000; }

.txtSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
a:hover.txtSmall { color: #c80000; }

.prodTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c80000;
	font-style: normal;
	text-decoration: none;
}
a:hover.prodTitle { color: #000000; }
.bigTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}


.Level1 {
	font-family: Verdana;
	font-size: 10px;
	background :rgb(232, 232, 232);
	color: black;
	font-style: normal;
	text-decoration: none;
	width:160;
	padding-bottom:1px;
	cursor:hand;
	cursor:pointer;
	height:5px;
	
}
.Level1on {
	font-family: Verdana;
	font-size: 10px;
	background :rgb(232, 0, 1);
	color: white;
	font-style: normal;
	text-decoration: none;
	width:160;
	padding-bottom:1px;
	cursor:hand;
	cursor:pointer;
	height:5px;
	
}
.Level2 {
	font-family: Verdana;
	font-size: 10px;
	background :rgb(248, 248, 248);
	color: black;
	font-style: normal;
	text-decoration: none;
	width:155px;
	padding-bottom:1px;
	cursor:hand;
	cursor:pointer;
	}
	
.Level3 {
	font-family: Verdana;
	font-size: 10px;
	background :rgb(255, 255, 255);
	color: black;
	font-style: normal;
	text-decoration: none;
	width:150px;
	padding-bottom:1px;
	cursor:hand;
	cursor:pointer;
	
	}

.CellCl1 
{
    background:rgb(232, 232, 232);
    border-bottom:1pt solid white;
    cursor:hand;
	cursor:pointer;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	font-style: normal;
	text-decoration: none;
	width:160px;
	padding-bottom:1px;
}


.CellCl1 A
{
    color :Black;
    text-decoration:none;
    font-style: normal;
}

.CellCl1on
{
    background:rgb(232, 0, 1);
    border-bottom:1pt solid white;
    font-family: Verdana;
	font-size: 10px;
	font-style: normal;
    color :White;
    cursor:hand;
	cursor:pointer;
	padding-bottom:1px;
	width:160px;
	text-decoration: none;
}

.CellCl1on a
{
    color :White;
    text-decoration:none;
    font-style: normal;
}


 .CellCl2 
{
    background:rgb(248, 248, 248);
    border-bottom:1pt solid white;
    cursor:hand;
	cursor:pointer;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	font-style: normal;
	text-decoration: none;
	width:155px;
	padding-bottom:1px;
}


.CellCl2 A
{
    color :Black;
    text-decoration:none;
    font-style: normal;
}


.CellCl3 
{
    background:rgb(255, 255, 255);
    border-bottom:1pt solid white;
    cursor:hand;
	cursor:pointer;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	font-style: normal;
	text-decoration: none;
	width:155px;
	padding-bottom:1px;
}

.CellCl3 A
{
    color :Black;
    text-decoration:none;
    font-style: normal;
}


 .CellCl2on 
{
    background:rgb(248, 248, 248);
    border-bottom:1pt solid white;
    cursor:hand;
	cursor:pointer;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	width:155px;
	padding-bottom:1px;
}

 .CellCl2on a
{
    color: red;
	text-decoration: none;
}

.CellCl3on
{
	background: #FFFFFF;
    border-bottom:1pt solid white;
    cursor:hand;
	cursor:pointer;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	width:155px;
    padding-bottom  :1px;
    color:Red;
}

.CellCl3on a 
{
    color: Red;
    text-decoration: none;
}
          

.printDiv { display: none; }
}

@media print
{
    form { display: none; }
    .printDiv { font: 10px Verdana;  }
}

.LanguageButtons, .LanguageButtons:link, .LanguageButtons:active, .LanguageButtons:visited
{
 font-size:10px;
 font-family:Verdana;
 color:#FFFFFF;
 text-decoration:none;
 }

.LanguageButtons:hover
{
 font-size:10px;
 font-family:Verdana;
 color:#FFFFFF;
 text-decoration:underline;
 }