body
{
	text-align: center;
	margin: 0px auto;

	font-family : Tahoma;
	font-size : 8;
	text-decoration : none;
	background-color : #FAECCF;
	color : #000000;
}

/*p
{
	margin: 0px;
	padding: 0px;
}
*/
div#container
{
	margin: 0px auto;	
	width: 760px;
}

table#mainTbl
{
	width: 760px;
	direction: rtl;
}

table#mainTbl td
{
	vertical-align: top;
}

td#right
{
	width: 160px;
}

td#left
{
	width: 600px;
}

/* -- header ------------------------------------------------------------------------------------------------------ */

div#header
{
	width: 760px;
	height: 160px;
	background: url(../loadedFiles/top_logo.jpg) no-repeat;
	cursor: pointer;
	padding-bottom: 15px;
}


/* -- right menus ------------------------------------------------------------------------------------------------- */

div#rightMenus
{
}

div#rightMenu1, div#rightMenu2, div#rightMenu3
{
}

div.rightMenu
{
	background: url(../loadedFiles/menuMidBG.bmp) repeat-y;
}

.rightMenu_box, .rightMenu_box_in, .rightMenu_box_over, .rightMenu_box_over_in, .rightMenu_box_selected, .rightMenu_box_selected_in
{
	width: 100%;
	text-align: right;
	line-height: 20px;
	padding-right: 8px;
}

.rightMenu_box_in a, .rightMenu_box_over a, .rightMenu_box_over_in a, .rightMenu_box_selected a, .rightMenu_box_selected_in a
{
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}

.rightMenu_box_selected a
{
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}

.rightMenu_top
{
	background: url(../loadedFiles/MenuTopBG.png) no-repeat;
	width: 160px;
	height: 16px;
	font-size: 0%;
}

.rightMenu_bottom
{
	background: url(../loadedFiles/MenuBotBG.png) no-repeat;
	width: 160px;
	height: 5px;
	font-size: 0%;
}

/* -- contact form ------------------------------------------------------------------------------------------------ */

td.contactFormText
{
	vertical-align: top;
	font-size: 12px;
}

input.contactFormField, textarea.contactFormField
{
	width: 400px;
	font-size: 12px;
}

/* -- content ----------------------------------------------------------------------------------------------------- */

div#content
{
	margin: 2px;
}

div#main
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	text-align: right;
}

div#title h1
{
	font-family : David;
}

div#txt
{
	font-family : David;
	font-size : 20px;
	text-decoration : none;
	background-color : #FAECCF;
}

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

div#copyrights
{
	float:right;	
	color: #09255D;
	font-size: 11px;
	margin-right: 4px;
	padding-top: 10px;
}
		
div#interuseLogo
{
	float:left;
	margin-left: 3px;
}

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

div#interuseText a
{
	color: #0F100A;
	font-size: 12px;
	text-decoration: none;
}
div#interuseText a:hover
{
	text-decoration: underline;
}

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

div#sendEmail_title
{
	color: #3C6368;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
	
td.sendEmail_title
{
	color: #5D6B6D;
	font-weight: bold;
}

td.sendEmail_value
{
}

a img
{
		border: 0px;
}

span.styleMarkResult
{
		color: red;
		font-weight: bold;
}
div.styleBoxName
{
		font-size: 14px;
		font-weight: bold;
		padding-right: 10px;
		color: #FAECCF;
		font-family: Arial;
}

