img {border:0px;} 
li.Trebuchet {font-family: Trebuchet MS, Verdana, Arial;font-size: 90%}
li.TrebuchetNewest {font-family: Trebuchet MS, Verdana, Arial;font-size: 90%;font-weight: 900;}
b.Trebuchet {font-family: Trebuchet MS, Verdana, Arial;font-size: 120%}
a.Trebuchet {font-family: Trebuchet MS, Verdana, Arial;font-size: 110%}
a.TrebuchetBaby {font-family: Trebuchet MS, Verdana, Arial;font-size: 100%}
td.Trebuchet {font-family: Trebuchet MS, Verdana, Arial;font-size: 100%}
li.TrebuchetSmallRed {font-family: Trebuchet MS, Verdana, Arial;font-size: 70%;color: red;}
td.TrebuchetSmall {font-family: Trebuchet MS, Verdana, Arial;font-size: 70%}
p.Trebuchet {font-family: Trebuchet MS, Verdana, Arial;font-size: 100%}
p.TrebuchetSmall {font-family: Trebuchet MS, Verdana, Arial;font-size: 90%}
body.Trebuchet {font-family: Trebuchet MS, Verdana, Arial;font-size: 90%}
textarea.newStyle {overflow:'hidden'; }
textarea.newSmallStyle{overflow:'hidden';font-family: Trebuchet MS, Verdana, Arial;font-size: 70%;color: 'red'; }
small.Trebuchet {font-family: Trebuchet MS, Verdana, Arial;font-size: 70%;color:'red';}
div.TrebuchetSmallest {font-family: Trebuchet MS, Verdana, Arial;font-size: 80%}
div.TrebuchetBaby {font-family: Trebuchet MS, Verdana, Arial;font-size: 100%}
div.TrebuchetLargeWhite {color: 'white';font-family: Trebuchet MS, Verdana, Arial;font-weight: bold;font-size: 120%}
div.message {
	visibility:hidden;
	border-style:solid;
	border-width:1px;
}

        #canvas {
            height: 480px;
            margin: 0 auto;
            text-align: left;
            width: 640px;
            margin: 10px;
            

        }
       #holder {
	        border-style:solid;
			border-width:1px;
			background-color: yellow;
			height: 650px;
			margin: 20px;
       }
        #code {
            font-family: Consolas, Monaco, "Lucida Console", monospace;
            height: 4em;
            margin: 10px;
            padding: 0;
            width: 90%;
        }
        #run {
            font-size: 2em;
        }
.slider {
	margin: 0.5em auto;
	position: relative;
	width: 300px;
	height: 15px;
	background: url(/images/bg.png) 50% 50% repeat-x;
}
.slider img {
	position: absolute;
	top: 0px;
	left: 85px;
}
.slider .left, .slider .right {
	height: 12px;
	width: 2px;
	position: absolute;
	top: 0px;
}
.slider .left {
	left: 0px;
	background: url(/images/left.png) 0px 1px no-repeat;
}
.slider .right {
	right: 0px;
	background: url(/images/right.png) 0px 1px no-repeat;
}


