ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
IFRAME, 
NOFRAMES, 
 OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE, IMG { display: block }
BODY { 
	margin-left: 0px ; 
	margin-right : 0px;
	margin-top : 0px ; 
	margin-bottom:0px;
	color:#444;
    background:url(../img/body_back.jpg) repeat bottom right black;

}
LI              { display: list-item, margin : 1em ; line-height : 14pt  ; }
HEAD            { display: none }
TABLE, IFRAME.specs   { display: table; }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell; vertical-align : top; }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
B, STRONG       { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
/* BR:before       { content: "\A" } */

/* Here for local page CSS */
TD 				{ font-size : 1em; } 
A				{ text-decoration : none ;}
A:link  		{ color : #404040; }
A:visited  		{ color : #666666; }
A:active  		{ color : #555555; }
A:hover  		{ color : #800000; }
A.menu			{ }
A.menu:link  	{ color : #DDDDDD; }
A.menu:visited  { color : #AAAAAA; }
A.menu:active   { color :  #CCCCCC; }
A.menu:hover  	{ color : #FAFAFA; }

table.outer {

	font-family : sans-serif;
	width:780px;
	margin-top:16px;
	margin-bottom:16px;
}

table td.imagethumbs {
	border-style : groove;
	border-color : #202020;
	border-left-width : 1px;
	border-right-width : 0px;
	border-top-width : 0px;
	border-bottom-width : 1px;
	padding:4px;margin:4px;
}
table.mainrow {
	background : #FFF;
	padding-bottom:18px; 

}
table.head {
background:url(../img/head_right.jpg) no-repeat bottom right black;
}
table.main td {
	font-size : .85em; 
	font-weight : lighter;
	text-align : justify ;
	font-style : normal ;
}

td.footmenu {
	background : URL(../img/footmenu.jpg);
    font-size : 11pt; 
	font-weight : normal ;
	line-height : 16pt ; 
}
td.footer { 
	background : black;
	
}
td.footertext {
	text-decoration : none;
	line-height : 16pt ; 
	font-size : .75em;
	color : #cccccc ;
}

td.title {
	background : URL(../img/titleback2.jpg);
	border-style : solid;
	border-color : #808080;
	border-right-width : 0px;
	border-top-width : 0px;
	border-left-width : 0px;
	border-bottom-width : 0px;

}
table.main td.title {
	line-height : 24px ; 
	font-size : 11pt ;
    font-weight : normal ;
}
a.title, a.title:link, a.title:visited { 
	line-height : 24px ; 
	font-size : 11pt;
	color : black ;
	font-weight : normal ;
	font-style : normal ;
}

table.survey td {
	font-size : 8pt ;
	line-height : 16pt ;
}
INPUT.number { direction : rtl; }

H1  {
	font-size : 14pt;
}
H2  {
	font-size : 12pt;
	font-weight : bold;
}
H3  {
	font-size : 11Pt;
	font-weight : bold;
}
H4  {
	font-size : 10pt;
	line-height : 11pt;
	font-weight : bold;
}
H5  {
	font-size : 9pt;
}
H6  {
	font-size : 8pt;
	display : inline;
}

TD.picview  {
	color : rgb(255,255,255);
	font-size : 9pt;
}
SPAN.picview  {
	position : absolute;
	visibility : hidden;
	font-family : Arial;
}
MAP { display : inline ; }

/*end personal */

@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}