/* CSS for Header styles */
/****************************//****************************/
h1
{
	color: #18603f;
	font-size: 20px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	font-family: Times;
	font-style: bold;
	margin: 0;
}

h2
{
	color: #600c12;
	font-size: 17px;
	text-align: left;
	font-family: Times;
	margin: 0;
}

h3
{
	color: #18603f;
	font-size: 14px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	font-family: Times;
	margin: 0;
}
h4
{
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	font-family: Arial;
	font-style: italic;
}

h5
{
	color: #552e0d;
	font-size: 20px;
	padding: 4px 0px 0px 0px;
	text-align: left;
	font-family: Times;
	font-style: bold italic;
	margin: 0;
}
/* Unorderd list css for bullets */
/****************************//****************************/
ul.bullet1
{
	padding-left: 22px;
	margin-top: 0px;
	padding-top: 0px;
}
ul.bullet1 li
{
	list-style-type: square;
	color: #8cba89;
}
ul.bullet1 p
{
	padding: 0px;
	margin: 0px;
	color: #000000;
}
/* CSS Random styles */
/****************************//****************************/
div.Text1
{
	font-size: 14px;
	text-align: left;
}
p
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/* Table1 CSS */
/****************************//****************************/
table.Table1
{
	border-left: 1px solid #000000;	
	border-top: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
}
table.Table1 th
{
	text-align: center;
	font-size: 11px;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding: 2px;
	color: #600c12;
	background-color: #e3e3e3;
}
table.Table1 .Light
{
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding: 4px;
	font-size: 10px;
	background-color: #d9f7d7;
}
table.Table1 .Dark
{
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding: 4px;
	background-color: #bbddb9;
	font-size: 10px;
}
table.Table1 td
{
	text-align: center;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding: 4px;
	font-size: 10px;
}
/* CSS  Left Nav Table and Links for Anchors */
/****************************//****************************/
table.LeftNavLinks
{
	width: 153;
	border-top: 2px solid #003300;
	margin: 20px 0px 0px 10px;
	vertical-align: top;
}
table.LeftNavLinks td
{
	text-align: left;
	padding-left: 1px;
	vertical-align: top;
}
table.LeftNavLinks a
{
	color: #003300;
	text-decoration: none;
	font-size: 12;
}table.LeftNavLinks a:hover
{
	color: #008800;
}
/* Content Anchor link  CSS */
/****************************//****************************/
a.Anchor
{
	font-size: 9px;
	color: #600c12;
	float: left;

}
a.Anchor:hover
{
	color: #18603f;
}
/* SplitTable CSS */
/****************************//****************************/
Table.SplitTable
{
	margin-top: 25px;
	margin-left: 0px;
	clear: both;
	font-size: 12px;
	width: 100%;
}
Table.SplitTable td
{
	width: 50%;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	-moz-box-sizing: border-box;
}
Table.SplitTable img
{
	border: 0px;
}
/* Smage CSs */
/****************************//****************************/
img.Border
{
	border: 1px solid #18603f;
}
/****************************//****************************/
