﻿table
{
	table-layout:auto;
	width:95%;
	border: 2px solid #7c9e4a;
}

th
{
	border-style:none;
	border-bottom:1px solid #7c9e4a;
	background-color:#e7f6cf;
	font-weight:bold;
	color:#000000;
}

td
{
	border:1px solid #7c9e4a;
	padding:2px;
	text-align:center;
}

td input[type=submit], td input[type=button]
{
	font-size:80%;
	width:5em;
}

caption
{
	text-align: left;
	font-size:110%;
	font-weight:bold;
	color: #7c9e4a;
}

.LeftCol
{
	text-align:left;
}

.RightCol
{
	text-align:right;
}

.AdvertSubjectTable
{
	border:none;
}

.AdvertSubjectTable table
{
	border:none;
}

.AdvertSubjectTable th
{
	border:none;
}

.AdvertSubjectTable td
{
	border:none;
}

.AdvertSubjectTable label
{
	width:160px;
	font-weight:normal;
	text-align:left;
}