a, a:visited, a:hover { color:#FF00FF; }
p { margin:5px; }
th { font-weight:bold; }
td,th { padding:5px; }
.tbl1 { background-color:#fff; }
.tbl2 { background-color:#f1f1f1; }
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, blockquote { margin:0; padding:0; }
ol, ul { list-style:none; }
caption, th { text-align:left; }
q:before, q:after { content:''; }
body { font:13px arial,helvetica,clean,sans-serif; font-size:small; }
select, input, textarea { font:99% arial,helvetica,clean,sans-serif; }
pre,code { font:115% monospace;font-size:100% }
body * { line-height:1.22em }

h1 {
	color: #fff;
	background: #FF00FF;
	padding: 10px;
	font-size: 200%;
}

h2 {
	color: #000;
	font-size: 150%;
	padding: 10px 0;
}

h3 {
	color: #000;
	font-size: 120%;
	padding: 10px 0;
}

ul {
	list-style: disc inside;
	margin-left: 1em;
}

#content {
	padding: 10px;
}

label {
	float: left;
	width: 12em;
}

input[type=text], select, textarea { width: 200px; }

.highlight {
	color: #000;
	font-size: 150%;
	padding: 5px 0;
}

.url {
	color: #666;
}

#banner {
	padding: 15px;
	background-color: #FF00FF;
	color: white;
	font-size: large;
	border-bottom: 1px
	solid #ccc;
	background: url(bg.gif) repeat-x;
	text-align: center;
}

#banner a { color: white; text-decoration: none; }

#text { margin:50px auto; width:500px; }
.hotspot { padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer; }

#tt { position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat; }
#tttop { display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden; }
#ttcont { display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF; }
#ttbot { display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden; }
