body
{
	margin: 0px auto;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: black;
	direction: ltr;
}

p, h1, h2, h3, h4, h5, h6, form, input, img, select, ul, li
{
	padding: 0px;
	margin: 0px;
}

input:focus
{
  outline-width:0;
}

table 
{ 
	border-collapse:collapse; 
	border:0px; 
}

th, td
{
	padding:0; 
	border:0px; 
} 

input, textarea, select
{
	font-size: 12px;
	font-family: arial;
	border: 1px solid #7E9DB9;
}

input[type="text"]
{
	padding: 0px 2px;
}

input[type="checkbox"], input[type="radio"], input[type="image"]
{
	border: 0px;
}

h1
{
}

a, .link
{
	color: ; /* set here links color */
	cursor: pointer;
}

td
{
	vertical-align:top;
	font-size: 13px;
}

strong /* Fix IE bug */
{
	font-weight: bold
}

div.container
{
	margin: 0 auto;
	width: ; /* set here site width */
	direction: rtl;
	text-align: right;
}

/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */
/* -- ------------------------------------------------------------------------------------------------------------- */

/* -- footer ------------------------------------------------------------------------------------------------------ */

div#footer
{
}

div#copyrights
{
	float: right;
	color: #87888C;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
}
			
div#interuseLogo
{
	float: left;
	padding-left: 20px;
}

div#interuseText
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

div#interuseText a
{
	color: #87888C;
	font-size: 10px;
}

/* -- send email -------------------------------------------------------------------------------------------------- */

div#sendEmail_title
{
	color: #0000C0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
	
td.sendEmail_title
{
	color: #404040;
	font-weight: bold;
}

td.sendEmail_value
{
}

a img
{
		border: 0px;
}
