﻿body
{ 
	background-color : #000000;
	margin-left:0;
	margin-top:0; 
    }
    
.Stile1 {
	font-family: tahoma;
	color: #000000;

}
    .style1
    {
        text-align: left;
    }
    
  .small   
  {
  	text-align: left;
	font-family: tahoma;
	color: #000000;
	font-size:small;
} 

 .smallTitle   
  {
  	text-align: left;
	font-family: tahoma;
	color: #000000;
	font-size:small;
	font-weight:bold;
} 

.error
  {
  	text-align: left;
	font-family: tahoma;
	color:Red;
	font-size:small;
	font-weight:bold;
}
.title
{	font-family: tahoma;
	color: #000000;
	font-weight:bold;
	text-align: center;
	}
	
	.txtStyle
	{
		background-color:#CFCFCF;
		border-color:Black;
    border-style:solid;
    border-width:1px;
    }
