/* --  2018.09.21 -- */
/* --  Dir: CSS  -- */

/* ---------------------- TOTAL INITIALIZATION: ---------------------- */
html, body, div,
h1, h2, h3, h4, h5, h6,
ol, ul, li, dl, dt, dd, 
img, map, area, 
a,
form, input, button, object, output, 
textarea,
select, option, optgroup, 
abbr, span, big, small, strong, b, i, u,
sub, sup,
audio, video, source, 
param, var,
p, address, code, pre, bdi, blink, 
cite, blockquote, q
		{
	margin: 0;
	padding: 0;
	border-style: solid;
	border: 0;
	background: transparent;
	font-size: 100%;
		}

/* -- Tables -- */
table, caption, thead, tbody, tfoot, tr, th, td, col  
		{
	margin: 0;
	padding: 0;
	border-style: solid;
	border: 0;
	background: transparent;
		}
table, th, td, tr
		{
	border-collapse: collapse;
	border-spacing: 0;	
		}

/* -- HyperLinks: -- */ 
a	 	{
	text-decoration: none;
		}
a:link, a:hover, a:visited, a:active	
		{
	text-decoration: none;
	border-style: solid;
	border-width: 0px;	
		}

/* -- New Elements (HTML5): -- */ 
header, footer, section, article, aside,
canvas, progress,
details, summary, 
time, timeupdate
		{
	margin: 0;
	padding: 0;
	border-style: solid;
	border: 0;
	background: transparent;
	font-size: 100%;
		}

/* -- Old Elements: -- */ 
acronym, center, strike, applet, bdo, planetext, s, tt, marquee, noindex 	
		{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;	
		}
	
/* ----------------- Logotype pointer: ----------------- */			
body	{
	cursor: url(wd_MyLogo/Cursor_UsePCok.cur), default;
		}		
/* ----------------- End Pages: ----------------- */	
div#Talis
		{
	width: 1232px;		
	margin: 3px auto 7px auto;	
	height: 87px;
		}
div#Talis iframe
		{
	width: 1232px;		
	margin: 3px auto 7px auto;	
	height: 87px;	
	border: 0px;
		}		
	
footer#EndPage
		{
	width: 1186px;		
	margin: 3px auto 7px auto;	
	height: 45px;
		}
footer#EndPage iframe
		{
	width: 1186px;
	height: 45px;	
	border: 0px;
		}
	
footer#EndPageS
		{
	width: 760px;		
	margin: 3px auto 7px auto;	
	height: 45px;
		}
footer#EndPageS iframe		
		{
	width: 760px;
	height: 45px;	
	border: 0px;
		}		
		