body
{
 margin: 0
} 

form
{ 
  margin: 0 
  padding:0
}

A 
{
 font-weight : bold;
 font-family : verdana, sans-serif;
 font-style : normal;
 color : Black;
 text-decoration : none; 
 font-size : 11px;
}

A:Visited 
{
 font-weight : bold;
 font-family : verdana, sans-serif; 
 font-style : normal;
 color : Black;
 text-decoration : none;
 font-size : 11px; 
}

A:Active 
{
 font-weight : bold;
 font-family : verdana, sans-serif;
 font-style : normal;
 color : Black;
 text-decoration : none;
 font-size : 11px; 
}

A:Hover 
{ 
 font-weight : bold;
 font-family : verdana, sans-serif;
 font-style : normal;
 color : Black;
 text-decoration : underline;
 font-size : 11px; 
}

		a.author{
		font-weight:normal;
		font-decoration:none;
		}
		a.author:hover{
		font-weight:normal;
		font-decoration:underline;
		}
		a.author:visited{
		font-weight:normal;
		font-decoration:none;
		}
		a.author:active{
		font-weight:normal;
		font-decoration:underline;
		}

td 
{
 font-size : 11px; 
 font-family : verdana, sans-serif;
 font-weight : normal;
 font-style : normal; 
 color : Black;
}

.celle
{
 font-family:verdana,sans-serif;
 font-size:11px;
 font-weight:bold;
 background-Color:#3B2B57;
 color:#DDDAE2;
 cursor:pointer;
 padding-left:10px;
 padding-right:10px;
 padding-top:5px;
 padding-bottom:5px;
}

.grey 
{
 font-size : 11px;
 font-family : verdana, sans-serif; 
 font-weight : normal;
 font-style : normal;
 color : Gray; 
}

.FORMITEM 
{
 font-size : 11;
 font-family : Verdana;
 font-weight : normal;
 font-style : normal;
 color : Black;
 border-style: solid;
 border-color: Gray;
 border-width: 1px;
}

.button 
{
 font-size : 11; 
 font-family : Verdana;
 font-weight : 900;
 font-style : normal;
 color : #DA0B0B;
 border-style: solid;
 border-color: #DA0B0B;
 border-width: 1px;
 background-color: white;
 height: 20px;
 cursor: hand;
 margin: 5px 5px 5px 0px;
}

.FORMITEMRIGHT 
{
 font-size : 11;
 font-family : Verdana;
 font-weight : normal;
 font-style : normal;
 color : Black;
 border-style: solid;
 border-color: Gray;
 border-width: 1px;
 text-align: right;
}

.highpadding
{ 
  padding-top: 7px;
  padding-bottom: 7px;  
} 

textarea{
 font-size : 11;
 font-family : Verdana;
 font-weight : normal;
 font-style : normal;
 color : Black;
 width:187px;
}