/* DESIGN TAGS */ 

/* Add properties to the table for tufus content */ 

table.albemarle
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	border-width: 2px 2px 2px 2px;
	border: solid;
	border-color: black black black black;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* Removes all properties */ 
table.albemarle td
{
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
}




/* modifies the div tag in order to center the contect */ 
div.centered 
{ 
text-align: center; 
} 

/* aligns the margins to the left for the table*/ 
div.centered table 
{ 
margin-left: auto; 
margin-right: auto; /* long form to make IE5/Mac happy */ 
} 

/* align content in cell to the left */ 
div.centered td , div.centered th 
{ 
text-align: center; 
} 
