
html
{
  height: 100%;	
}

td,th {	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;	font-size: 13px;	color: #333333;} 

.img-shadow {
float:right;
background:  url(../Graphics/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

body { 
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica;	font-size: 13px;	color: #333333;
  background: url(../Graphics/body.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;			
  }
.menuLink{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:11px;	
color:#1C5496;	
text-indent:-2px;	
text-decoration:none;	
text-align:left;	
cursor: pointer;
}
.menuLinkOver{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:11px;	
font-weight:bold;	
color:#FFFFFF;	
text-indent:-1px;
text-decoration:none;	
text-align:center;		
background: url('../Graphics/itemsOver.gif');	
cursor:pointer;	
}
.tableRowEven{	
background-color: #CDEBFE;	
}
.tableRowOdd{
background-color: #F2FBFF;
}
.titles{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-weight:bold;	
font-size:10px;	
color:#343434;
}.titles2{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;	
color:#FFFFFF;	
text-indent:1px;
text-decoration:none;		
cursor:hand;
}
.myText{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:10px;	
text-indent:-1px;	
color:#343434;
}
.smallTextBlue{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:11px;	
text-indent:-1px;	
color:#00307F;
}
.smallTextBlue2{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;
text-indent:-1px;	
color:#00307F;
}
.smallTextBlack{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:11px;	
text-indent:-1px;	
color:#000000;
}
.smallTextWhite{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:11px;	
font-weight: bold;
text-indent:-1px;	
color:#FFFFFF;
}
.headerWhite{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;	
font-weight: bold;	
text-indent:-1px;	
color:#FFFFFF;
}
.highlightText{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;	
font-weight: bold;	
text-indent:-1px;	
color:#5F6DA9;
}
.specialItalic{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;	
font-style: oblique;	
text-indent:-1px;	
color:#000000;
}.ofertaSpecialaHeader{	
font-size: 12px;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-weight: bold;
color: #00487F;
}
.ofertaSpecialaTitle{	
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-weight: bold;	
font-size: 12px;
}
.ofertaSpecialaText{	
font-size: 11px;	
font-family: Arial, Helvetica, sans-serif;	
color: #00487F;	
font-weight: bold;
}
.ofertaSpecialaHighlight1{	
font-weight: bold;
font-style: italic;	
font-family: Verdana, Arial, Helvetica, sans-serif;	
color: #3689bd;
}
.ofertaSpecialaHighlight2{	
color: #40b1f7;	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: italic;	
font-weight: bold;
}
.specialLink:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:12px;	
color:#00000;
text-indent:1px;	
text-decoration:underline;	
text-align:left;
cursor:hand;
}
.link{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:10px;	
color:#0176B8;	
text-indent:1px;	
text-decoration:none;
text-align:left;
cursor:hand;
}
.link:hover{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:11px;	
color:#61AED9;	
text-indent:1px;	
text-align:left;
cursor:hand;
}
.linkOver{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:10px;	
color:#61AED9;	
text-indent:1px;	
text-decoration:none
text-align:left;	
cursor:hand;}
INPUT{	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;	
text-decoration:none;
text-align:left;
	}
SELECT {	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:10px;	
color:#000000;	
text-decoration:none;
text-align:left;
}
h1{	
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
padding: 10px 10px 0px 10px;
text-align:center;
}
h1 a:link{
text-decoration: none; 
color: #FFFFFF; 
}
h1 a:hover{
text-decoration: none; 
color: #0000FF; 
}
h1 a:visited {
text-decoration: none; 
color: #FFFFFF;
}
h2{   
 color: #333333;	
 font-size: 10px;	
 font-weight:normal;
 padding: 10px 10px 0px 10px;
 text-align:center;
}
HR {	
color:#5F6DA9;	
SIZE=1;
}
.submit{	
font-family:Verdana, Arial, Helvetica, sans-serif;	
font-size:10px;
color:#000000;	
text-decoration:none;	
text-align:center;
}
.linkMainPage{	
color: #BCBCBC;	
font-size: 20px;
font-weight: bold;	
padding: 10px 10px 0px 10px;
}
.linkMainPage:hover{	
color: #CCCCCC;	
font-size: 20px;	
font-weight: bold;	
padding: 10px 10px 0px 10px;
}

a.popup {
position: relative;
}

a.popup span {
display: none;
}

a.popup:hover span {
position: absolute;
top: 2em;
left: 0;
width: 100px;
padding: 10px;
display: block;
border: 3px solid #ccc;
background: #5f0;
}

