body {
	background-image:  url("images/little-blue-slice.gif");
}
		
.title {
	color: #0066CC; 
	font-weight: bold;
}

div.header {
	margin-top: 50px;
	width: 700px;
	background-color: white;
	border: 0;
	padding: 0;
}

div.bgtop {
	background-image: url('images/info_box_top.gif');
	border: 0;
	padding: 0;
	height: 21px;
	width: 700px;
}		
div.main {
	width: 700px;
	height: 310px;
	background-image: url('images/info_box_main.gif');
	border: 0;
	padding: 0;
}		

div.bgbottom {
	background-image: url('images/info_box_bottom.gif');
	border: 0;
	padding: 0;
	height: 40px;
	width: 700px;
}	

table.main {
	position: relative;
	top: 10px;
	width: 650px;
	height: 300px;
	border-spacing: 10px 0px;
	font-family: Arial, Helvetica, sans-serif; 
}		

.col1 {
	width: 84px;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}		

.col2 {
	width: 260px;
	font-size: 11px; 
}	

.col3 {
	width: 260px;
	font-size: 11px;
}

.text_blue {
	color: #0066FF
}





.indexcol1 {
	width: 280px;
	font-size: 15px;
	font-weight: bold;
}		

.indexcol2 {
	width: 200px;
	font-size: 11px;
	text-align: right;
}	

.indexcol3 {
	width: 124px;
	font-size: 10px;
}

div.indexbgbottom {
	background-image: url('images/index_box_bottom.gif');
	border: 0;
	padding: 0;
	height: 19px;
}	






