body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/stripeBG.png);
	background-repeat: repeat;
} 
#topLogo {
	background-image: url(images/bookspy_03.png);
	background-repeat: no-repeat;
	background-position:center;
	height:137px;
}
#connector {
	background-image: url(images/bookspy_06.png);
	background-repeat: repeat-y;
	background-position:center;

}
#connectorMiddle {
	background-image: url(images/spacerMiddle.png);
	background-repeat: repeat-y;
	background-position:center;

}
#middleTopSeperator {
	background-image: url(images/bookspy_08.png);
	background-repeat: no-repeat;
	background-position:center;
	height:57px;
}
#middleBottomConnector {
	background-image: url(images/bookspy_10.png);
	background-repeat: no-repeat;
	background-position:center;
	height:54px;
}
#footer {
	background-image: url(images/bookspy_12.png);
	background-repeat: no-repeat;
	background-position:center;
	height:81px;
}
#linkTable {
	border-right-style: dotted;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
}
# main {
	width:500px;
	text-align:center;
}
h1 {
	font-size: 24px;
	color: #06F;
}
h2 {
	font-size: 18px;
	font-style: oblique;
	color: #06F;
}
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #006afa url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #006afa url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #10e90b;
	background: #006afa;
}
#rounded-corner td
{
	padding: 8px;
	background: #dcffd2;
	border-top: 1px solid #10e90b;
	color: #000000;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #dcffd2 url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #dcffd2 url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
