/*
	MARON			: 983030
	MARON_BRIGHT	: C44242
	YELLOW			: FFCC66
*{ margin: 0; padding: 0; }*
*/


*{ margin: 0; }*

html, body, table, td
 {
	direction	: rtl;
	font-family	: Arial;
	text-align	: right;				
 }

body
 {

	scrollbar-face-color		: #FFCC66;
	scrollbar-track-color		: #983030;
	scrollbar-arrow-color		: #000000;
	scrollbar-highlight-color	: #;
	scrollbar-3dlight-color		: #;
	scrollbar-shadow-color		: #;
	scrollbar-darkshadow-color	: #;
	
	background-color			: #983030;
	padding						: 12px;
	padding-top					: 6px;
 }
 
fieldset
 {
	padding	: 5px; 
	border	: 1px solid #CCCCCC;
	width	: 700px;
 }

legend		
 {
	font-size	: 1.5em;
	color		: #983030; 
	font-weight	: normal; 
	font-family	: "Trebuchet MS", Arial,'Times New Roman',Times,serif;
 }
 
.white
 {
	width		: 99% !important;
	width /**/:99%;
    margin		: 12 auto;
    padding		: 5px;
    background	: #FFFFFF;
 }

.yellow
 {
	width		: 60%;
    margin		: 12 auto;
    padding		: 5px;
    background	: #FFCC66;
 }

.ylw_hdr
 {
	background-color	: #FFCC66;
	vertical-align		: top;
	font-weight			: bold;
	color				: #983030;
	padding				: 3pt;
 }

.maron
 {
	background-color	: #983030;
	color				: #FFCC66;
 }	

.maron_bright
 {
	background-color	: #C44242;
	color				: #FFCC66;
 }	

.page_hdr
 {
	color		: #983030;
	font-size	: xx-large;
	font-weight	: bold; 
 }

.td_hdr
 {
	font-weight		: bold; 
	vertical-align	: top;
 }

.TxtTitle
 {
	font-size		: large;
	font-weight		: bold; 
	padding-right	: 3pt;
	color			: #983030;
	text-align		: right; 
	line-height		: 100%; 
	margin-top		: 6;
	margin-bottom	: 6;
 }
 
.text
 {
	text-align		: right;
/*	font-size		: medium;*/
	padding-right	: 3pt; 
	line-height		: 150%;
	margin-top		: 6; 
	margin-bottom	: 12;
	width			: 60%;
 } 

.button
 {
	width		: 400px !important;
	width /**/:400px;
    margin		: 6 auto;
    padding		: 5px;
    background	: #FFCC66;
 }

H1, H2, H3
  {
   color			: #983030; 
   margin-top		: 0; 
   margin-bottom	: 6;
  }

H1 
 {
   font-size		: 250%;
 }

H2
  {
   font-size		: 190%;
  }

H3
  {
   margin-top		: 12px; 
   font-size		: 150%;
  }

ul, ol
 {
	margin-right: 48px;
 } 

.submit
 {
	font-weight		: bold; 
	font-size		: xx-large; 
	color			: #FF0000;
	margin-bottom	: 12px;
 }

 a:link    {font-size:10pt; color: #0000FF;	text-decoration: none;}
 a:visited {font-size:10pt; color: #0000FF;	text-decoration: none;}
 a:hover   {font-size:10pt; color: #FF0000; text-decoration: underline;}
 a:active  {font-size:10pt; color: #FF99CC; text-decoration: none;}
 
 a:link.txt 	{font-size:12pt; color: #0000FF; text-decoration: underline;}
 a:visited.txt {font-size:12pt; color: #0000FF; text-decoration: underline;}
 a:hover.txt   {font-size:12pt; color: #FF0000; text-decoration: none;}
 a:active.txt  {font-size:12pt; color: #FF99CC; text-decoration: underline;}