body{
	margin: 0px; font-size: 11px; font-family: sans-serif, arial;
}
table {
	border-collapse: collapse; font-size: 11px; font-family: sans-serif, arial;
}
td#menu{
	border: solid #CFCFCF; //* same border color as menu.css main-menu, sub-menu*/
	border-width: 0px 1px 0px 1px;
}
hr{
	height:1px; color: #6B8E23;
}
td#footer{
	border: solid #339933;
	border-width: 2px 0px 2px 0px;
}
.content-td{
	padding: 25px 15px 25px 15px; text-align:justify;
}
.enhance{
	font-weight: bold; font-size:11px; color:#336600;
}
.table01 td{
	padding:5px; border: 1px solid #556B2F;
}
.table01head {
	font-size:11px; color:white; background-color: #556B2F; font-weight: bold; text-align: center;
}
.green-17{
	font-size:11px; color:#009999; font-weight:bold;
}
table.bottom-border td{
	border: solid #CFCFCF;
	border-width: 0px 0px 1px 0px;
	vertical-align: top;
}
.date{
	font-size:11px; color:#009999; font-weight:bold;
}

/*Link Styles Start***********************************/
a:link, a:visited{
	font-weight:bold;
	color: #005FA9;
	text-decoration: none;
}
a:hover, a:active{
	font-weight:bold;
	color: #005FA9;
	text-decoration: underline;
}
a.large:link, a.large:visited{
	font-size:16px;
	font-weight:bold;
	color: #005FA9;
	text-decoration: none;
}
a.large:hover, a.large:active{
	font-size:16px;
	font-weight:bold;
	color: #005FA9;
	text-decoration: underline;
}
a.white-link:link, a.white-link:visited{
	font-weight:bold;
	color: white;
	text-decoration: none;
}
a.white-link:hover, a.white-link:active{
	font-weight:bold;
	color: white;
	text-decoration: underline;
}
/*Link Styles End***********************************/