/* general HTML display */

BODY, TD, P, TABLE			{
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	line-height: 18px;
	background-repeat: repeat-x;
	
}


A					{ color: #0f0f0f; text-decoration: underline; }
A:link				{ color: #0f0f0f; text-decoration: underline; }
A:visited		{ color: #0f0f0f; text-decoration: underline; }
A:active			{ color: #0f0f0f; text-decoration: underline;  }

h1			{
	font-size: 11px;
	line-height: 20px;

}

.cell_border {

	border: 1px solid #ebebeb

}


