root { 
    display: block;
}


html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}


.tableHeight {
	height: 100%;
}

.tableContentHeight {
	height: 337px;
}

div {
  width: 997px;
}


fieldset { 
	border:1px solid green;
}

img {
	border: 0;
}

hr {
	color: green;
}

h1 {
	color: #FF0000;
}

h3 {
	color: red;
}

h4 {
	color: green;
}

h5 {
	color: green;
}

h6 {
	color: green;
}

p.red {
	color: red;
}

.italic {
	font-style: italic;
	font-size: 12px;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

a:active {
	color: orange;
}

.small {
font-size: 11px; 
font-family: Tahoma, arial;
color: green; 
} 

.middle a:link {
font-size: 16px; 
font-family: Tahoma, arial; 
color: #FF0000;
text-decoration: none;
}

.middle a:visited {
font-size: 16px;  
font-family: Tahoma, arial;
color: #FF0000;
text-decoration: none;
}

.middle a:hover {
font-size: 16px; 
font-family: Tahoma, arial; 
color: #0000FF;
text-decoration: none;
}

.middle a:active {
font-size: 16px; 
font-family: Tahoma, arial;
color: #FFFF00; 
}

.space {
	white-space: nowrap;

}

.black {
	color: #000033; 
}

.red {
color: #FF0000;
font-style: italic;
}
