body {
	background-repeat:repeat-x;
}
table {
	background-repeat:no-repeat;
}
td {
	vertical-align:top;
}
a:link { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }
h1 {
	font-size:12px;
	font-weight:bold;
	height:20px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	height:20px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	height:20px;
}
p.scroll {    
	height: 390px;
	width: 440px;
	overflow: auto;
	border: 0px solid #666;
	padding: 0px;
}   