/* CSS Document */

body {
	background-image: url(images/bkgrd.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}

#leftText{
	position:relative;
	float:left;
	width:340px;
	padding:5px;
}

#rightText{
	position:relative;
	float:right;
	width:340px;
	padding:5px;
}