body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	margin-top: 20px;
}

#wrapper { 
	width:800px;
	margin:auto;
	border:1px solid #CCCCCC;
	padding:20px 40px;
	background-image:url(images/touch_screen_bgd.jpg); background-position:top right; background-repeat:no-repeat;
	}

.style1 {
	font-size: small;
	color: #999999;
}


h1 { color:#EE6600 }
h2 a { color:#EE6600; text-decoration:none; }
h2 a:hover { color:#EE6600; text-decoration:underline; }

.case_study {
	background-color: #eeeeee;
	border:1px #000000 dotted;
	font-size:smaller;
}

textarea {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

input, textarea { color:#330066; }