/*------------------------------------------------------------------------------ */  
/*-------------------------------------------------------------Control body style*/
/*------------------------------------------------------------------------------ */
body
{
text-align: center;
background-color: #DFDFDF; 
/*background-color: white;*/
/*background-image: url('none');*/
margin-top:0; 
margin-left:0; 
margin-width:0; 
margin-height:0;
}
/*----------------------------------------------------------- */
/*----------------------------------------Control h1, 2 and 3 */
/*----------------------------------------------------------- */
h1 {
color: #0804b3;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size: 14pt;
font-style: italic;
margin-left: 10pt;
margin-bottom: 6px;
margin-top: 5pt;
}
h2 
{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#0804b3;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
   }

h3 
{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#Red;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
   }
p 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#000000;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
/*------------------------------------------------------------------------------ */
/*----------------------------------------------------------Control td contact us*/
/*------------------------------------------------------------------------------ */
td.contact
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
/*----------------------------------------------------------- */
/*---------------------------------------Control input submit */
/*----------------------------------------------------------- */
input.submit
{
margin-left: 5pt;
margin-top: 5pt;
background-color: #72b9dc; 
font-size: 10pt; 
font-family: Arial; 
color: #0804b3; 
border: 1px dotted #0804b3;
}
/*----------------------------------------------------------- */
/*----------------------------------------Control input close */
/*----------------------------------------------------------- */
input.close
{
margin-left: 5pt;
margin-top: 5pt;
background-color: #72b9dc; 
font-size: 10pt; 
font-family: Arial; 
color: #0804b3; 
border: 1px dotted #0804b3;
}
/*----------------------------------------------------------- */
/*----------------------------------------Control input reset */
/*----------------------------------------------------------- */
input.reset
{
margin-left: 5pt;
margin-top: 5pt;
background-color: #72b9dc; 
font-size: 10pt; 
font-family: Arial; 
color: #0804b3; 
border: 1px dotted #0804b3;
}