body
{
	background-color: #ffffff;
	top-margin: 0px;
	left-margin: 0px;
}

/*==============================================*/	
/* Links */
a:link 
{
	color: #0000ff;
	text-decoration: none;
}

a:visited 
{
	color: #0000ff;
	text-decoration: none;
}

/*==============================================*/	
/* Navigation Menu */
a.NavMenuLink:link
{
    color: #fafad2;
	text-decoration: none;
}

a.NavMenuLink:visited
{
    color: #fafad2;
	text-decoration: none;
}

a.NavMenuLink:hover
{
	color: #fafad2;
	text-decoration: underline;
}

table.NavMenu
{
	font-family: Verdana;
	font-size: 12pt;
	margin-left: 5px;
	margin-right: 5px;	
	width: 150px;
}

td.NavMenuSelected{
	color: #fafad2;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

td.NavMenu
{
	background-color: #006100;
	vertical-align: top;
}

/*==============================================*/	
/* Content text */
table.Content
{
	width: 600px;
	height: 600px;
	margin: 20px;
	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	vertical-align: top;
}

td.ContentText
{
	font-size: 12pt;
}

span.Header1
{
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
}

span.Header2
{
	font-weight: bold;
	font-size: 12pt;
}

span.TestimonialTitle
{
	font-weight: normal;
	font-size: 11pt;
}

span.TestimonialQuote
{
	font-weight: normal;
	font-size: 11pt;
	font-style: italic;
}

ul.ContentText1
{
	font-size: 12pt;
}

ul.ContentText2
{
	font-size: 11pt;
}

		
/*==============================================*/	
/* Site Structure */
table.SiteStructure
{
	width: 800px;
	height: 600px;
	background-color: #ffffff;
}

		
/*==============================================*/	
/* More Info */

