@charset "utf-8";
/* CSS Document */

.tableStyle
{
    background-color:#dce5d5;
    border-color:#c2c5bf;
    border-width:1px;
    border-style:solid;
    font-size: 14px;
    font-family:Arial;
}
.tableStyle p
{

	margin:0px;
	padding:0px;
	text-align:left;
}
.tableStyle td
{
    border-bottom-color:#c2c5bf; 
    border-bottom-width:1px; 
    border-bottom-style:solid; 
	height:10px;
	line-height:15px;
}
.tableStyleTH
{
    background-color:#86a76f;
    color: #ffffff;
    font-size: 16px;
	line-height:10px;
	height:10px;
}
