html {
     overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #FFF;
}

img{
	border:none;
}

td img { vertical-align: bottom; }


	

.copyright {align:center;font-family:trebuchet,arial,verdana;font-size:8pt;}
	
.caption {
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #bcbcbc; 
	text-decoration: none;
	line-height:10pt;
	}		
INPUT.text  {
    font-family : Trebuchet MS,Verdana,Arial,Helvetica;
    font-size : 8pt;
    background-color : fefefe;
    border-color : 666666;
    border-style : inset;
    border-width : 1px;
	color: 000000;
}

TEXTAREA  {
    font-family : Trebuchet MS,Verdana,Arial,Helvetica;
    font-size : 8pt;
    background-color : e2e2e2;
    border-color : 666666;
    border-style : inset;
    border-width : 1px;
	color: 000000;
}
SELECT {
    font-family : Trebuchet MS,Verdana,Arial,Helvetica;
    font-size : 8pt;
    background-color : e2e2e2;
    border-color : 666666;
    border-style : inset;
    border-width : 1px;
	color: 000000;
}
OPTION  {
    font-family : Trebuchet MS,Verdana,Arial,Helvetica;
    font-size : 8pt;
    background-color : e2e2e2;
	color: 000000;
}

hr.thin {
	height: 1px;
	border: 0;
	color: #333;
	background-color: #CCC;
	width: 100%;
} 

.thick {
	height: 10px;
	border: 0;
	color: #333;
	background-color: #000;
	width: 100%;
} 
