A:link {color:#555555; font-size:9pt; text-decoration: none}
A:visited {color:#555555; font-size:9pt; text-decoration: none}
A:hover {color:#DD6633; font-size:9pt; text-decoration: none}

A.tool:link {color:#FF8401; font-size:10pt; font-weight:bold; text-decoration: none}
A.tool:visited {color:#FF8401; font-size:10pt; font-weight:bold; text-decoration: none}
A.tool:hover {color:#0000FF; font-size:10pt; font-weight:bold; text-decoration: none}

BODY {

SCROLLBAR-FACE-COLOR: #eaeaea; 
SCROLLBAR-HIGHLIGHT-COLOR: #eaeaea; 
SCROLLBAR-SHADOW-COLOR: #d4d0c8; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #999999; 
SCROLLBAR-TRACK-COLOR: #f2f2f2; 
SCROLLBAR-DARKSHADOW-COLOR: #606060; 
SCROLLBAR-BASE-COLOR: #d4d0c8;

margin-left:0;
margin-top:0;
margin-right:0;
margin-bottom:0;
background-color:#FFFFFF;
font-size:9pt;
color:#555555;
line-height:130%;
font-family:µ¸¿ò;
		padding:0px;
		text-align:center;
		width:100%;
		
}
	#marquee{
		/* general marquee layout*/
		padding-top:3px;
		height:25px;
		background-color: #000;
		/* End general marquee layout */
		position:fixed;
		left:0px;
		z-index:1000;
		bottom:0px;
		display:none;
		width:100%;
		overflow:hidden;
	}
	
	body > div#marquee{	/* Firefox rule */
		position:fixed;
	}
	#marquee .textObj{	/* Layout for the marquee text */
		position:absolute;
		color: #FFF;
		font-weight:bold;
		white-space:nowrap;
		font-family:ÇÑÄÄ¹ÙÅÁ,Trebuchet MS, Lucida Sans Unicode; 
	}
	/* Just some layout classes used in this example script */
	.highlighted{
		color:#F00;	// Red color
	}
	.greenText{
		color:#0F0;	// Green color
	}