﻿@charset "utf-8";
/* CSS Document */

.spectitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #50504D;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.table{
	color: #50504D;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B0;
	clear: both;
	background-color: #FFFFFF;
}
.tabletop{
	background-color: #C4C4C4;
	height: 25px;
}
.tr_deep{
	background-color: #F3F3F3;
	height: 25px;
}
.tr_shallow{
	background-color: #FFFFFF;
	height: 25px;}

