body,td {
	font-family: Tahoma;
	font-size: 11px;
	color: #575757;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: bold;
	color: #575757;	
}
td {
vertical-align:top;
}

h1 {
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-weight:normal;
font-size:20px;
}

td.hasab, td.heading1, td.balmenu, td.balmenu_on {
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;

}

td.balmenu:hover, td.balmenu_on {
background-color: #f2f2f2;
}


td.heading1 {
vertical-align:middle;
}

td.vvonal {
height:10px;
background:url(pont.gif);
background-repeat: repeat-x;
background-position:center;
padding-top:5px;
padding-bottom:5px;
}

td.fvonal {
width:20px;
background:url(pont.gif);
background-repeat:repeat-y;
background-position:center;
text-align:center;

}

/*

.demo2 {
	border: 1px solid #000;
	padding: 2px;
	m: expression(this.onmouseover =  new Function("this.className = 'demo2-hover';"));
}

.demo2:hover,
.demo2-hover {
	border: 1px solid #000;
	padding: 2px;
	color: #00f;
	font-weight: bold;
	font-variant:small-caps;
	m: expression(this.onmouseout = new Function("this.className = 'demo2';"));
}


td {
	background-color: #666;
	color: #fff;
	h: expression(onmouseover=new Function("this.style.backgroundColor='#ff0';
	    this.style.color='#000';"),
		 onmouseout=new Function("this.style.backgroundColor='#666'; 
		 this.style.color='#fff';"));
}
td:hover {
	background-color: #ff0;
	color: #000;
}

*/
