/* ================================================================================================== */
/* Generic Style Declarations */
			
body	{	background: #ffffff;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 10pt;
			margin: 0px; }

a:link, a:visited, #Footer a:link, #Footer a:visited, #Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000; }

h1		{	font-size: 13pt; }		
		
h2		{	font-size: 12pt; }

h3		{	font-size: 11pt; }

h4, h5, h6	{	font-size: 10pt; }

abbr:after, acronym:after
		{	content: " [" attr(title) "] "; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Content Container Styles */

.Content
		{	font-size: 10pt;
			padding: 20px 0px 0px 0px;
			width: 100%; }

#HomeContent .Content
		{	padding: 20px 0px 0px 0px; }

/* Content Container Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

#Wrapper
		{	margin: 0;
			border: 0; }

#HomeContent, #Content
		{	width: 87%; }

#HomeContent
		{	background-color: #ffffff; }

#ContactBar	{	color: #000000;
			padding: 0;
			background: none; }

.NoPrint, #TopBanner, .BGhome, #Banner, #PriNav, #SubNav, #HomeNav
		{	display: none; }
			
.BG		{	background-image: none;  }

.PrintOnly, #PrintLogo, .PrintOnlyParagraph
		{	display: block;  }

#PrintLogo
		{	border-bottom: 3px solid #000000; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Home Page Styles */

#Features
		{	background-image: none;
			background-color: #ffffff;
			border: 0; }

#Features td
		{	padding: 10px;
			background-image: none; }

#Features td.first
		{	padding-left: 0; }

#Features td.last
		{	padding-right: 0; }

#Features div, #Features div div, #Features div div div, #Features a
		{	background-image: none; }

#Features a
		{	color: #000000;
			padding: 0; }

/* END Home Page Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Footer and Breadcrumb Styles */

#Bread, #Footer	
		{	font-size: 8pt;
			color: #000000;
			background: transparent; }

#Footer	{	padding: 10px 0 0 0;
			margin-top: 10px;
			width: 90%;
			border-top: 1px solid #dddddd; }

#Bread > a:after
		{	content: ""; }

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

/* END Footer and Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	
		{	font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 10pt;
			border-collapse: collapse;
			border: 1px solid #000000; }

table.Data td	
		{	font-size: 9pt;
			border: 1px solid #000000; }

table.Data th	
		{	font-weight: bold;
			font-size: 9pt;
			color: #000000;
			background-color: #ffffff;
			border: 1px solid #000000; }

/* END Data Table Styles */
/* ================================================================================================== */			
