BODY
{
	color: Black;
	background-image: url('../images/_background.jpg');
	font-family: Verdana, serif; font-size: 75%;
	background-repeat:repeat;
} 
			
table td
{
	font-family: Verdana, serif; font-size: 75%;
} 

/* HTML File entries with Contents links */
H1        	{font-family: Verdana, serif; font-family:Verdana; font-weight:bold; font-size:225%;}
H2        	{font-family: Verdana, serif; font-family:Verdana; font-size:150%; font-style:italic}

/* Contents Hierarchy */
H3        	{font-family: Verdana; font-family:Verdana; font-weight:bold; font-size:115%}
H4        	{font-family: Verdana; font-size: 100%}
H5        	{font-family: Verdana; font-size: 100%}
H6        	{font-family: Verdana; font-size: 100%}
H7        	{font-family: Verdana; font-size: 100%}
H8        	{font-family: Verdana; font-size: 100%}

A:link    	{color:blue; text-decoration:none; }
A:visited  	{color:blue; text-decoration:none; }
A:active  	{color:blue; text-decoration:none; }
A:hover 	{color:blue; text-decoration:underline;  } 


table.table_standard
{
	border:2px solid rgb(155, 155, 155);
	border-style: solid;

	border-spacing: 0px;
	border-collapse: collapse;
}

table.table_standard td
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	/* the color of the inner cell borders */
	border:1px solid rgb(243, 243, 243);
}




/* ############ FOOTER	################################## */
/* ############ FOOTER	################################## */

table.table_help_footer
{
	font-family: Verdana, serif; font-size: 100%;

	border:2px solid rgb(180, 180, 180);

	border-spacing: 0px;
	border-collapse: collapse;

	vertical-align:top;
}