/* 
	These styles are standard and shared for all 
	the sites and are not modifyable by the site owner
	This is the top styls on the hierarchy and  
	contains the default rules.
 */

/* Default Rules - Tags */
BODY
{
	margin:0px;
	background-color:White;
} 
H1,H2,H3,H4,H5,H6
{
	margin:0px;
}
IMG
{
	border:0;
}
P
{
	
}

/* Default Rules - System Classes */

.E2B_ContentTable
{
	border: 0px;
	width: 100%;	
}
A.MenuItem
{
	text-decoration: none;
}
.ErrorMsg
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bolder;
	color: Red;
}
.E2B_OuterCell
{
	
}
/* Wraps whole site */
.E2B_OuterTable	
{
	
}