body
{
	color: #000;
	background-color: #FFFFCC;
	margin: 0;
	padding: 0;		
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
table.Layout
{
	margin: 0 auto; 
	width: 740px; 
}
table.Layout img.Head
{
	border: 2px solid #000;
}
table.Layout td.Nav
{
	width: 151px; 
	vertical-align: top; 
	background-color: #154a69;
	padding-bottom: 15px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}
table.Layout td.Nav img
{
	width: 151px;
	height: 20px; 
	border: 0; 
}
table.Layout td.Content
{
	vertical-align: top; 
	background-color: #d7e7f1;
	padding: 20px;
	border-right: 2px solid #000;
}
table.Layout td.Footer
{
	border-top: 2px solid #000;
	text-align: center;
	padding: 8px;
	font-size: 10px;
}
table.Layout td.Footer a
{
	color: #154a69;
	font-size: 10px;
	text-decoration: none;
}
table.Layout td.Footer a:Hover
{
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
table.Layout td.Footer span
{
	color:  #000000;
	font-size: 11px;
}
img
{
	display: block;
}

/* CSS for Header styles */

/*
-----------------------------------------------------------------------------
*/
h1
{
	color: #990000;
	font-size: 28px;
	font-family: Times new Roman;
	font-style: italic;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

h2
{
	color: #154a69;
	font-size: 17px;
	text-align: left;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
}

h3
{
	color: #424242;
	font-size: 14px;
	font-family: Verdana;
	font-style: italic;
	padding: 4px 0px 0px 0px;
	text-align: left;
	margin: 10px 0px 5px 0px;
}
p
{
	margin: 6px 0px 4px 0px;
	line-height: 150%;
}

/* Unorderd list css for bullets 
-----------------------------------------------------------------------------
*/
ul.bullet1
{
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
ul.bullet1 li
{
	list-style-type: square;
	color: #2173a3;
}
ul.bullet1 p
{
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* 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;
	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;
}

/* Content Anchor link  CSS 
-----------------------------------------------------------------------------
*/
a.Anchor
{
	font-size: 9px;
	color: #600c12;
	float: left;

}
a.Anchor:hover
{
	color: #18603f;
}

/* Note
-----------------------------------------------------------------------------
*/
span.Note
{
	text-size: 11px;
	color: #7e7e7e;
}


