﻿.bluetablelabel {
	background:#039 url(newimages/tablehead.gif) repeat-y top left;
	height:38px;
	width:582px;
	margin:0;
	padding:0;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family:helvetica;
	line-height:32px;
}
.bluetable {
	margin:0;
	padding:0;
	width:582px;
	background:#90A8D8 url(newimages/tableback.gif) repeat-y top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bluetable tr {
	margin:0;
	padding:0;
	border-top:0;
	width:582px;
	height:30px;
}
.bluetable td , th
{
	margin:0;
	border:0;
	border-bottom:#039 solid 1px;
	height:30px;
	text-align:center;
	border-right:solid #039 1px;
}
.bluetable td:first-child 
{
	border-left:solid #039 1px;
}
.bluethead 
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.bluethead td 
{
		background-color:#90A8D8;
}
