TABLE.tableMain {
		border-color: #CCCCCC;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		background: #FFFFFF;
	}
TR.menuBg
{
	background-color: #336039;
	height:30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #EFEFEF;
}
TR.menuBgLight
{
	background-color: #5CAF7D;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #EFEFEF;
}
a.menBgLightLink
{
	font-weight: bold;
	text-decoration: none;

}
a.menBgLightLink:hover
{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;

}

TD.tabsBg
{
	height: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #EFEFEF;
	background-color: #336039;
}
TD.tabsBlank
{
	background-image: url(spacer.gif);
	height: 20px;
	width: 100px;
}
TD.tabsBg:hover
{
	background-image: url(button_on.gif);
	background-repeat: repeat;
}
TD.tabsBg a
{
	text-decoration: none;
	color: #ffffff;
}
TD.tabsBg:hover a
{
	text-decoration: none;
}
a.menu
{
	font-family: Arial;
	font-size: 11px;
	color: #EFEFEF;
	text-decoration: underline;
}

a.menu:hover
{
	font-size: 11px;
	color: #EFEFEF;
	text-decoration: underline;
}
a.normal
{
	font-family: Arial;
	font-size: 11px;
	color: #535353;
	text-decoration: underline;
	font-weight: bold;
}

a.normal:hover
{
	font-size: 11px;
	color: #535353;
	text-decoration: underline;
	font-weight: bold;
}
.input, .textarea, .select
{
	font-size:11px;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(fieldbg.gif) repeat-x top;
	color:#333;
}
.input
{
	height: 20px;
	padding:2px 0 2px 0;
}
.button
{
	background-color: #336039;
	height: 30px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.button:hover
{
	background-color: #76BA87;
	color: #000000;
}
.label
{
	font-family: Arial;
	font-size: 13px;
	color: #767676;
	font-weight: normal;
}
.labelBold
{
	font-family: Arial;
	font-size: 13px;
	color: #336039;
	font-weight: bold;
}
.text
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.textBold
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.required
{
	font-family: Arial;
	font-size: 13px;
	color: #DC143C;
	font-weight: bold;
}
TR.gridColumn
{
	background-color: #FDFDFD;
	height:20px;
	color:#000000;
}
TR.gridColumn:hover
{
	background-color: #FDFDFD;
}
TR.gridColumnAlter
{
	background-color: #F9F9F9;
	height:20px;
	color:#000000;
}
TR.gridColumnAlter:hover
{
	background-color: #F9F9F9;
}
TR.dots
{
	background-image: url(dots.gif);
	height:1px;
}
