

--------------------------------------------------------------------------*/


/* COMMON STYLE

---------------------------------------------------------- */


* {


	margin: 0;



	padding: 0;

}



body {


	color: #000000;


	background: #FFFFFF;


	font-family: Tahoma, Arial, Geneva, sans-serif;


	line-height: 1.8;

}


body#bd {



	background: url(../images/body-bg.jpg) repeat-x top #5E6874;



	background-attachment: fixed;

}



body.contentpane {


	width: auto; /* Printable Page */

	margin: 1em 2em;

	background: #FFFFFF;

	color: #000000;

	font-size: 12pt;

	font-family: serif;

	line-height: 140%;

}

body.fs1{

	font-size: 9px;
}


body.fs2{

	font-size: 10px;

}

body.fs3{


	font-size: 11px;


}


body.fs4{

	font-size: 12px;

}

body.fs5{

	font-size: 13px;

}


body.fs6{



	font-size: 14px;
}


/* Normal link */


a {


	color: #e56e6e;


	text-decoration: None;

}



a:hover, a:active, a:focus {


	color: #ed8e8e;  


	text-decoration: underline;blink;


}



/* Small text */


.small, .smalldark, .createdate, .modifydate, .mosimage_caption,


.back_button, .pagenavcounter, .pagenav, .pagenavbar {


}

/* Heading */


h1 {


	font-size: 1.5em;



	font-weight: normal;


}


h2 {


	font-size: 1.3em;


}

h3 {


	font-size: 1.17em;

}



h4 {


	font-size: 1em;

	text-transform: uppercase;

}


p {


	margin: 5px 0 15px;

}

























fieldset {







	border: none;







}















fieldset a {



	font-weight: bold;


}



hr {



	border-top: 1px solid #C6CED9;



	border-right: 0;



	border-left: 0;



	border-bottom: 0;



	height: 1px;

}





a img {







	border: none;







}












/* DIV


---------------------------------------------------------- */


td, div {



	font-size: 1em;

	direction: rtl;


}





/* MAIN LAYOUT DIVS


---------------------------------------------------------- */


#ja-wrapper {


	margin: 0 auto;


	padding: 0;


	width: 95%;


	text-align: left;


	min-width: 750px;


	max-width: 2000px;


	border: 4px solid #FFFFFF;

}



.narrow #ja-wrapper {


	width: 750px;


}







