﻿/* CSS Document */
@import "common.css";

.print_invisible 
{
    display:none;
}

.safety
{
	overflow:visible;
	border-style:solid;
	border-width:0px;
	border-color: #000000;
	height: 800;
	font-family: Verdana;
	font-size:9px;
	padding:5px 5px 5px 5px;
	color: #000000;
}

#marqueecontainer
{
    position: relative;
    background-color: white;
    overflow:visible;
    border: 0px solid black;
    padding: 2px;
    padding-left: 4px;
    font-size:9px;
    height:800px;
}  

#vmarquee
{
position:relative; 
width: 85%;
height:900px;
}  
