﻿/* GLOBAL */
/*--------------------------------------*/
html { 
  height: 100%;}	

body { 	
  font-family: Arial;
  font-size: 11px;
  margin: 0px;
  /*background-color:#dbdddb;*/
	height: 100%;
	cursor:default;}

img {
  border-width:0px;
  border-style:none;}

a {
	text-decoration: none;
	color: #0066CC;}
a:hover{
	text-decoration: underline;
  cursor: pointer;
	color: #CCCCCC;}
	
td {
	background-repeat:no-repeat;}
	
td.iframe {
 border: 4px #aaaaaa double;
 border-bottom: 0px;
}	

.IFrameContent {
height: expression(frames("Content").document.body.scrollHeight);
}

