/**********************************************************/
/* Global Cascaded Style Sheet file for BETEK			  */
/**********************************************************/

/* general settings for HTML body */
	body { margin-top:10px; 
		   margin-bottom:10px;
		   background-color:#F1F1F1;
		   font-family:Arial;
		   font-size:10pt;
		   color:#000000}


/* test settings for HTML body */
	body.betekMain { margin-top:7px;
					 margin-left:15px;
					 margin-right:15px;
					 margin-bottom:7px;
					 background-color:#9B9BDD;
					 color:#000000 }
					 /* background-color:#9B9BFF } #336699  9B9BDD */


/* test settings for HTML body */
	body.betekTitle { margin-top:5px;
					  margin-left:0px;
					  margin-bottom:0px;
					  background-color:#F1F1F1;
					  color:#000000 }


/* test settings for HTML body */
	body.betekMenu { margin-top:0px;
					 margin-left:7px;
					 margin-bottom:5px;
					 background-color:#F1F1F1;
					 color:#336699 }


/* anchor links */
	a:link { color:#00009B; 
			 font-weight:normal;
			 text-decoration:none }
	a:visited { color:#00009B;
				font-weight:normal;
    		    text-decoration:none }
	a:active { color:#00009B;
			   font-weight:normal;
			   text-decoration:underline }
	a:hover { color:#00009B;
			  font-weight:bold;
    		  text-decoration:underline }

/* font family */
	p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,em { font-family:Arial,sans-serif; }


/* bullet lists */
	ul { font-size:16px }


/* font size  and style*/
	p,ul,ol,li,div,td { font-size:10pt; }
	h1 { font-size:36px; font-weight:bold; color:#EEFF00 }
	h2 { font-size:24px; font-weight:bold; color:#EEFF00 }
	h3 { font-size:20px; font-weight:bold; color:#000000 }
	h4 { font-size:16px; font-weight:normal; color:#000000 }
	h5 { font-size:12px; font-weight:bold; color:#000000 }
	h6 { font-size:10px; font-weight:bold; color:#000000 }


/* Menu table settings */
	table.menu {background-color:#336699 }
				
	td.bgBlue { background-color:#336699;
				height:20px;
				width:15px }

	td.bgGrey { background-color:#D8D8D8;
				height:20px;
				width:115 }
	
	table.bgGrey { background-color:#F1F1C1 }

	td.bgButton { background-color:#9B9BDD;
				  color:#0000FF;
				  font-weight:bold}

	td.bgHighlight { background-color:#FFFFAA }



/* emphasizing settings */
	em {	color:#C81919; }


/* emphasizing for BETEK 'Spray' */
	em.scSpray	 {	font-size:48px;
					color:#C81010;
					font-style:normal;	}


/* emphasizing for BETEK 'Control' */
	em.scControl {	font-size:48px;
					color:#1010C8;
					font-style:normal;	}


/* emphasizing for BETEK 'Reg.' */
	em.scReg	 {	font-size:36px;
					color:#000000;
					font-style:normal;	}


/* paragraph special 1 */
	p.grey	 {	font-size:10pt;
				color:#00009B;
				font-style:normal;	}
